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

/vbox/src/recompiler/fpu/
H A Dsoftfloat.c429 static float64 roundAndPackFloat64( flag zSign, int16 zExp, bits64 zSig STATUS_PARAM) function
486 | `roundAndPackFloat64' except that `zSig' does not have to be normalized.
497 return roundAndPackFloat64( zSign, zExp - shiftCount, zSig<<shiftCount STATUS_VAR);
2886 return roundAndPackFloat64( zSign, zExp, zSig STATUS_VAR );
3061 return roundAndPackFloat64( zSign, zExp, zSig0 STATUS_VAR );
3131 return roundAndPackFloat64( zSign, zExp, zSig STATUS_VAR );
3266 return roundAndPackFloat64( 0, zExp, zSig STATUS_VAR );
3684 return roundAndPackFloat64( aSign, aExp, zSig STATUS_VAR );
4714 return roundAndPackFloat64( aSign, aExp, aSig0 STATUS_VAR );

Completed in 543 milliseconds