Home
last modified time | relevance | path

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

12345678910>>...12

/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
Dallocate_shared_cxx03.pass.cpp25 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/
DSPIRVLowerBool.cpp80 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/
De_fmod.c23 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/
Dsegment_reduction_ops.h121 struct Zero { struct
122 EIGEN_STRONG_INLINE T operator()() const { return T(0); } in operator()
Dcross_op_test.cc42 TEST_F(CrossOpTest, Zero) { in TEST_F() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DDIEHashTest.cpp123 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/
DDIEHashTest.cpp123 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/
DSimpleDictionaryTest.cpp14 static volatile int Zero = 0; variable
/external/clang/test/Analysis/
Denum.cpp6 Zero enumerator
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8632.h73 Constant *Zero = Ctx->getConstantZero(IceType_i32); in createNaClReadTPSrcOperand() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp299 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/
DMemoryBuiltins.h156 APInt Zero; variable
221 Value *Zero; variable
/external/google-breakpad/src/testing/gtest/samples/
Dsample1_unittest.cc103 TEST(FactorialTest, Zero) { in TEST() argument
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp90 unsigned Zero = MRI.createVirtualRegister(PtrRC); in writeSPToMemory() local
140 unsigned Zero = MRI.createVirtualRegister(PtrRC); in emitPrologue() local
/external/googletest/googletest/samples/
Dsample1_unittest.cc100 TEST(FactorialTest, Zero) { in TEST() argument
/external/swiftshader/third_party/LLVM/unittests/VMCore/
DConstantsTest.cpp21 Constant* Zero = ConstantInt::get(Int1, 0); in TEST() local
/external/clang/test/SemaTemplate/
Dalias-church-numerals.cpp9 template<template<typename> class, typename X> using Zero = X; typedef
/external/clang/include/clang/AST/
DCharUnits.h53 static CharUnits Zero() { in Zero() function
/external/llvm/lib/Transforms/Scalar/
DBDCE.cpp51 Value *Zero = ConstantInt::get(I.getType(), 0); in bitTrackingDCE() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCodeGenCoverage.cpp111 uint64_t Zero = 0; in emit() local
/external/syzkaller/vendor/golang.org/x/sys/unix/
Daffinity_linux.go39 func (s *CPUSet) Zero() { func
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryBuiltins.h200 APInt Zero; variable
265 Value *Zero; variable
/external/clang/include/clang/Basic/
DABI.h76 VirtualAdjustment Zero; in isEmpty() local
144 VirtualAdjustment Zero; in isEmpty() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DBDCE.cpp110 Value *Zero = ConstantInt::get(I.getType(), 0); in bitTrackingDCE() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dconstants.cc23 XlaOp Zero(XlaBuilder* builder, PrimitiveType type) { in Zero() function

12345678910>>...12