HomeSort by: relevance | last modified time | path
    Searched refs:dconstinf (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
realmpfr.cc 71 *r = dconstinf;
gimple-range-op.cc 448 frange_nextafter (mode, *res_high, dconstinf);
474 r.set (type, dconstm0, dconstinf);
480 r.set (type, boundmin, dconstinf);
494 ub = dconstinf;
543 r.set (type, dconstm0, dconstinf, nan_state (false, false));
570 frange_nextafter (TYPE_MODE (type), ub, dconstinf); variable
574 frange_arithmetic (MULT_EXPR, type, ub, op, op, dconstinf);
577 ub = dconstinf;
580 ub = dconstinf;
616 frange_nextafter (TYPE_MODE (type), boundmax, dconstinf); variable
743 frange_nextafter (TYPE_MODE (type), p1, dconstinf); variable
    [all...]
range-op-float.cc 110 r.set (type, dconstninf, dconstinf, nan_state (true));
2324 ub = lb = dconstinf;
2330 ub = dconstinf;
2342 ub = dconstinf;
2352 ub = dconstinf;
2398 frange_nextafter (TYPE_MODE (type), ub, dconstinf); local
2458 frange_arithmetic (PLUS_EXPR, type, ub, lh_ub, rh_ub, dconstinf);
2479 ub = dconstinf;
2521 frange_arithmetic (MINUS_EXPR, type, ub, lh_ub, rh_lb, dconstinf);
2542 ub = dconstinf;
    [all...]
real.h 475 extern REAL_VALUE_TYPE dconstinf;
value-range.h 1375 return dconstinf;
fold-const-call.cc 1159 *result_real = dconstinf;
emit-rtl.cc 112 REAL_VALUE_TYPE dconstinf; variable
6413 real_inf (&dconstinf);
builtins.cc 9221 return build_real (type, dconstinf);
9858 build_real (type, dconstinf));
omp-low.cc 4450 real_arithmetic (&min, NEGATE_EXPR, &dconstinf, NULL);
4472 max = dconstinf;
match.pd 6455 tow = dconstinf;
tree.cc 2526 return build_complex (type, build_real (TREE_TYPE (type), dconstinf),

Completed in 575 milliseconds