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

  /src/external/gpl3/gcc/dist/gcc/
tree-call-cdce.cc 570 int bit_sz, max_exp;
585 max_exp = 128;
587 max_exp = 64;
591 max_exp = 32;
607 max_exp, true, true);
567 int bit_sz, max_exp; local
toplev.cc 2110 int max_exp = 1; local
2122 if (fmt->emax > max_exp)
2123 max_exp = fmt->emax;
2131 || mpfr_set_emax (2 * (max_exp + 1)))
builtins.cc 9627 tree orig_arg, max_exp, min_exp;
9653 max_exp = build_real (type, rmax);
9656 max_exp = build_call_expr (isle_fn, 2, arg, max_exp);
9694 max_exp, min_exp);
9624 tree orig_arg, max_exp, min_exp; local
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
target.h 180 int64_t max_exp; member in struct:Target::FPTypeProperties
  /src/external/gpl3/gcc.old/dist/gcc/
tree-call-cdce.cc 550 int bit_sz, max_exp;
565 max_exp = 128;
567 max_exp = 64;
571 max_exp = 32;
587 max_exp, true, true);
547 int bit_sz, max_exp; local
toplev.cc 2100 int max_exp = 1; local
2112 if (fmt->emax > max_exp)
2113 max_exp = fmt->emax;
2121 || mpfr_set_emax (2 * (max_exp + 1)))
builtins.cc 8813 tree orig_arg, max_exp, min_exp;
8839 max_exp = build_real (type, rmax);
8842 max_exp = build_call_expr (isle_fn, 2, arg, max_exp);
8880 max_exp, min_exp);
8810 tree orig_arg, max_exp, min_exp; local

Completed in 50 milliseconds