Home
last modified time | relevance | path

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

/netbsd/src/external/lgpl3/mpfr/dist/src/
Dfpif.c73 #define MPFR_MAX_EMBEDDED_EXPONENT 47 macro
307 if (exponent > MPFR_MAX_EMBEDDED_EXPONENT || in mpfr_fpif_store_exponent()
308 exponent < -MPFR_MAX_EMBEDDED_EXPONENT) in mpfr_fpif_store_exponent()
313 - MPFR_MAX_EMBEDDED_EXPONENT; in mpfr_fpif_store_exponent()
330 uexp = exponent + MPFR_MAX_EMBEDDED_EXPONENT; in mpfr_fpif_store_exponent()
421 uexp += MPFR_MAX_EMBEDDED_EXPONENT; in mpfr_fpif_read_exponent_from_file()
440 exponent -= MPFR_MAX_EMBEDDED_EXPONENT; in mpfr_fpif_read_exponent_from_file()