Lines Matching defs:roundAndPackFloat32
265 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig STATUS_PARAM)
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( aSign, aExp, zSig STATUS_VAR );
3656 return roundAndPackFloat32( aSign, aExp, aSig STATUS_VAR );
4681 return roundAndPackFloat32( aSign, aExp, zSig STATUS_VAR );