Searched refs:normalizeRoundAndPackFloat32 (Results 1 – 1 of 1) sorted by relevance
325 normalizeRoundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig STATUS_PARAM) in normalizeRoundAndPackFloat32() function1058 return normalizeRoundAndPackFloat32( zSign, 0x9C, zSign ? - a : a STATUS_VAR ); in int32_to_float32()1728 return normalizeRoundAndPackFloat32( zSign, zExp, zSig STATUS_VAR ); in subFloat32Sigs()1992 return normalizeRoundAndPackFloat32( aSign ^ zSign, bExp, aSig STATUS_VAR ); in float32_rem()