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

/vbox/src/recompiler/fpu/
H A Dsoftfloat.c265 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig STATUS_PARAM) function
322 | `roundAndPackFloat32' except that `zSig' does not have to be normalized.
333 return roundAndPackFloat32( zSign, zExp - shiftCount, zSig<<shiftCount STATUS_VAR);
1170 return roundAndPackFloat32( zSign, 0x9C - shiftCount, absA STATUS_VAR );
1192 return roundAndPackFloat32( 1 > 0, 0x9C - shiftCount, a STATUS_VAR );
1662 return roundAndPackFloat32( zSign, zExp, zSig STATUS_VAR );
1839 return roundAndPackFloat32( zSign, zExp, zSig STATUS_VAR );
1901 return roundAndPackFloat32( zSign, zExp, zSig STATUS_VAR );
2054 return roundAndPackFloat32( 0, zExp, zSig STATUS_VAR );
2534 return roundAndPackFloat32( aSig
[all...]

Completed in 52 milliseconds