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

  /src/external/gpl3/gcc/dist/gcc/
gimple-range-op.cc 354 r.set (type, frange_val_min (type), dconstm0);
464 if (lh.known_isnan () || real_less (&lh.upper_bound (), &dconstm0))
474 r.set (type, dconstm0, dconstinf);
477 REAL_VALUE_TYPE boundmin = dconstm0;
512 REAL_VALUE_TYPE ub = dconstm0;
525 REAL_VALUE_TYPE m0 = dconstm0;
543 r.set (type, dconstm0, dconstinf, nan_state (false, false));
real.h 472 extern REAL_VALUE_TYPE dconstm0;
range-op-float.cc 2313 lb = dconstm0;
2347 ub = dconstm0;
2707 cp[1] = dconstm0;
value-relation.cc 198 if (fr.contains_p (dconst0) || fr.contains_p (dconstm0))
200 frange zeros (range.type (), dconstm0, dconst0);
value-range.cc 375 m_max = dconstm0;
912 set (type, dconstm0, dconst0);
emit-rtl.cc 109 REAL_VALUE_TYPE dconstm0; variable
6404 dconstm0 = dconst0;
6405 dconstm0.sign = 1;
tree-vect-loop.cc 3948 return build_real (scalar_type, dconstm0);

Completed in 30 milliseconds