Searched refs:lastQuotientBit (Results 1 – 2 of 2) sorted by relevance
740 flag lastQuotientBit; in floatXRem() local756 lastQuotientBit = le64( bx.sig, ax.sig ); in floatXRem()757 if ( lastQuotientBit ) ax.sig = add64( ax.sig, negBSig ); in floatXRem()767 if ( lastQuotientBit ) { in floatXRem()
1150 flag lastQuotientBit; in floatXRem() local1166 lastQuotientBit = le128( bx.sig, ax.sig ); in floatXRem()1167 if ( lastQuotientBit ) ax.sig = add128( ax.sig, negBSig ); in floatXRem()1177 if ( lastQuotientBit ) { in floatXRem()