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

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dset_uj.c45 unsigned long uintmax_bit_size = sizeof(uintmax_t) * CHAR_BIT; local
46 unsigned long bpml = GMP_NUMB_BITS % uintmax_bit_size;
63 MPFR_TMP_INIT1 (yp, y, uintmax_bit_size);
76 /* Note: either GMP_NUMB_BITS = uintmax_bit_size, then k = 1 the
77 shift j >>= bpml is never done, or GMP_NUMB_BITS < uintmax_bit_size
110 MPFR_RNDRAW (inex, x, yp, uintmax_bit_size, rnd, MPFR_SIGN_POS, e++);

Completed in 180 milliseconds