Home
last modified time | relevance | path

Searched refs:has_sign (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_float.c78 boolean has_sign) in lp_build_float_to_smallfloat() argument
101 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() argument
385 if (has_sign) { in lp_build_smallfloat_to_float()
Dlp_bld_format.h222 boolean has_sign);
231 boolean has_sign);
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c550 bool has_sign = true; in init_dct_coeff_table() local
557 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()
/third_party/rust/crates/proc-macro2/src/
Dparse.rs656 let mut has_sign = false; in float_digits() localVariable
664 if has_sign { in float_digits()
669 has_sign = true; in float_digits()
/third_party/ffmpeg/libavcodec/
Dbink.c503 int start_bits, int has_sign) in read_dcs() argument
510 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()
/third_party/rust/crates/syn/src/
Dlit.rs1493 let mut has_sign = false; in parse_lit_float() localVariable
1535 if has_sign || has_exponent || !has_e { in parse_lit_float()
1538 has_sign = true; in parse_lit_float()