Home
last modified time | relevance | path

Searched defs:is_zero (Results 26 – 50 of 155) sorted by relevance

1234567

/aosp_15_r20/prebuilts/go/linux-x86/test/
Dpeano.go23 func is_zero(x *Number) bool { func
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_nir.c847 nir_def *is_zero = nir_ieq(&b, fence, zero); in gfx11_create_sh_query_result_cs() local
957 nir_def *is_zero = nir_ieq(&b, y_value, zero); in gfx11_create_sh_query_result_cs() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
Dcondition_util.go65 func is_zero(x uint32) bool { func
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_opt_algebraic.c80 is_zero(struct vc4_compile *c, struct qreg reg) in is_zero() function
/aosp_15_r20/external/mesa3d/src/nouveau/mme/
H A Dmme_fermi_builder.c488 bool is_zero) in mme_fermi_start_cf()
582 bool is_zero) in mme_fermi_end_while_zero()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_rematerialize_compares.c61 is_zero(const nir_alu_instr *instr, unsigned src, unsigned num_components, in is_zero() function
H A Dnir_opt_idiv_const.c131 nir_def *is_zero = nir_ieq_imm(b, n, 0); in build_imod() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/detail/
Dtest_input.hpp21 bool is_zero(T const &v) { return v == static_cast<T>(0); } in is_zero() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Ddouble-int.h396 double_int::is_zero () const in is_zero() function
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/
Dstream_id.rs62 pub fn is_zero(&self) -> bool { in is_zero() method
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/arithmetic/bigint/
Dboxed_limbs.rs109 pub(super) fn is_zero(&self) -> bool { in is_zero() method
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_shader.cpp182 brw_reg::is_zero() const in is_zero() function in brw_reg
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/test/
Dcopy_if_test1.cpp35 BOOST_CXX14_CONSTEXPR bool is_zero ( int v ) { return v == 0; } in is_zero() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dfusion_utils_test.cc96 auto *is_zero = graph.mutable_library()->add_function(); in TEST() local
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_opt_outputs.c59 bool is_zero[4] = {0}, is_one[4] = {0}; in ac_eliminate_const_output() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container_hash/include/boost/container_hash/detail/
Dhash_float.hpp242 inline bool is_zero(T v) in is_zero() function
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dir.cpp37 bool ir_rvalue::is_zero() const in is_zero() function in ir_rvalue
1625 ir_constant::is_zero() const in is_zero() function in ir_constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dmod.rs297 fn is_zero(&self) -> bool; in is_zero() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/
Dtime_duration.hpp154 BOOST_CONSTEXPR bool is_zero() const in is_zero() function in boost::date_time::time_duration
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dmod.rs296 fn is_zero(&self) -> bool; in is_zero() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dmod.rs297 fn is_zero(&self) -> bool; in is_zero() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dmod.rs296 fn is_zero(&self) -> bool; in is_zero() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dmod.rs297 fn is_zero(&self) -> bool; in is_zero() method
/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.h28 bool is_zero() const { return x_ == 0 && y_ == 0; } in is_zero() function
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_shader.cpp710 elk_backend_reg::is_zero() const in is_zero() function in elk_backend_reg

1234567