Home
last modified time | relevance | path

Searched defs:is_non_zero (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/protobuf/src/reflect/
Dvalue.rs22 fn is_non_zero(&self) -> bool { in is_non_zero() method
170 pub fn is_non_zero(&self) -> bool { in is_non_zero() method
/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