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

/openbsd-current/sys/lib/libkern/
H A Dsoftfloat.h80 the `FLOAT128' macro and the quadruple-precision format `float128'.
107 } float128; typedef in typeref:struct:__anon9780
168 float128 int32_to_float128( int );
177 float128 int64_to_float128( int64_t );
197 float128 float32_to_float128( float32 );
241 float128 float64_to_float128( float64 );
294 float128 floatx80_to_float128( floatx80 );
334 int float128_to_int32( float128 );
335 int float128_to_int32_round_to_zero( float128 );
336 int64_t float128_to_int64( float128 );
[all...]
H A Dsoftfloat-specialize.h391 flag float128_is_nan( float128 a )
406 flag float128_is_signaling_nan( float128 a )
422 static commonNaNT float128ToCommonNaN( float128 a )
439 static float128 commonNaNToFloat128( commonNaNT a )
441 float128 z;
456 static float128 propagateFloat128NaN( float128 a, float128 b )
H A Dsoftfloat.c904 INLINE bits64 extractFloat128Frac1( float128 a )
917 INLINE bits64 extractFloat128Frac0( float128 a )
930 INLINE int32 extractFloat128Exp( float128 a )
942 INLINE flag extractFloat128Sign( float128 a )
1005 INLINE float128
1008 float128 z;
1038 static float128
1139 static float128
1245 float128 int32_to_float128( int32 a )
1352 float128 int64_to_float12
[all...]
/openbsd-current/lib/libc/softfloat/
H A Dsoftfloat.h42 the `FLOAT128' macro and the quadruple-precision format `float128'.
66 } float128; typedef in typeref:struct:__anon2
130 float128 int32_to_float128( int ) __dso_protected;
139 float128 int64_to_float128( long long ) __dso_protected;
162 float128 float32_to_float128( float32 ) __dso_protected;
206 float128 float64_to_float128( float64 ) __dso_protected;
245 float128 floatx80_to_float128( floatx80 ) __dso_protected;
285 int float128_to_int32( float128 ) __dso_protected;
286 int float128_to_int32_round_to_zero( float128 ) __dso_protected;
287 long long float128_to_int64( float128 ) __dso_protecte
[all...]
H A Dsoftfloat-specialize.h405 flag float128_is_nan( float128 a )
420 flag float128_is_signaling_nan( float128 a )
436 static commonNaNT float128ToCommonNaN( float128 a )
453 static float128 commonNaNToFloat128( commonNaNT a )
455 float128 z;
470 static float128 propagateFloat128NaN( float128 a, float128 b )
H A Dtimesoftfloat.c189 static void time_a_int32_z_float128( float128 function( int32 ) )
344 static void time_a_int64_z_float128( float128 function( int64 ) )
502 static void time_a_float32_z_float128( float128 function( float32 ) )
819 static void time_a_float64_z_float128( float128 function( float64 ) )
1181 static void time_a_floatx80_z_float128( float128 function( floatx80 ) )
1446 static void time_a_float128_z_int32( int32 function( float128 ) )
1451 float128 a;
1478 static void time_a_float128_z_int64( int64 function( float128 ) )
1483 float128 a;
1510 static void time_a_float128_z_float32( float32 function( float128 ) )
[all...]

Completed in 198 milliseconds