Lines Matching refs:int16
125 INLINE int16 extractFloat32Exp( float32 a ) in extractFloat32Exp()
155 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr ) in normalizeFloat32Subnormal()
177 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig ) in packFloat32()
217 static float32 roundAndPackFloat32( struct roundingData *roundData, flag zSign, int16 zExp, bits32 … in roundAndPackFloat32()
280 normalizeRoundAndPackFloat32( struct roundingData *roundData, flag zSign, int16 zExp, bits32 zSig ) in normalizeRoundAndPackFloat32()
306 INLINE int16 extractFloat64Exp( float64 a ) in extractFloat64Exp()
336 normalizeFloat64Subnormal( bits64 aSig, int16 *zExpPtr, bits64 *zSigPtr ) in normalizeFloat64Subnormal()
358 INLINE float64 packFloat64( flag zSign, int16 zExp, bits64 zSig ) in packFloat64()
388 static float64 roundAndPackFloat64( struct roundingData *roundData, flag zSign, int16 zExp, bits64 … in roundAndPackFloat64()
392 int16 roundIncrement, roundBits; in roundAndPackFloat64()
453 normalizeRoundAndPackFloat64( struct roundingData *roundData, flag zSign, int16 zExp, bits64 zSig ) in normalizeRoundAndPackFloat64()
838 int16 aExp, shiftCount; in float32_to_int32()
869 int16 aExp, shiftCount; in float32_to_int32_round_to_zero()
907 int16 aExp; in float32_to_float64()
939 int16 aExp; in float32_to_floatx80()
971 int16 aExp; in float32_round_to_int()
1031 int16 aExp, bExp, zExp; in addFloat32Sigs()
1033 int16 expDiff; in addFloat32Sigs()
1103 int16 aExp, bExp, zExp; in subFloat32Sigs()
1105 int16 expDiff; in subFloat32Sigs()
1222 int16 aExp, bExp, zExp; in float32_mul()
1283 int16 aExp, bExp, zExp; in float32_div()
1350 int16 aExp, bExp, expDiff; in float32_rem()
1453 int16 aExp, zExp; in float32_sqrt()
1655 int16 aExp, shiftCount; in float64_to_int32()
1683 int16 aExp, shiftCount; in float64_to_int32_round_to_zero()
1730 int16 aExp, shiftCount; in float64_to_uint32()
1756 int16 aExp, shiftCount; in float64_to_uint32_round_to_zero()
1799 int16 aExp; in float64_to_float32()
1833 int16 aExp; in float64_to_floatx80()
1866 int16 aExp; in float64_round_to_int()
1927 int16 aExp, bExp, zExp; in addFloat64Sigs()
1929 int16 expDiff; in addFloat64Sigs()
1999 int16 aExp, bExp, zExp; in subFloat64Sigs()
2001 int16 expDiff; in subFloat64Sigs()
2118 int16 aExp, bExp, zExp; in float64_mul()
2177 int16 aExp, bExp, zExp; in float64_div()
2248 int16 aExp, bExp, expDiff; in float64_rem()
2334 int16 aExp, zExp; in float64_sqrt()