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

/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Drandom2.c79 ran >>= MPFR_LOG2_GMP_NUMB_BITS; /* Ideally log2(GMP_NUMB_BITS) */ local
80 ran_nbits = BITS_PER_RANDCALL - MPFR_LOG2_GMP_NUMB_BITS; /* Ideally - log2(GMP_NUMB_BITS) */
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmpfr-gmp.h72 # define MPFR_LOG2_GMP_NUMB_BITS 3 macro
74 # define MPFR_LOG2_GMP_NUMB_BITS 4 macro
76 # define MPFR_LOG2_GMP_NUMB_BITS 5 macro
78 # define MPFR_LOG2_GMP_NUMB_BITS 6 macro
80 # define MPFR_LOG2_GMP_NUMB_BITS 7 macro
82 # define MPFR_LOG2_GMP_NUMB_BITS 8 macro
H A Dexp3.c183 prec_x = MPFR_INT_CEIL_LOG2 (MPFR_PREC (x)) - MPFR_LOG2_GMP_NUMB_BITS;
216 k = MPFR_INT_CEIL_LOG2 (Prec) - MPFR_LOG2_GMP_NUMB_BITS;
H A Drec_sqrt.c26 #define LIMB_SIZE(x) ((((x)-1)>>MPFR_LOG2_GMP_NUMB_BITS) + 1)
242 th = (h + 1 + as - 3) >> MPFR_LOG2_GMP_NUMB_BITS;

Completed in 200 milliseconds