Searched defs:zSig0 (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/arch/arm/nwfpe/ |
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
|
/linux-5.19.10/arch/sh/kernel/cpu/sh4/ |
D | softfloat.c | 869 unsigned long long int aSig, bSig, zSig0, zSig1; in float64_mul() local
|