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

/vbox/src/recompiler/fpu/
H A Dsoftfloat.h89 | the `FLOAT128' macro and the quadruple-precision format `float128'.
162 } float128; typedef in typeref:struct:__anon17416
240 float128 int32_to_float128( int STATUS_PARAM );
250 float128 int64_to_float128( int64_t STATUS_PARAM );
273 float128 float32_to_float128( float32 STATUS_PARAM );
345 float128 float64_to_float128( float64 STATUS_PARAM );
413 float128 floatx80_to_float128( floatx80 STATUS_PARAM );
470 int float128_to_int32( float128 STATUS_PARAM );
471 int float128_to_int32_round_to_zero( float128 STATUS_PARAM );
472 int64_t float128_to_int64( float128 STATUS_PARA
[all...]

Completed in 57 milliseconds