Searched refs:aSig1 (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/arm/nwfpe/ |
D | softfloat.c | 3078 bits64 aSig0, aSig1, bSig; in floatx80_rem() local 3116 aSig1 = 0; in floatx80_rem() 3119 shift128Right( aSig0, 0, 1, &aSig0, &aSig1 ); in floatx80_rem() 3126 q = estimateDiv128To64( aSig0, aSig1, bSig ); in floatx80_rem() 3129 sub128( aSig0, aSig1, term0, term1, &aSig0, &aSig1 ); in floatx80_rem() 3130 shortShift128Left( aSig0, aSig1, 62, &aSig0, &aSig1 ); in floatx80_rem() 3135 q = estimateDiv128To64( aSig0, aSig1, bSig ); in floatx80_rem() 3139 sub128( aSig0, aSig1, term0, term1, &aSig0, &aSig1 ); in floatx80_rem() 3141 while ( le128( term0, term1, aSig0, aSig1 ) ) { in floatx80_rem() 3143 sub128( aSig0, aSig1, term0, term1, &aSig0, &aSig1 ); in floatx80_rem() [all …]
|