Searched defs:floatx80 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/fpu/
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.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...]

Completed in 44 milliseconds