Home
last modified time | relevance | path

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

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