Home
last modified time | relevance | path

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

/external/qemu/fpu/
Dsoftfloat.c82 static int32 roundAndPackInt32( flag zSign, bits64 absZ STATUS_PARAM) in roundAndPackInt32()
132 static int64 roundAndPackInt64( flag zSign, bits64 absZ0, bits64 absZ1 STATUS_PARAM) in roundAndPackInt64()
235 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig ) in packFloat32()
265 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig STATUS_PARAM) in roundAndPackFloat32()
328 normalizeRoundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig STATUS_PARAM) in normalizeRoundAndPackFloat32()
399 INLINE float64 packFloat64( flag zSign, int16 zExp, bits64 zSig ) in packFloat64()
429 static float64 roundAndPackFloat64( flag zSign, int16 zExp, bits64 zSig STATUS_PARAM) in roundAndPackFloat64()
492 normalizeRoundAndPackFloat64( flag zSign, int16 zExp, bits64 zSig STATUS_PARAM) in normalizeRoundAndPackFloat64()
562 INLINE floatx80 packFloatx80( flag zSign, int32 zExp, bits64 zSig ) in packFloatx80()
598 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in roundAndPackFloatx80()
[all …]