Searched refs:MPFR_PREC_BITS (Results 1 – 15 of 15) sorted by relevance
99 mpfr_prec_t accu[MPFR_PREC_BITS], log2_nb_terms[MPFR_PREC_BITS]; in mpfr_atan_aux()104 MPFR_ASSERTD (m <= MPFR_PREC_BITS - 1); in mpfr_atan_aux()290 mpz_t tabz[3*(MPFR_PREC_BITS+1)]; in mpfr_atan()399 MPFR_ASSERTD (n0 <= MPFR_PREC_BITS); in mpfr_atan()
2579 # define MPFR_PREC_BITS 8 macro2582 # define MPFR_PREC_BITS 16 macro2585 # define MPFR_PREC_BITS 32 macro2588 # define MPFR_PREC_BITS 64 macro
251 #if (MPFR_MAX_PRECSIZE + 1) * CHAR_BIT > MPFR_PREC_BITS in mpfr_fpif_read_precision_from_file()
2508 MPFR_STAT_STATIC_ASSERT (MPFR_PREC_BITS >= 64 || MPFR_PREC_BITS <= 32); in mpfr_get_str_ndigits()2510 #if MPFR_PREC_BITS >= 64 in mpfr_get_str_ndigits()
248 UINT_MAX == 0xffffffff && MPFR_PREC_BITS == 64 && \
118 UINT_MAX == 0xffffffff && MPFR_PREC_BITS == 64 && \
114 UINT_MAX == 0xffffffff && MPFR_PREC_BITS == 64 && \
219 #if GMP_NUMB_BITS >= 64 || MPFR_PREC_BITS >= 64 in check_ieee754()251 #if MPFR_PREC_BITS >= 64 in bug_20230206()293 #if MPFR_PREC_BITS >= 64 in bug_20230206()
285 if (i == 6 && MPFR_PREC_BITS > 64) in check_bad()
535 #if GMP_NUMB_BITS >= 64 || MPFR_PREC_BITS >= 64 in bug20210203()
1426 #if _MPFR_EXP_FORMAT >= 3 && _MPFR_PREC_FORMAT == 3 && MPFR_PREC_BITS == 64 in coverage()
1386 #if MPFR_PREC_BITS >= 64 in test_ndigits()
1810 #if _MPFR_EXP_FORMAT >= 3 && _MPFR_PREC_FORMAT == 3 && MPFR_PREC_BITS == 64 in coverage()
1474 UINT_MAX == 0xffffffff && MPFR_PREC_BITS == 64 && \
7759 [src/add1sp1_extracted.c] replaced extracted code by new for MPFR_PREC_BITS=649227 [tests/tfpif.c] Correction just in case MPFR_PREC_BITS > 64.9366 * MPFR_PREC_BITS is used to exactly do what is wanted.