Searched refs:lastQuotientBit (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/tools/test/testfloat/
H A Dslowfloat-32.c740 flag lastQuotientBit; local
756 lastQuotientBit = le64( bx.sig, ax.sig );
757 if ( lastQuotientBit ) ax.sig = add64( ax.sig, negBSig );
767 if ( lastQuotientBit ) {
H A Dslowfloat-64.c1150 flag lastQuotientBit; local
1166 lastQuotientBit = le128( bx.sig, ax.sig );
1167 if ( lastQuotientBit ) ax.sig = add128( ax.sig, negBSig );
1177 if ( lastQuotientBit ) {

Completed in 48 milliseconds