Searched refs:has_sign (Results 1 – 7 of 7) sorted by relevance
78 boolean has_sign) in lp_build_float_to_smallfloat() argument101 if (has_sign) { in lp_build_float_to_smallfloat()157 if (has_sign) { in lp_build_float_to_smallfloat()205 if (has_sign) { in lp_build_float_to_smallfloat()287 boolean has_sign) in lp_build_smallfloat_to_float() argument385 if (has_sign) { in lp_build_smallfloat_to_float()
217 boolean has_sign);226 boolean has_sign);
550 bool has_sign = true; in init_dct_coeff_table() local557 has_sign = false; in init_dct_coeff_table()561 has_sign = false; in init_dct_coeff_table()589 if (has_sign) { in init_dct_coeff_table()
29 static isl_bool has_sign(__isl_keep isl_basic_set *bset, in has_sign() function123 s = has_sign(bset, diff, 1, data->signs); in monotonicity()129 s = has_sign(bset, diff, -1, data->signs); in monotonicity()
652 let mut has_sign = false; in float_digits() localVariable660 if has_sign { in float_digits()665 has_sign = true; in float_digits()
1469 let mut has_sign = false; in parse_lit_float() localVariable1511 if has_sign || has_exponent || !has_e { in parse_lit_float()1514 has_sign = true; in parse_lit_float()
437 const auto has_sign = (c == '+') || (c == '-'); in Next()440 if (IsIdentifierStart(c) || (has_sign && IsIdentifierStart(*cursor_))) { in Next()445 token_ = has_sign ? kTokenStringConstant : kTokenIdentifier; in Next()453 if (is_digit(c) || has_sign || !dot_lvl) { in Next()