Home
last modified time | relevance | path

Searched refs:roundAndPackFloatx80 (Results 1 – 1 of 1) sorted by relevance

/external/qemu/fpu/
Dsoftfloat.c597 roundAndPackFloatx80( in roundAndPackFloatx80() function
781 roundAndPackFloatx80( roundingPrecision, zSign, zExp, zSig0, zSig1 STATUS_VAR); in normalizeRoundAndPackFloatx80()
3773 roundAndPackFloatx80( in addFloatx80Sigs()
3942 roundAndPackFloatx80( in floatx80_mul()
4022 roundAndPackFloatx80( in floatx80_div()
4189 roundAndPackFloatx80( in floatx80_sqrt()
4675 return roundAndPackFloatx80( 80, aSign, aExp, aSig0, aSig1 STATUS_VAR ); in float128_to_floatx80()