Searched refs:DEC64_MAX (Results 1 – 4 of 4) sorted by relevance
280 #ifndef DEC64_MAX281 # define DEC64_MAX 9.999999999999999E384dd macro296 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()
38 #ifndef DEC64_MAX39 # define DEC64_MAX 9.999999999999999E384dd macro171 return negative ? - DEC64_MAX : DEC64_MAX; in get_decimal64_max()
32 #ifndef DEC64_MAX33 # define DEC64_MAX 9.999999999999999E384dd macro238 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()
540 #undef DEC64_MAX543 #define DEC64_MAX __DEC64_MAX__ macro