Searched refs:has_sign (Results 1 – 6 of 6) 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()
222 boolean has_sign);231 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()
656 let mut has_sign = false; in float_digits() localVariable664 if has_sign { in float_digits()669 has_sign = true; in float_digits()
503 int start_bits, int has_sign) in read_dcs() argument510 if (get_bits_left(gb) < start_bits - has_sign) in read_dcs()512 v = get_bits(gb, start_bits - has_sign); in read_dcs()513 if (v && has_sign) { in read_dcs()
1493 let mut has_sign = false; in parse_lit_float() localVariable1535 if has_sign || has_exponent || !has_e { in parse_lit_float()1538 has_sign = true; in parse_lit_float()