Searched refs:float128 (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/lib/libc/softfloat/
H A Dgetf2.c13 flag __getf2(float128, float128);
16 __getf2(float128 a, float128 b)
H A Dgttf2.c13 flag __gttf2(float128, float128);
16 __gttf2(float128 a, float128 b)
H A Dnetf2.c13 flag __netf2(float128, float128);
16 __netf2(float128 a, float128 b)
H A Deqtf2.c12 flag __eqtf2(float128, float128);
15 __eqtf2(float128 a, float128 b)
H A Dnegtf2.c13 float128 __negtf2(float128);
15 float128
16 __negtf2(float128 a)
H A Dletf2.c13 flag __letf2(float128, float128);
16 __letf2(float128 a, float128 b)
H A Dlttf2.c13 flag __lttf2(float128, float128);
16 __lttf2(float128 a, float128 b)
H A Dtimesoftfloat.c188 static void time_a_int32_z_float128( float128 function( int32 ) )
343 static void time_a_int64_z_float128( float128 function( int64 ) )
501 static void time_a_float32_z_float128( float128 function( float32 ) )
818 static void time_a_float64_z_float128( float128 function( float64 ) )
1180 static void time_a_floatx80_z_float128( float128 function( floatx80 ) )
1445 static void time_a_float128_z_int32( int32 function( float128 ) )
1450 float128 a;
1477 static void time_a_float128_z_int64( int64 function( float128 ) )
1482 float128 a;
1509 static void time_a_float128_z_float32( float32 function( float128 ) )
[all...]
/freebsd-current/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h41 the `FLOAT128' macro and the quadruple-precision format `float128'.
65 } float128; typedef in typeref:struct:__anon200
130 float128 int32_to_float128( int );
138 float128 int64_to_float128( long long );
156 float128 float32_to_float128( float32 );
196 float128 float64_to_float128( float64 );
235 float128 floatx80_to_float128( floatx80 );
275 int float128_to_int32( float128 );
276 int float128_to_int32_round_to_zero( float128 );
277 long long float128_to_int64( float128 );
[all...]
/freebsd-current/lib/libc/riscv/softfloat/
H A Dsoftfloat.h41 the `FLOAT128' macro and the quadruple-precision format `float128'.
65 } float128; typedef in typeref:struct:__anon214
128 float128 int32_to_float128( int );
137 float128 int64_to_float128( long long );
160 float128 float32_to_float128( float32 );
204 float128 float64_to_float128( float64 );
243 float128 floatx80_to_float128( floatx80 );
283 int float128_to_int32( float128 );
284 int float128_to_int32_round_to_zero( float128 );
285 long long float128_to_int64( float128 );
[all...]
/freebsd-current/lib/libc/softfloat/templates/
H A Dsoftfloat.h38 the `FLOAT128' macro and the quadruple-precision format `float128'.
60 } float128; typedef in typeref:struct:__anon226
120 float128 int32_to_float128( !!!int32 );
128 float128 int64_to_float128( !!!int64 );
145 float128 float32_to_float128( float32 );
182 float128 float64_to_float128( float64 );
219 float128 floatx80_to_float128( floatx80 );
259 !!!int32 float128_to_int32( float128 );
260 !!!int32 float128_to_int32_round_to_zero( float128 );
261 !!!int64 float128_to_int64( float128 );
[all...]
/freebsd-current/lib/libc/arm/softfloat/
H A Dsoftfloat.h41 the `FLOAT128' macro and the quadruple-precision format `float128'.
65 } float128; typedef in typeref:struct:__anon95
128 float128 int32_to_float128( int );
137 float128 int64_to_float128( long long );
160 float128 float32_to_float128( float32 );
204 float128 float64_to_float128( float64 );
243 float128 floatx80_to_float128( floatx80 );
283 int float128_to_int32( float128 );
284 int float128_to_int32_round_to_zero( float128 );
285 long long float128_to_int64( float128 );
[all...]
/freebsd-current/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h41 the `FLOAT128' macro and the quadruple-precision format `float128'.
65 } float128; typedef in typeref:struct:__anon187
130 float128 int32_to_float128( int );
138 float128 int64_to_float128( long long );
156 float128 float32_to_float128( float32 );
196 float128 float64_to_float128( float64 );
235 float128 floatx80_to_float128( floatx80 );
275 int float128_to_int32( float128 );
276 int float128_to_int32_round_to_zero( float128 );
277 long long float128_to_int64( float128 );
[all...]
/freebsd-current/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h41 the `FLOAT128' macro and the quadruple-precision format `float128'.
65 } float128; typedef in typeref:struct:__anon194
130 float128 int32_to_float128( int );
138 float128 int64_to_float128( long long );
156 float128 float32_to_float128( float32 );
196 float128 float64_to_float128( float64 );
235 float128 floatx80_to_float128( floatx80 );
275 int float128_to_int32( float128 );
276 int float128_to_int32_round_to_zero( float128 );
277 long long float128_to_int64( float128 );
[all...]
/freebsd-current/lib/libc/softfloat/bits64/
H A Dsoftfloat.c845 INLINE bits64 extractFloat128Frac1( float128 a )
858 INLINE bits64 extractFloat128Frac0( float128 a )
871 INLINE int32 extractFloat128Exp( float128 a )
883 INLINE flag extractFloat128Sign( float128 a )
946 INLINE float128
949 float128 z;
979 static float128
1080 static float128
1221 float128 int32_to_float128( int32 a )
1237 float128 uint32_to_float12
[all...]

Completed in 186 milliseconds