Home
last modified time | relevance | path

Searched defs:is_zero (Results 76 – 100 of 155) sorted by relevance

1234567

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.h156 bool is_zero = true; in IsZero() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.h156 bool is_zero = true; in IsZero() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/num/
H A Dreal.rs359 pub(crate) fn is_zero(&self) -> bool { in is_zero() method
H A Dcontinued_fraction.rs96 pub(crate) fn is_zero(&self) -> bool { in is_zero() method
H A Dbiguint.rs38 fn is_zero(&self) -> bool { in is_zero() method
/aosp_15_r20/external/libpng/contrib/libtests/
H A Dtarith.c320 int is_zero; /* Number is (still) zero */ member
/aosp_15_r20/external/pcre/src/sljit/
H A DsljitNativeX86_64.c1268 sljit_s32 freg, sljit_u8 rex, sljit_s32 is_zero) in sljit_emit_fset()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc1015 auto is_zero = [&value] { return value == 0; }; local
1033 std::function<bool()> is_zero = [&value] { return value == 0; }; local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc1015 auto is_zero = [&value] { return value == 0; }; local
1033 std::function<bool()> is_zero = [&value] { return value == 0; }; local
/aosp_15_r20/external/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc1015 auto is_zero = [&value] { return value == 0; }; local
1033 std::function<bool()> is_zero = [&value] { return value == 0; }; local
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_draw_hw_select.c147 nir_def *is_zero = nir_feq(b, det, zero); in face_culling() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPatternMatch.h418 struct is_zero { struct
426 inline is_zero m_Zero() { in m_Zero() argument
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory.cpp1234 bool is_zero = true; in ValidateCopyMemory() local
/aosp_15_r20/external/python/cpython2/Objects/
Dintobject.c1194 int is_zero = n == 0; in _PyInt_Format() local
/aosp_15_r20/external/perfetto/src/tracing/service/
H A Dtrace_buffer_unittest.cc63 bool is_zero = static_cast<char*>(trace_buffer_->data_.Get())[i] == 0; in TearDown() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dec.c342 int is_zero = CRYPTO_refcount_dec_and_test_zero(&group->references); in ec_group_set_generator() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dec.c342 int is_zero = CRYPTO_refcount_dec_and_test_zero(&group->references); in ec_group_set_generator() local
/aosp_15_r20/external/mesa3d/src/compiler/rust/
H A Dnir.rs173 fn is_zero(&self) -> bool { in is_zero() method
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_memory.cpp1234 bool is_zero = true; in ValidateCopyMemory() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dcuda_codegen.cpp61 static bool is_zero(const ExprPtr& expr) { in is_zero() function
/aosp_15_r20/external/python/cpython2/Lib/
Ddecimal.py3057 def is_zero(self): member in Decimal
4469 def is_zero(self, a): member in Context
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
D_pydecimal.py3173 def is_zero(self): member in Decimal
4659 def is_zero(self, a): member in Context
/aosp_15_r20/external/python/cpython3/Lib/
D_pydecimal.py3173 def is_zero(self): member in Decimal
4659 def is_zero(self, a): member in Context
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
D_pydecimal.py3173 def is_zero(self): member in Decimal
4659 def is_zero(self, a): member in Context
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
D_pydecimal.py3173 def is_zero(self): member in Decimal
4659 def is_zero(self, a): member in Context

1234567