Home
last modified time | relevance | path

Searched refs:num_positive (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcclibs/libcpp/
Dexpr.c41 static bool num_positive (cpp_num, size_t);
447 && !num_positive (result, precision)) in cpp_interpret_integer()
1065 if (!num_positive (op[-1].value, CPP_OPTION (pfile, precision))) in check_promotion()
1070 else if (!num_positive (op->value, CPP_OPTION (pfile, precision))) in check_promotion()
1098 num_positive (cpp_num num, size_t precision) in num_positive() function
1163 unsignedp = num_positive (pa, precision); in num_greater_eq()
1165 if (unsignedp != num_positive (pb, precision)) in num_greater_eq()
1246 bool x = num_positive (num, precision); in num_rshift()
1370 if (!rhs.unsignedp && !num_positive (rhs, precision)) in num_binary_op()
1403 bool lhsp = num_positive (lhs, precision); in num_binary_op()
[all …]
/freebsd-10-stable/contrib/gcc/
DChangeLog-200219656 (num_trim, num_positive, num_div_op): Cast constants.
19680 (num_positive): Likewise.
19791 (num_zerop, num_eq, num_positive, num_greater_freq, num_trim,