HomeSort by: relevance | last modified time | path
    Searched defs:ARG_LIMIT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc 2805 #define ARG_LIMIT 12
2900 /* We should have converged by now; otherwise, ARG_LIMIT is probably
2927 if (mpfr_cmp_d (x->value.real, ARG_LIMIT) >= 0)
2936 #undef ARG_LIMIT
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 2776 #define ARG_LIMIT 12
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

Completed in 30 milliseconds