Searched defs:is_neg (Results 1 – 6 of 6) sorted by relevance
64 bool is_neg = bits.get_sign(); in ceil() local115 bool is_neg = bits.get_sign(); in round() local167 bool is_neg = bits.get_sign(); in round_using_current_rounding_mode() local
650 auto is_neg = [](const T& val) { return to_int(val) < 0; }; in test() local
1180 isl_bool eq, is_zero, is_neg; in list_set_min_max() local
2682 isl_bool is_one, is_neg; in print_mod_term() local
940 isl_bool is_neg; in aff_constant_is_negative() local
22593 boolean val::is_neg() const in is_neg() function