/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
D | allocate_shared_cxx03.pass.cpp | 25 struct Zero struct 28 Zero() {++count;} in Zero() argument 29 Zero(Zero const &) {++count;} in Zero() function 30 ~Zero() {--count;} in ~Zero() argument
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVLowerBool.cpp | 80 auto Zero = getScalarOrVectorConstantInt(Op->getType(), 0, false); in visitTruncInst() local 89 auto Zero = getScalarOrVectorConstantInt(Ty, 0, false); in visitZExtInst() local 99 auto Zero = getScalarOrVectorConstantInt(Ty, 0, false); in visitSExtInst() local
|
/external/fdlibm/ |
D | e_fmod.c | 23 static const double one = 1.0, Zero[] = {0.0, -0.0,}; variable 25 static double one = 1.0, Zero[] = {0.0, -0.0,}; variable
|
/external/tensorflow/tensorflow/core/kernels/ |
D | segment_reduction_ops.h | 121 struct Zero { struct 122 EIGEN_STRONG_INLINE T operator()() const { return T(0); } in operator()
|
D | cross_op_test.cc | 42 TEST_F(CrossOpTest, Zero) { in TEST_F() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 123 DIEInteger Zero(0); in TEST_F() local 154 DIEInteger Zero(0); in TEST_F() local 208 DIEInteger Zero(0); in TEST_F() local 238 DIEInteger Zero(0); in TEST_F() local 273 DIEInteger Zero(0); in TEST_F() local 308 DIEInteger Zero(0); in TEST_F() local 334 DIEInteger Zero(0); in TEST_F() local 412 DIEInteger Zero(0); in TEST_F() local 490 DIEInteger Zero(0); in TEST_F() local
|
/external/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 123 DIEInteger Zero(0); in TEST_F() local 154 DIEInteger Zero(0); in TEST_F() local 208 DIEInteger Zero(0); in TEST_F() local 238 DIEInteger Zero(0); in TEST_F() local 273 DIEInteger Zero(0); in TEST_F() local 308 DIEInteger Zero(0); in TEST_F() local 334 DIEInteger Zero(0); in TEST_F() local 412 DIEInteger Zero(0); in TEST_F() local 490 DIEInteger Zero(0); in TEST_F() local
|
/external/llvm/lib/Fuzzer/test/ |
D | SimpleDictionaryTest.cpp | 14 static volatile int Zero = 0; variable
|
/external/clang/test/Analysis/ |
D | enum.cpp | 6 Zero enumerator
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX8632.h | 73 Constant *Zero = Ctx->getConstantZero(IceType_i32); in createNaClReadTPSrcOperand() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.cpp | 299 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() local 306 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() local 313 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() local 320 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() local 536 const MCExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() local
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryBuiltins.h | 156 APInt Zero; variable 221 Value *Zero; variable
|
/external/google-breakpad/src/testing/gtest/samples/ |
D | sample1_unittest.cc | 103 TEST(FactorialTest, Zero) { in TEST() argument
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFrameLowering.cpp | 90 unsigned Zero = MRI.createVirtualRegister(PtrRC); in writeSPToMemory() local 140 unsigned Zero = MRI.createVirtualRegister(PtrRC); in emitPrologue() local
|
/external/googletest/googletest/samples/ |
D | sample1_unittest.cc | 100 TEST(FactorialTest, Zero) { in TEST() argument
|
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | ConstantsTest.cpp | 21 Constant* Zero = ConstantInt::get(Int1, 0); in TEST() local
|
/external/clang/test/SemaTemplate/ |
D | alias-church-numerals.cpp | 9 template<template<typename> class, typename X> using Zero = X; typedef
|
/external/clang/include/clang/AST/ |
D | CharUnits.h | 53 static CharUnits Zero() { in Zero() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | BDCE.cpp | 51 Value *Zero = ConstantInt::get(I.getType(), 0); in bitTrackingDCE() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | CodeGenCoverage.cpp | 111 uint64_t Zero = 0; in emit() local
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | affinity_linux.go | 39 func (s *CPUSet) Zero() { func
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemoryBuiltins.h | 200 APInt Zero; variable 265 Value *Zero; variable
|
/external/clang/include/clang/Basic/ |
D | ABI.h | 76 VirtualAdjustment Zero; in isEmpty() local 144 VirtualAdjustment Zero; in isEmpty() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | BDCE.cpp | 110 Value *Zero = ConstantInt::get(I.getType(), 0); in bitTrackingDCE() local
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | constants.cc | 23 XlaOp Zero(XlaBuilder* builder, PrimitiveType type) { in Zero() function
|