Home
last modified time | relevance | path

Searched defs:has_sign (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_float.c78 boolean has_sign) in lp_build_float_to_smallfloat()
287 boolean has_sign) in lp_build_smallfloat_to_float()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c550 bool has_sign = true; in init_dct_coeff_table() local
/external/rust/crates/proc-macro2/src/
Dparse.rs656 let mut has_sign = false; in float_digits() localVariable
/external/rust/crates/syn/src/
Dlit.rs1493 let mut has_sign = false; in parse_lit_float() localVariable
/external/flatbuffers/src/
Didl_parser.cpp675 const auto has_sign = (c == '+') || (c == '-'); in Next() local