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

/external/qemu/fpu/
H A Dsoftfloat.h85 | the `FLOAT128' macro and the quadruple-precision format `float128'.
154 } float128; typedef in typeref:struct:__anon4686
232 float128 int32_to_float128( int STATUS_PARAM );
242 float128 int64_to_float128( int64_t STATUS_PARAM );
265 float128 float32_to_float128( float32 STATUS_PARAM );
335 float128 float64_to_float128( float64 STATUS_PARAM );
402 float128 floatx80_to_float128( floatx80 STATUS_PARAM );
459 int float128_to_int32( float128 STATUS_PARAM );
460 int float128_to_int32_round_to_zero( float128 STATUS_PARAM );
461 int64_t float128_to_int64( float128 STATUS_PARA
[all...]

Completed in 35 milliseconds