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

/external/qemu/fpu/
H A Dsoftfloat-native.h92 typedef long double floatx80; typedef
105 floatx80 f;
158 floatx80 int32_to_floatx80( int STATUS_PARAM);
168 floatx80 int64_to_floatx80( int64_t STATUS_PARAM);
194 floatx80 float32_to_floatx80( float32 STATUS_PARAM);
314 floatx80 float64_to_floatx80( float64 STATUS_PARAM );
428 int floatx80_to_int32( floatx80 STATUS_PARAM );
429 int floatx80_to_int32_round_to_zero( floatx80 STATUS_PARAM );
430 int64_t floatx80_to_int64( floatx80 STATUS_PARAM);
431 int64_t floatx80_to_int64_round_to_zero( floatx80 STATUS_PARA
[all...]
H A Dsoftfloat.h79 | floating-point format `floatx80'. If this macro is not defined, the
80 | `floatx80' type will not be defined, and none of the functions that either
81 | input or output the `floatx80' type will be defined. The same applies to
156 } floatx80; typedef in typeref:struct:__anon10767
157 #define make_floatx80(exp, mant) ((floatx80) { mant, exp })
254 floatx80 int32_to_floatx80( int32 STATUS_PARAM );
264 floatx80 int64_to_floatx80( int64 STATUS_PARAM );
307 floatx80 float32_to_floatx80( float32 STATUS_PARAM );
424 floatx80 float64_to_floatx80( float64 STATUS_PARAM );
526 int32 floatx80_to_int32( floatx80 STATUS_PARA
[all...]

Completed in 40 milliseconds