/external/tensorflow/tensorflow/core/lib/gtl/ |
D | int_type.h | 168 class IntType; variable 202 constexpr IntType() : value_(0) {} in IntType() function 204 constexpr explicit IntType(ValueType value) : value_(value) {} in IntType() function
|
/external/harfbuzz_ng/src/ |
D | hb-open-type.hh | 61 struct IntType struct 63 typedef Type type; 64 typedef typename hb_signedness_int<hb_is_signed<Type>::value>::value wide_type; 66 void set (wide_type i) { v.set (i); } in set() 67 operator wide_type () const { return v; } in operator wide_type() 68 bool operator == (const IntType<Type,Size> &o) const { return (Type) v == (Type) o.v; } in operator ==() 69 bool operator != (const IntType<Type,Size> &o) const { return !(*this == o); } in operator !=() 70 static int cmp (const IntType<Type,Size> *a, const IntType<Type,Size> *b) { return b->cmp (*a); } in cmp() 72 int cmp (Type2 a) const in cmp() 80 bool sanitize (hb_sanitize_context_t *c) const in sanitize() [all …]
|
/external/protobuf/src/google/protobuf/stubs/ |
D | mathlimits.h | 165 #define DECL_SIGNED_INT_LIMITS(IntType, UnsignedIntType) \ argument 185 #define DECL_UNSIGNED_INT_LIMITS(IntType) \ argument
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | X87.cpp | 210 #define TestFild(OperandType, Size, MemorySize, FpType, IntType) \ in TEST_F() argument 237 #define TestFistp(OperandType, Size, MemorySize, FpType, IntType) \ in TEST_F() argument
|
/external/llvm/unittests/Analysis/ |
D | MixedTBAATest.cpp | 41 auto IntType = Type::getInt32Ty(C); in TEST_F() local
|
D | AliasAnalysisTest.cpp | 172 auto IntType = Type::getInt32Ty(C); in TEST_F() local
|
/external/syzkaller/prog/ |
D | types.go | 225 type IntType struct { struct 226 IntTypeCommon 227 Kind IntKind 228 RangeBegin uint64 229 RangeEnd uint64 232 func (t *IntType) makeDefaultArg() Arg { 236 func (t *IntType) isDefaultArg(arg Arg) bool {
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | TBAATest.cpp | 39 auto *IntType = Type::getInt32Ty(C); in getFunctionWithSingleStore() local
|
D | AliasAnalysisTest.cpp | 172 auto IntType = Type::getInt32Ty(C); in TEST_F() local
|
/external/python/cpython2/Lib/ |
D | types.py | 16 IntType = int variable
|
/external/tensorflow/tensorflow/core/kernels/ |
D | random_op.cc | 492 #define REGISTER_INT(IntType) \ argument 543 #define REGISTER_INT(IntType) \ argument 734 #define REGISTER_INT(IntType) \ argument
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SimpleSValBuilder.cpp | 378 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local 493 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
|
D | RangeConstraintManager.cpp | 386 APSIntType IntType = BV.getAPSIntType(Sym->getType()); in checkNull() local 429 APSIntType IntType = BV.getAPSIntType(T); in GetRange() local
|
/external/llvm/test/DebugInfo/PDB/Inputs/ |
D | symbolformat.cpp | 55 typedef int IntType; typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/Inputs/ |
D | symbolformat.cpp | 56 typedef int IntType; typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | MapVectorTest.cpp | 171 using IntType = typename TestFixture::int_type; in TYPED_TEST() typedef
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 1137 QualType &IntType, bool &IsNullPtr, in InitializeNonTypeDiffVariables() 1741 QualType IntType, bool PrintType) { in PrintAPSInt() 1852 const llvm::APSInt &Val, QualType IntType, in PrintValueDeclAndInteger() 1872 void PrintIntegerAndValueDecl(const llvm::APSInt &Val, QualType IntType, in PrintIntegerAndValueDecl()
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 255 auto *IntType = in CreateOldFunctionBodyAndDI() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 404 auto *IntType = DBuilder.createBasicType("int", 32, dwarf::DW_ATE_signed); in CreateOldFunctionBodyAndDI() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 392 IntegerType *IntType = Type::getInt32Ty(InsElt->getContext()); in replaceExtractElements() local
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | XmmArith.cpp | 1462 #define TestImplSXmmReg(Dst, GPR, Inst, Size, IntType) \ in TEST_F() argument 1521 #define TestImplSXmmAddr(Dst, Inst, Size, IntType) \ in TEST_F() argument
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 66 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3); in SimplifyMemTransfer() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 363 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConstPtr() local
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 63 QualType T, llvm::IntegerType *IntType) { in EmitToInt() 98 llvm::IntegerType *IntType = in MakeBinaryAtomicValue() local 159 llvm::IntegerType *IntType = in EmitBinaryAtomicPost() local 197 llvm::IntegerType *IntType = llvm::IntegerType::get( in MakeAtomicCmpXchgValue() local 1916 llvm::IntegerType *IntType = in EmitBuiltinExpr() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 385 IntegerType *IntType = Type::getInt32Ty(InsElt->getContext()); in replaceExtractElements() local
|