Searched refs:SoftFloat (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavutil/
H A Dsoftfloat.h31 typedef struct SoftFloat{ struct
34 }SoftFloat; typedef in typeref:struct:SoftFloat
36 static av_const SoftFloat av_normalize_sf(SoftFloat a){
58 static inline av_const SoftFloat av_normalize1_sf(SoftFloat a){
67 return (SoftFloat){a.exp+t, a.mant>>t};
70 return (SoftFloat){a.exp+t, a.mant>>t};
79 static inline av_const SoftFloat av_mul_sf(SoftFloat
[all...]
H A Dsoftfloat.c31 SoftFloat one= av_int2sf(1, 0);
32 SoftFloat sf1, sf2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavutil/
H A Dsoftfloat.h31 typedef struct SoftFloat{ struct
34 }SoftFloat; typedef in typeref:struct:SoftFloat
36 static av_const SoftFloat av_normalize_sf(SoftFloat a){
58 static inline av_const SoftFloat av_normalize1_sf(SoftFloat a){
67 return (SoftFloat){a.exp+t, a.mant>>t};
70 return (SoftFloat){a.exp+t, a.mant>>t};
79 static inline av_const SoftFloat av_mul_sf(SoftFloat
[all...]
H A Dsoftfloat.c31 SoftFloat one= av_int2sf(1, 0);
32 SoftFloat sf1, sf2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavutil/
H A Dsoftfloat.h31 typedef struct SoftFloat{ struct
34 }SoftFloat; typedef in typeref:struct:SoftFloat
36 static av_const SoftFloat av_normalize_sf(SoftFloat a){
58 static inline av_const SoftFloat av_normalize1_sf(SoftFloat a){
67 return (SoftFloat){a.exp+t, a.mant>>t};
70 return (SoftFloat){a.exp+t, a.mant>>t};
79 static inline av_const SoftFloat av_mul_sf(SoftFloat
[all...]
H A Dsoftfloat.c31 SoftFloat one= av_int2sf(1, 0);
32 SoftFloat sf1, sf2;

Completed in 183 milliseconds