Home
last modified time | relevance | path

Searched refs:num_eq (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dexpr.cc39 #define num_eq(num1, num2) (num1.low == num2.low && num1.high == num2.high) macro
1035 if (!num_eq (result, num)) in append_digit()
1741 num.overflow = (!num.unsignedp && num_eq (num, copy) && !num_zerop (num)); in num_negate()
1810 lhs.low = gte && !num_eq (lhs, rhs); in num_inequality_op()
1812 lhs.low = !gte || num_eq (lhs, rhs); in num_inequality_op()
1826 bool eq = num_eq (lhs, rhs); in num_equality_op()
1910 num.overflow = !num_eq (orig, maybe_orig); in num_lshift()
2097 if (!num_eq (result, temp)) in num_mul()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dexpr.c39 #define num_eq(num1, num2) (num1.low == num2.low && num1.high == num2.high) macro
1012 if (!num_eq (result, num)) in append_digit()
1715 num.overflow = (!num.unsignedp && num_eq (num, copy) && !num_zerop (num)); in num_negate()
1784 lhs.low = gte && !num_eq (lhs, rhs); in num_inequality_op()
1786 lhs.low = !gte || num_eq (lhs, rhs); in num_inequality_op()
1800 bool eq = num_eq (lhs, rhs); in num_equality_op()
1884 num.overflow = !num_eq (orig, maybe_orig); in num_lshift()
2071 if (!num_eq (result, temp)) in num_mul()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200219791 (num_zerop, num_eq, num_positive, num_greater_freq, num_trim,