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

/haiku-buildtools/gcc/mpfr/src/
H A Dset_uj.c48 unsigned long bpml = GMP_NUMB_BITS % uintmax_bit_size; local
68 shift j >>= bpml is never done, or GMP_NUMB_BITS < uintmax_bit_size
69 and bpml = GMP_NUMB_BITS. */
70 for (i = 0; i < k; i++, j >>= bpml)

Completed in 32 milliseconds