HomeSort by: relevance | last modified time | path
    Searched refs:MPFR_LOG2_GMP_NUMB_BITS (Results 1 - 4 of 4) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
random2.c 79 ran >>= MPFR_LOG2_GMP_NUMB_BITS; /* Ideally log2(GMP_NUMB_BITS) */
80 ran_nbits = BITS_PER_RANDCALL - MPFR_LOG2_GMP_NUMB_BITS; /* Ideally - log2(GMP_NUMB_BITS) */
  /src/external/lgpl3/mpfr/dist/src/
mpfr-gmp.h 72 # define MPFR_LOG2_GMP_NUMB_BITS 3
74 # define MPFR_LOG2_GMP_NUMB_BITS 4
76 # define MPFR_LOG2_GMP_NUMB_BITS 5
78 # define MPFR_LOG2_GMP_NUMB_BITS 6
80 # define MPFR_LOG2_GMP_NUMB_BITS 7
82 # define MPFR_LOG2_GMP_NUMB_BITS 8
exp3.c 183 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;
rec_sqrt.c 26 #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 63 milliseconds