Home | History | Annotate | Download | only in tests

Lines Matching defs:GMP_NAIL_BITS

473 #if GMP_NAIL_BITS == 0
493 #if GMP_NAIL_BITS == 0
1137 multiplier <<= GMP_NAIL_BITS;
1141 lo >>= GMP_NAIL_BITS;
1527 sp[i] << GMP_NAIL_BITS,
1528 divisor << GMP_NAIL_BITS);
1529 carry = *rem >> GMP_NAIL_BITS;
2296 q = refmpn_udiv_qrnnd (&dummy_r, n0, n1 << GMP_NAIL_BITS,
2297 d1 << GMP_NAIL_BITS);
2359 int norm = refmpn_count_leading_zeros (dp[dsize-1]) - GMP_NAIL_BITS;
2494 if (GMP_NAIL_BITS == 0)
2511 if (GMP_NAIL_BITS == 0)