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

/vbox/src/recompiler/fpu/
H A Dsoftfloat.h86 | floating-point format `floatx80'. If this macro is not defined, the
87 | `floatx80' type will not be defined, and none of the functions that either
88 | input or output the `floatx80' type will be defined. The same applies to
153 } floatx80; typedef in typeref:struct:__anon17415
237 floatx80 int32_to_floatx80( int STATUS_PARAM );
247 floatx80 int64_to_floatx80( int64_t STATUS_PARAM );
270 floatx80 float32_to_floatx80( float32 STATUS_PARAM );
342 floatx80 float64_to_floatx80( float64 STATUS_PARAM );
406 int floatx80_to_int32( floatx80 STATUS_PARAM );
407 int floatx80_to_int32_round_to_zero( floatx80 STATUS_PARA
[all...]
H A Dsoftfloat-native.h93 typedef long double floatx80; typedef
106 floatx80 f;
159 floatx80 int32_to_floatx80( int STATUS_PARAM);
169 floatx80 int64_to_floatx80( int64_t STATUS_PARAM);
186 floatx80 float32_to_floatx80( float32 STATUS_PARAM);
293 floatx80 float64_to_floatx80( float64 STATUS_PARAM );
394 int floatx80_to_int32( floatx80 STATUS_PARAM );
395 int floatx80_to_int32_round_to_zero( floatx80 STATUS_PARAM );
396 int64_t floatx80_to_int64( floatx80 STATUS_PARAM);
397 int64_t floatx80_to_int64_round_to_zero( floatx80 STATUS_PARA
[all...]
H A Dsoftfloat-native.c108 floatx80 int32_to_floatx80(int v STATUS_PARAM)
110 return (floatx80)v;
130 floatx80 int64_to_floatx80( int64_t v STATUS_PARAM)
132 return (floatx80)v;
177 floatx80 float32_to_floatx80( float32 a STATUS_PARAM)
297 floatx80 float64_to_floatx80( float64 a STATUS_PARAM)
437 int floatx80_to_int32( floatx80 a STATUS_PARAM)
441 int floatx80_to_int32_round_to_zero( floatx80 a STATUS_PARAM)
445 int64_t floatx80_to_int64( floatx80 a STATUS_PARAM)
449 int64_t floatx80_to_int64_round_to_zero( floatx80
[all...]
H A Dsoftfloat-specialize.h342 int floatx80_is_nan( floatx80 a )
362 int floatx80_is_signaling_nan( floatx80 a )
383 static commonNaNT floatx80ToCommonNaN( floatx80 a STATUS_PARAM)
399 static floatx80 commonNaNToFloatx80( commonNaNT a )
401 floatx80 z;
417 static floatx80 propagateFloatx80NaN( floatx80 a, floatx80 b STATUS_PARAM)
H A Dsoftfloat.c508 INLINE bits64 extractFloatx80Frac( floatx80 a )
520 INLINE int32 extractFloatx80Exp( floatx80 a )
532 INLINE flag extractFloatx80Sign( floatx80 a )
562 INLINE floatx80 packFloatx80( flag zSign, int32 zExp, bits64 zSig )
564 floatx80 z;
596 static floatx80
765 static floatx80
1099 floatx80 int32_to_floatx80( int32 a STATUS_PARAM )
1231 floatx80 int64_to_floatx80( int64 a STATUS_PARAM )
1476 floatx80 float32_to_floatx8
[all...]
/vbox/src/recompiler/Sun/
H A Dtestmath.c395 typedef long double floatx80;
398 static floatx80 floatx80_round_to_int( floatx80 a STATUS_PARAM)
/vbox/src/recompiler/target-i386/
H A Dcpu.h533 typedef floatx80 CPU86_LDouble;

Completed in 108 milliseconds