Searched refs:zSig1 (Results 1 – 2 of 2) sorted by relevance
| /arch/arm/nwfpe/ |
| A D | softfloat.c | 713 zSig0 &= ~ ( ( zSig1 + zSig1 == 0 ) & roundNearestEven ); in roundAndPackFloatx80() 742 zSig1 = 0; in normalizeRoundAndPackFloatx80() 746 shortShift128Left( zSig0, zSig1, shiftCount, &zSig0, &zSig1 ); in normalizeRoundAndPackFloatx80() 2781 zSig1 = 0; in addFloatx80Sigs() 2795 shift64ExtraRightJamming( zSig0, zSig1, 1, &zSig0, &zSig1 ); in addFloatx80Sigs() 2842 zSig1 = 0; in subFloatx80Sigs() 2854 sub128( bSig, 0, aSig, zSig1, &zSig0, &zSig1 ); in subFloatx80Sigs() 2866 sub128( aSig, 0, bSig, zSig1, &zSig0, &zSig1 ); in subFloatx80Sigs() 2971 shortShift128Left( zSig0, zSig1, 1, &zSig0, &zSig1 ); in floatx80_mul() 3218 if ( zSig1 == 0 ) zSig1 = 1; in floatx80_sqrt() [all …]
|
| /arch/sh/kernel/cpu/sh4/ |
| A D | softfloat.c | 869 unsigned long long int aSig, bSig, zSig0, zSig1; in float64_mul() local 895 mul64To128(aSig, bSig, &zSig0, &zSig1); in float64_mul() 896 zSig0 |= (zSig1 != 0); in float64_mul()
|
Completed in 14 milliseconds