Searched refs:normalizeRoundAndPackFloat64 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/fpu/
H A Dsoftfloat.c492 normalizeRoundAndPackFloat64( flag zSign, int16 zExp, bits64 zSig STATUS_PARAM) function
1211 return normalizeRoundAndPackFloat64( zSign, 0x43C, zSign ? - a : a STATUS_VAR );
1218 return normalizeRoundAndPackFloat64( 0, 0x43C, a STATUS_VAR );
2961 return normalizeRoundAndPackFloat64( zSign, zExp, zSig STATUS_VAR );
3215 return normalizeRoundAndPackFloat64( aSign ^ zSign, bExp, aSig STATUS_VAR );
3313 return normalizeRoundAndPackFloat64( zSign, 0x408, zSig STATUS_VAR );
5833 return normalizeRoundAndPackFloat64( aSign, aExp, aSig STATUS_VAR );

Completed in 45 milliseconds