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

/openbsd-current/sys/lib/libkern/
H A Dsoftfloat.h77 floating-point format `floatx80'. If this macro is not defined, the
78 `floatx80' type will not be defined, and none of the functions that either
79 input or output the `floatx80' type will be defined. The same applies to
102 } floatx80; typedef in typeref:struct:__anon9779
165 floatx80 int32_to_floatx80( int );
174 floatx80 int64_to_floatx80( int64_t );
194 floatx80 float32_to_floatx80( float32 );
238 floatx80 float64_to_floatx80( float64 );
287 int floatx80_to_int32( floatx80 );
288 int floatx80_to_int32_round_to_zero( floatx80 );
[all...]
H A Dsoftfloat-specialize.h277 static flag floatx80_is_nan( floatx80 a )
290 flag floatx80_is_signaling_nan( floatx80 a )
309 static commonNaNT floatx80ToCommonNaN( floatx80 a )
327 static floatx80 commonNaNToFloatx80( commonNaNT a )
329 floatx80 z;
344 static floatx80 propagateFloatx80NaN( floatx80 a, floatx80 b )
H A Dsoftfloat.c612 INLINE bits64 extractFloatx80Frac( floatx80 a )
625 INLINE int32 extractFloatx80Exp( floatx80 a )
638 INLINE flag extractFloatx80Sign( floatx80 a )
670 INLINE floatx80 packFloatx80( flag zSign, int32 zExp, bits64 zSig )
672 floatx80 z;
705 static floatx80
874 static floatx80
1218 floatx80 int32_to_floatx80( int32 a )
1327 floatx80 int64_to_floatx80( int64 a )
1584 floatx80 float32_to_floatx8
[all...]
/openbsd-current/lib/libc/softfloat/
H A Dsoftfloat.h39 floating-point format `floatx80'. If this macro is not defined, the
40 `floatx80' type will not be defined, and none of the functions that either
41 input or output the `floatx80' type will be defined. The same applies to
61 } floatx80; typedef in typeref:struct:__anon1
127 floatx80 int32_to_floatx80( int ) __dso_protected;
136 floatx80 int64_to_floatx80( long long ) __dso_protected;
159 floatx80 float32_to_floatx80( float32 ) __dso_protected;
203 floatx80 float64_to_floatx80( float64 ) __dso_protected;
238 int floatx80_to_int32( floatx80 ) __dso_protected;
239 int floatx80_to_int32_round_to_zero( floatx80 ) __dso_protecte
[all...]
H A Dsoftfloat-specialize.h299 flag floatx80_is_nan( floatx80 a )
312 flag floatx80_is_signaling_nan( floatx80 a )
331 static commonNaNT floatx80ToCommonNaN( floatx80 a )
349 static floatx80 commonNaNToFloatx80( commonNaNT a )
351 floatx80 z;
366 static floatx80 propagateFloatx80NaN( floatx80 a, floatx80 b )
H A Dtimesoftfloat.c158 static void time_a_int32_z_floatx80( floatx80 function( int32 ) )
313 static void time_a_int64_z_floatx80( floatx80 function( int64 ) )
471 static void time_a_float32_z_floatx80( floatx80 function( float32 ) )
788 static void time_a_float64_z_floatx80( floatx80 function( float64 ) )
1051 static void time_a_floatx80_z_int32( int32 function( floatx80 ) )
1056 floatx80 a;
1083 static void time_a_floatx80_z_int64( int64 function( floatx80 ) )
1088 floatx80 a;
1115 static void time_a_floatx80_z_float32( float32 function( floatx80 ) )
1120 floatx80
[all...]

Completed in 116 milliseconds