Home
last modified time | relevance | path

Searched refs:MPFR_PREC_BITS (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/lgpl3/mpfr/dist/src/
Datan.c99 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()
Dmpfr-impl.h2579 # define MPFR_PREC_BITS 8 macro
2582 # define MPFR_PREC_BITS 16 macro
2585 # define MPFR_PREC_BITS 32 macro
2588 # define MPFR_PREC_BITS 64 macro
Dfpif.c251 #if (MPFR_MAX_PRECSIZE + 1) * CHAR_BIT > MPFR_PREC_BITS in mpfr_fpif_read_precision_from_file()
Dget_str.c2508 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()
Dmul.c248 UINT_MAX == 0xffffffff && MPFR_PREC_BITS == 64 && \
Dadd1sp.c118 UINT_MAX == 0xffffffff && MPFR_PREC_BITS == 64 && \
Dsub1sp.c114 UINT_MAX == 0xffffffff && MPFR_PREC_BITS == 64 && \
/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtcompound.c219 #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()
Dtfpif.c285 if (i == 6 && MPFR_PREC_BITS > 64) in check_bad()
Dtatan2u.c535 #if GMP_NUMB_BITS >= 64 || MPFR_PREC_BITS >= 64 in bug20210203()
Dtstrtofr.c1426 #if _MPFR_EXP_FORMAT >= 3 && _MPFR_PREC_FORMAT == 3 && MPFR_PREC_BITS == 64 in coverage()
Dtget_str.c1386 #if MPFR_PREC_BITS >= 64 in test_ndigits()
Dtpow.c1810 #if _MPFR_EXP_FORMAT >= 3 && _MPFR_PREC_FORMAT == 3 && MPFR_PREC_BITS == 64 in coverage()
/netbsd/src/external/lgpl3/mpfr/dist/doc/
DREADME.dev1474 UINT_MAX == 0xffffffff && MPFR_PREC_BITS == 64 && \
/netbsd/src/external/lgpl3/mpfr/dist/
DChangeLog7759 [src/add1sp1_extracted.c] replaced extracted code by new for MPFR_PREC_BITS=64
9227 [tests/tfpif.c] Correction just in case MPFR_PREC_BITS > 64.
9366 * MPFR_PREC_BITS is used to exactly do what is wanted.