Searched refs:ARG_LIMIT (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c2743 #define ARG_LIMIT 12 macro
2838 /* We should have converged by now; otherwise, ARG_LIMIT is probably
2865 if (mpfr_cmp_d (x->value.real, ARG_LIMIT) >= 0)
2874 #undef ARG_LIMIT macro
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc2776 #define ARG_LIMIT 12 macro
2871 /* We should have converged by now; otherwise, ARG_LIMIT is probably
2898 if (mpfr_cmp_d (x->value.real, ARG_LIMIT) >= 0)
2907 #undef ARG_LIMIT macro

Completed in 341 milliseconds