Searched refs:aSig1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/nwfpe/ |
H A D | softfloat.c | 3073 bits64 aSig0, aSig1, bSig; in floatx80_rem() local 3112 aSig1 = 0; in floatx80_rem() 3115 shift128Right( aSig0, 0, 1, &aSig0, &aSig1 ); in floatx80_rem() 3122 q = estimateDiv128To64( aSig0, aSig1, bSig ); in floatx80_rem() 3125 sub128( aSig0, aSig1, term0, term1, &aSig0, &aSig1 ); in floatx80_rem() 3126 shortShift128Left( aSig0, aSig1, 62, &aSig0, &aSig1 ); in floatx80_rem() 3131 q = estimateDiv128To64( aSig0, aSig1, bSig ); in floatx80_rem() 3135 sub128( aSig0, aSig1, term in floatx80_rem() 3173 bits64 aSig0, aSig1, zSig0, zSig1; floatx80_sqrt() local [all...] |
/kernel/linux/linux-6.6/arch/arm/nwfpe/ |
H A D | softfloat.c | 3073 bits64 aSig0, aSig1, bSig; in floatx80_rem() local 3112 aSig1 = 0; in floatx80_rem() 3115 shift128Right( aSig0, 0, 1, &aSig0, &aSig1 ); in floatx80_rem() 3122 q = estimateDiv128To64( aSig0, aSig1, bSig ); in floatx80_rem() 3125 sub128( aSig0, aSig1, term0, term1, &aSig0, &aSig1 ); in floatx80_rem() 3126 shortShift128Left( aSig0, aSig1, 62, &aSig0, &aSig1 ); in floatx80_rem() 3131 q = estimateDiv128To64( aSig0, aSig1, bSig ); in floatx80_rem() 3135 sub128( aSig0, aSig1, term in floatx80_rem() 3173 bits64 aSig0, aSig1, zSig0, zSig1; floatx80_sqrt() local [all...] |
Completed in 9 milliseconds