Home
last modified time | relevance | path

Searched defs:is_zero (Results 1 - 25 of 52) sorted by relevance

123

/kernel/linux/linux-6.6/rust/alloc/vec/
H A Dis_zero.rs11 fn is_zero(&self) -> bool; in is_zero() functions
18 fn is_zero(&self) -> bool { in is_zero() functions
47 fn is_zero(&self) -> bool { in is_zero() functions
54 fn is_zero(&self) -> bool { in is_zero() functions
61 fn is_zero(&self) -> bool { in is_zero() functions
82 fn is_zero(&self) -> bool{ in is_zero() functions
108 fn is_zero(&self) -> bool { is_zero() functions
115 fn is_zero(&self) -> bool { is_zero() functions
131 fn is_zero(&self) -> bool { is_zero() functions
157 fn is_zero(&self) -> bool { is_zero() functions
172 fn is_zero(&self) -> bool { is_zero() functions
179 fn is_zero(&self) -> bool { is_zero() functions
188 fn is_zero(&self) -> bool { is_zero() functions
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dlayout.rs80 pub fn is_zero(&self) -> bool { in is_zero() functions
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_opt_algebraic.c80 is_zero(struct vc4_compile *c, struct qreg reg) in is_zero() function
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_idiv_const.c133 nir_ssa_def *is_zero = nir_ieq_imm(b, n, 0); in build_imod() local
H A Dnir_lower_system_values.c437 nir_component_mask_t is_zero = 0; in lower_compute_system_value_instr() local
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dlznt.c324 bool is_zero = true; in compress_lznt() local
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dfunctional.hpp290 struct is_zero { struct
/third_party/mesa3d/src/mesa/main/
H A Dlight.c222 bool is_zero = params[0] == 0.0f; in do_light() local
238 bool is_zero = params[0] == 0.0f; in do_light() local
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-verity-fec.c204 bool is_zero; in fec_read_bufs() local
H A Ddm-verity-target.c473 bool is_zero; in verity_verify_io() local
334 verity_hash_for_block(struct dm_verity *v, struct dm_verity_io *io, sector_t block, u8 *digest, bool *is_zero) verity_hash_for_block() argument
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-verity-fec.c204 bool is_zero; in fec_read_bufs() local
H A Ddm-verity-target.c566 bool is_zero; in verity_verify_io() local
370 verity_hash_for_block(struct dm_verity *v, struct dm_verity_io *io, sector_t block, u8 *digest, bool *is_zero) verity_hash_for_block() argument
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-number.c303 bool is_zero = (num == ECMA_NUMBER_ZERO); in ecma_number_is_zero() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dlexer.cc479 const bool is_zero = !seen_prior_one_bits; in try_hex_float() local
/third_party/ffmpeg/tests/checkasm/
H A Dvp9dsp.c297 static int is_zero(const int16_t *c, int sz) in is_zero() function
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc935 const Matcher<int> is_zero = Eq(0); in TEST() local
H A Dgmock-matchers-comparisons_test.cc2113 const Matcher<const double&> is_zero = Eq(0); in TEST() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_shader.cpp758 backend_reg::is_zero() const in is_zero() function in backend_reg
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconstants.h156 bool is_zero = true; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.h156 bool is_zero = true; variable
/third_party/spirv-tools/source/opt/
H A Dconstants.h156 bool is_zero = true; variable
/third_party/glslang/SPIRV/
H A Dhex_float.h675 const bool is_zero = exponent == 0 && fraction == 0; in operator <<() local
983 bool is_zero = is_denorm && (fraction == 0); in operator >>() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir.cpp37 bool ir_rvalue::is_zero() const in is_zero() function in ir_rvalue
1634 ir_constant::is_zero() const in is_zero() function in ir_constant
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw_hw_select.c148 nir_ssa_def *is_zero = nir_feq(b, det, zero); in face_culling() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.h51 static inline bool is_zero(pseudo_t pseudo) in is_zero() function

Completed in 42 milliseconds

123