Home
last modified time | relevance | path

Searched defs:zExp (Results 1 – 1 of 1) sorted by relevance

/external/qemu/fpu/
Dsoftfloat.c233 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig ) in packFloat32()
263 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig STATUS_PARAM) in roundAndPackFloat32()
325 normalizeRoundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig STATUS_PARAM) in normalizeRoundAndPackFloat32()
396 INLINE float64 packFloat64( flag zSign, int16 zExp, bits64 zSig ) in packFloat64()
426 static float64 roundAndPackFloat64( flag zSign, int16 zExp, bits64 zSig STATUS_PARAM) in roundAndPackFloat64()
488 normalizeRoundAndPackFloat64( flag zSign, int16 zExp, bits64 zSig STATUS_PARAM) in normalizeRoundAndPackFloat64()
558 INLINE floatx80 packFloatx80( flag zSign, int32 zExp, bits64 zSig ) in packFloatx80()
594 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in roundAndPackFloatx80()
762 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in normalizeRoundAndPackFloatx80()
886 packFloat128( flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 ) in packFloat128()
[all …]