Home
last modified time | relevance | path

Searched refs:is_non_zero (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/protobuf/src/reflect/
Dvalue.rs22 fn is_non_zero(&self) -> bool { in is_non_zero() method
23 self.as_ref().is_non_zero() in is_non_zero()
170 pub fn is_non_zero(&self) -> bool { in is_non_zero() method
/external/rust/crates/protobuf/src/reflect/acc/
Dv1.rs205 a.get_field(message_down_cast(m)).is_non_zero() in has_field_generic()
344 if v.is_non_zero() { in get_reflect()
/external/mesa3d/src/compiler/nir/
Dnir_lower_int64.c490 nir_ssa_def *is_non_zero = nir_i2b(b, nir_ior(b, x_lo, x_hi)); in lower_isign64() local
492 nir_ssa_def *res_lo = nir_ior(b, res_hi, nir_b2i32(b, is_non_zero)); in lower_isign64()