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

/vbox/src/recompiler/fpu/
H A Dsoftfloat.c328 normalizeRoundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig STATUS_PARAM) function
1064 return normalizeRoundAndPackFloat32( zSign, 0x9C, zSign ? - a : a STATUS_VAR );
1737 return normalizeRoundAndPackFloat32( zSign, zExp, zSig STATUS_VAR );
2000 return normalizeRoundAndPackFloat32( aSign ^ zSign, bExp, aSig STATUS_VAR );
2181 return normalizeRoundAndPackFloat32( zSign, 0x85, zSig STATUS_VAR );
5810 return normalizeRoundAndPackFloat32( aSign, aExp, aSig STATUS_VAR );

Completed in 105 milliseconds