Home
last modified time | relevance | path

Searched defs:Zero (Results 1 - 25 of 91) sorted by relevance

1234

/third_party/json/tests/thirdparty/Fuzzer/test/
H A DTimeoutEmptyTest.cpp9 static volatile int Zero = 0; in LLVMFuzzerTestOneInput() local
H A DSimpleDictionaryTest.cpp14 static volatile int Zero = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_fcmp_main.cpp48 static const double Zero = 0.0; in initializeValues() local
H A Dtest_vector_ops_main.cpp32 Ty Zero; in getTestVectors() local
/third_party/jerryscript/jerry-libm/
H A Dfmod.c36 static const double Zero[] = { 0.0, -0.0, }; variable
/third_party/gptfdisk/
H A Dguid.cc131 void GUIDData::Zero(void) { in Zero() function in GUIDData
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dbignum.h124 void Zero() { in Zero() function in double_conversion::Bignum
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-bignum.h138 void Zero() { in Zero() function in double_conversion::Bignum
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-bignum.h138 void Zero() { in Zero() function in double_conversion::Bignum
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-bignum.h138 void Zero() { in Zero() function in double_conversion::Bignum
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DTexture.h49 enum class ClearValue { Zero, NonZero }; member in dawn_native::TextureBase::ClearValue
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DKnownBits.h23 APInt Zero; member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp448 auto Zero = MRI.createGenericVirtualRegister(LLT::scalar(32)); in legalizeCustom() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp101 Value *Zero = Constant::getNullValue(IntTy); in translate() local
/third_party/skia/third_party/externals/tint/src/writer/
H A Dappend_vector.cc47 const sem::Expression* Zero(ProgramBuilder& b, in Zero() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h231 APInt Zero; member in llvm::ObjectSizeOffsetVisitor
296 Value *Zero; member in llvm::ObjectSizeOffsetEvaluator
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DQueryTests.cpp39 enum class Result { Zero, NonZero }; member in OcclusionExpectation::Result
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DBitTracker.h157 Zero, // Bit = 0. enumerator
H A DHexagonAsmPrinter.cpp291 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() local
298 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() local
305 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() local
312 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() local
528 const MCExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() local
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm-inl.h191 Operand Operand::Zero() { return Operand(static_cast<int32_t>(0)); } in Zero() function in v8::internal::Operand
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp108 Value *Zero = ConstantInt::get(Int32Ty, 0); in insertCallSiteStore() local
H A DExpandMemCmp.cpp424 Value *Zero = ConstantInt::get(Type::getInt32Ty(CI->getContext()), 0); in emitLoadCompareBlockMultipleLoads() local
495 Value *Zero = ConstantInt::get(Type::getInt32Ty(CI->getContext()), 0); in emitLoadCompareBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp448 ConstantInt *Zero = ConstantInt::get(cast<IntegerType>(I->getType()), 0); in allocateCandidatesAndFindBasisForMul() local
/third_party/skia/third_party/externals/angle2/src/common/
H A Dbitset_utils.h160 constexpr static BitSetT Zero() { return BitSetT(); } in Zero() function in angle::final
/third_party/skia/third_party/externals/angle2/util/
H A Dshader_utils.cpp399 const char *Zero() in Zero() function
569 const char *Zero() in Zero() function
690 const char *Zero() in Zero() function

Completed in 21 milliseconds

1234