Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-ssa-sprintf.cc99 #define IEEE_MAX_10_EXP 4932 macro
100 #define target_dir_max() (target_int_max () + IEEE_MAX_10_EXP + 2)
1568 if ((IEEE_MAX_10_EXP * 2) < prec) in get_mpfr_format_length()
1569 prec = IEEE_MAX_10_EXP * 2; in get_mpfr_format_length()