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

/haiku-buildtools/gcc/gmp/mpn/generic/
H A Ddiv_q.c82 #define DC_DIV_Q_THRESHOLD DC_DIVAPPR_Q_THRESHOLD macro
141 else if (BELOW_THRESHOLD (dn, DC_DIV_Q_THRESHOLD) ||
142 BELOW_THRESHOLD (new_nn - dn, DC_DIV_Q_THRESHOLD))
183 else if (BELOW_THRESHOLD (dn, DC_DIV_Q_THRESHOLD) ||
184 BELOW_THRESHOLD (nn - dn, DC_DIV_Q_THRESHOLD))

Completed in 83 milliseconds