Searched refs:aSig1 (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/arm/nwfpe/ |
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, term0, term1, &aSig0, &aSig1 ); in floatx80_rem() 3137 while ( le128( term0, term1, aSig0, aSig1 ) ) { in floatx80_rem() 3139 sub128( aSig0, aSig1, term0, term1, &aSig0, &aSig1 ); in floatx80_rem() [all …]
|