Searched defs:has_sign (Results 1 – 5 of 5) sorted by relevance
78 boolean has_sign) in lp_build_float_to_smallfloat()287 boolean has_sign) in lp_build_smallfloat_to_float()
550 bool has_sign = true; in init_dct_coeff_table() local
656 let mut has_sign = false; in float_digits() localVariable
1493 let mut has_sign = false; in parse_lit_float() localVariable
675 const auto has_sign = (c == '+') || (c == '-'); in Next() local