Home
last modified time | relevance | path

Searched defs:Zero (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/json/tests/thirdparty/Fuzzer/test/
DTimeoutEmptyTest.cpp9 static volatile int Zero = 0; in LLVMFuzzerTestOneInput() local
DSimpleDictionaryTest.cpp14 static volatile int Zero = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
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
/third_party/jerryscript/jerry-libm/
Dfmod.c36 static const double Zero[] = { 0.0, -0.0, }; variable
/third_party/googletest/googletest/samples/
Dsample1_unittest.cc100 TEST(FactorialTest, Zero) { EXPECT_EQ(1, Factorial(0)); } in TEST() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DTexture.h49 enum class ClearValue { Zero, NonZero }; enumerator
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes4.ts40 const enum StringLiteralEnum { Zero = "0", True = "true", False = "false", Undefined = "undefined",… enumerator
43 const enum NumberLiteralEnum { Zero, One } enumerator
47 const enum NonLiteralEnum { Zero = NumberLiteralEnum.Zero, One = NumberLiteralEnum.One } enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryBuiltins.h231 APInt Zero; variable
296 Value *Zero; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCodeGenCoverage.cpp110 uint64_t Zero = 0; in emit() local
/third_party/skia/third_party/externals/angle2/util/
Dshader_utils.cpp399 const char *Zero() in Zero() function
569 const char *Zero() in Zero() function
690 const char *Zero() in Zero() function
/third_party/skia/third_party/externals/tint/src/writer/
Dfloat_to_string_test.cc46 TEST(FloatToStringTest, Zero) { in TEST() argument
102 TEST(FloatToBitPreservingStringTest, Zero) { in TEST() argument
Dappend_vector.cc47 const sem::Expression* Zero(ProgramBuilder& b, in Zero() function
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dbignum.h124 void Zero() { in Zero() function
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.h138 void Zero() { in Zero() function
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-bignum.h138 void Zero() { in Zero() function
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum.h138 void Zero() { in Zero() function
/third_party/musl/ndk-test/sanitize/ubsan/src/
Dcast-overflow.cpp76 unsigned Zero = NearlyMinusOne; // ok in main() local
/third_party/gptfdisk/
Dguid.cc131 void GUIDData::Zero(void) { in Zero() function in GUIDData
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp254 SDValue Zero = CurDAG->getRegister(Mips::ZERO, MVT::i32); in selectAddE() local
773 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), DL, in trySelect() local
778 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), DL, in trySelect() local
783 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), DL, in trySelect() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp609 Constant *Zero = ConstantInt::get(SDI->getType(), 0); in hasPositiveOperands() local
704 Constant *Zero = ConstantInt::get(SDI->getType(), 0); in processAShr() local
726 Constant *Zero = ConstantInt::get(Base->getType(), 0); in processSExt() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp448 auto Zero = MRI.createGenericVirtualRegister(LLT::scalar(32)); in legalizeCustom() local
/third_party/typescript/tests/baselines/reference/
DimportCallExpressionNoModuleKindSpecified.js92 this.myModule.then(function (Zero) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp210 ConstantInt *Zero = ConstantInt::get(ILengthType, 0U); in createMemCpyLoopUnknownSize() local
255 ConstantInt *Zero = ConstantInt::get(ILengthType, 0U); in createMemCpyLoopUnknownSize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp683 auto *Zero = ConstantInt::get(IdxType, 0); in unpackLoadToAggregate() local
734 auto *Zero = ConstantInt::get(IdxType, 0); in unpackLoadToAggregate() local
1218 auto *Zero = ConstantInt::get(IdxType, 0); in unpackStoreToAggregate() local
1266 auto *Zero = ConstantInt::get(IdxType, 0); in unpackStoreToAggregate() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops_main.cpp32 Ty Zero; in getTestVectors() local

12345