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

  /src/external/gpl3/gcc/dist/gcc/
range-op-float.cc 739 if (!contains_zero_p (lhs))
885 if (!contains_zero_p (lhs))
999 if (!contains_zero_p (lhs))
1106 if (!contains_zero_p (lhs))
1223 if (!contains_zero_p (lhs))
1331 if (!contains_zero_p (lhs))
2273 contains_zero_p (const REAL_VALUE_TYPE &lb, const REAL_VALUE_TYPE &ub) function
2590 if ((contains_zero_p (lhs_lb, lhs_ub) && contains_zero_p (op2_lb, op2_ub))
2647 if ((contains_zero_p (lh_lb, lh_ub
    [all...]
range-op.cc 945 if (!contains_zero_p (lhs))
1053 if (!contains_zero_p (lhs))
1220 if (!contains_zero_p (lhs))
1321 if (!contains_zero_p (lhs))
1419 if (!contains_zero_p (lhs))
1515 if (!contains_zero_p (lhs))
2679 if (!contains_zero_p (lhs))
2790 if (!contains_zero_p (lhs_refined))
3005 if (!lhs.undefined_p () && !contains_zero_p (lhs))
3129 else if (contains_zero_p (lh) || contains_zero_p (rh)
    [all...]
value-range.h 1177 contains_zero_p (const irange &r) function
value-range.cc 1916 bool has_zero = contains_zero_p (*this);
  /src/external/gpl3/gcc.old/dist/gcc/
value-range.h 609 contains_zero_p (const irange &r) function
range-op.cc 3834 if (!contains_zero_p (lhs) && TYPE_OVERFLOW_UNDEFINED (type))

Completed in 81 milliseconds