Home
last modified time | relevance | path

Searched defs:is_zero (Results 26 - 43 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_memory.cpp1159 bool is_zero = true; in ValidateCopyMemory() local
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dtarith.c318 int is_zero; /* Number is (still) zero */ member
/third_party/openssl/crypto/ec/
H A Decp_nistp521.c867 limb is_zero, is_p; in felem_is_zero() local
[all...]
H A Decp_nistz256.c195 static BN_ULONG is_zero(BN_ULONG in) in is_zero() function
H A Decp_nistp256.c940 u64 is_zero = small[0] | small[1] | small[2] | small[3]; in smallfelem_is_zero() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc922 auto is_zero = [&value] { return value == 0; }; in TEST() local
940 std::function<bool()> is_zero = [&value] { return value == 0; }; in TEST() local
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_gen.rs842 pub fn is_zero(n: &u8) -> bool { in is_zero() functions
/third_party/spirv-tools/source/util/
H A Dhex_float.h759 const bool is_zero = exponent == 0 && fraction == 0; in operator <<() local
1175 bool is_zero = (!has_integer_part) && (fraction == 0); in operator >>() local
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_memory.cpp1234 bool is_zero = true; in ValidateCopyMemory() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_tex.c1337 nir_ssa_def *is_zero = nir_imm_bool(b, true); in nir_lower_lod_zero_width() local
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp256.c940 u64 is_zero = small[0] | small[1] | small[2] | small[3]; in smallfelem_is_zero() local
[all...]
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h160 bool is_zero() const { in is_zero() function in v8::internal::Immediate
/third_party/python/Lib/
H A D_pydecimal.py3173 def is_zero(self): member in Decimal
4659 def is_zero(self, a): member in Context
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPatternMatch.h418 struct is_zero { struct
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc5353 Node* is_zero = __ Word32Equal(load, __ Int32Constant(0)); in LowerFastApiCall() local
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp12870 uint32x4_t is_zero = veorq_u32(vmaxq_u32(currentmax, standardmax), standardmax); in arm_detect_encodings() local
13037 uint32x4_t is_zero = veorq_u32(vmaxq_u32(currentmax, standardmax), standardmax); in arm_validate_utf32le() local
13066 uint32x4_t is_zero = veorq_u32(vmaxq_u32(currentmax, standardmax), standardmax); in arm_validate_utf32le_with_errors() local
[all...]
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc3667 bool is_zero = instr->ExtractBits(20, 16) == 0; in Disassembler() local
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs46501 fn is_zero(&self) -> bool; is_zero() functions
46508 fn is_zero(&self) -> bool { is_zero() functions
46535 fn is_zero(&self) -> bool { is_zero() functions
46542 fn is_zero(&self) -> bool { is_zero() functions
46556 fn is_zero(&self) -> bool { is_zero() functions
46563 fn is_zero(&self) -> bool { is_zero() functions
46907 mod is_zero; global() modules
[all...]

Completed in 119 milliseconds

12