Home
last modified time | relevance | path

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

/netbsd/src/external/lgpl3/mpfr/dist/src/
Dset_d64.c280 #ifndef DEC64_MAX
281 # define DEC64_MAX 9.999999999999999E384dd macro
296 else if (MPFR_UNLIKELY (d > DEC64_MAX)) /* +Inf */ in decimal64_to_string()
301 else if (MPFR_UNLIKELY (d < -DEC64_MAX)) /* -Inf */ in decimal64_to_string()
Dget_d64.c38 #ifndef DEC64_MAX
39 # define DEC64_MAX 9.999999999999999E384dd macro
171 return negative ? - DEC64_MAX : DEC64_MAX; in get_decimal64_max()
/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtget_set_d64.c32 #ifndef DEC64_MAX
33 # define DEC64_MAX 9.999999999999999E384dd macro
238 if (d == DEC64_MAX) in check_misc()
256 if (d == -DEC64_MAX) in check_misc()
365 e = sign * (MPFR_IS_LIKE_RNDZ (r, neg) ? 1 : 2) * DEC64_MAX; in check_overflow()
/netbsd/src/external/gpl3/gcc/dist/gcc/ginclude/
Dfloat.h540 #undef DEC64_MAX
543 #define DEC64_MAX __DEC64_MAX__ macro