Searched defs:zSig1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/arm/nwfpe/ |
H A D | softfloat.c | 566 struct roundingData *roundData, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in roundAndPackFloatx80() 735 struct roundingData *roundData, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in normalizeRoundAndPackFloatx80() 2119 bits64 aSig, bSig, zSig0, zSig1; in float64_mul() local 2748 bits64 aSig, bSig, zSig0, zSig1; in addFloatx80Sigs() local 2817 bits64 aSig, bSig, zSig0, zSig1; in subFloatx80Sigs() local 2930 bits64 aSig, bSig, zSig0, zSig1; in floatx80_mul() local 2991 bits64 aSig, bSig, zSig0, zSig1; in floatx80_div() local 3173 bits64 aSig0, aSig1, zSig0, zSig1; in floatx80_sqrt() local
|
/openbmc/linux/arch/sh/kernel/cpu/sh4/ |
H A D | softfloat.c | 869 unsigned long long int aSig, bSig, zSig0, zSig1; in float64_mul() local
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 4948 int32_t zExp, uint64_t zSig0, uint64_t zSig1, in roundAndPackFloatx80() 5148 uint64_t zSig0, uint64_t zSig1, in normalizeRoundAndPackFloatx80()
|