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

/external/qemu/fpu/
H A Dsoftfloat.h82 | the `FLOAT128' macro and the quadruple-precision format `float128'.
166 } float128; typedef in typeref:struct:__anon10768
257 float128 int32_to_float128( int32 STATUS_PARAM );
267 float128 int64_to_float128( int64 STATUS_PARAM );
310 float128 float32_to_float128( float32 STATUS_PARAM );
427 float128 float64_to_float128( float64 STATUS_PARAM );
533 float128 floatx80_to_float128( floatx80 STATUS_PARAM );
620 int32 float128_to_int32( float128 STATUS_PARAM );
621 int32 float128_to_int32_round_to_zero( float128 STATUS_PARAM );
622 int64 float128_to_int64( float128 STATUS_PARA
[all...]

Completed in 36 milliseconds