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

/vbox/src/recompiler/fpu/
H A Dsoftfloat.c225 | Packs the sign `zSign', exponent `zExp', and significand `zSig' into a
228 | together to form the result. This means that any integer portion of `zSig'
231 | than the desired result exponent whenever `zSig' is a complete, normalized
235 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
239 ( ( (bits32) zSign )<<31 ) + ( ( (bits32) zExp )<<23 ) + zSig);
245 | and significand `zSig', and returns the proper single-precision floating-
255 | The input significand `zSig' has its binary point between bits 30
257 | significand must be normalized or smaller. If `zSig' is not normalized,
259 | and it must not require rounding. In the usual case that `zSig' is
265 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig STATUS_PARA
1079 bits64 zSig; local
1104 bits64 zSig; local
1603 bits32 aSig, bSig, zSig; local
1677 bits32 aSig, bSig, zSig; local
1795 bits32 zSig; local
1853 bits32 aSig, bSig, zSig; local
2014 bits32 aSig, zSig; local
2146 bits32 aSig, zSig, i; local
2519 bits32 zSig; local
2549 packFloat16(flag zSign, int16 zExp, bits16 zSig) argument
2827 bits64 aSig, bSig, zSig; local
2901 bits64 aSig, bSig, zSig; local
3075 bits64 aSig, bSig, zSig; local
3229 bits64 aSig, zSig, doubleZSig; local
3279 bits64 aSig, aSig0, aSig1, zSig, i; local
3671 bits64 aSig, zSig; local
4662 bits32 zSig; local
[all...]

Completed in 48 milliseconds