| /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 | 57 struct IntType struct 59 typedef Type type; 60 typedef hb_conditional<hb_is_signed (Type), signed, unsigned> wide_type; 62 IntType& operator = (wide_type i) { v = i; return *this; } in operator =() 63 operator wide_type () const { return v; } in operator wide_type() 64 bool operator == (const IntType &o) const { return (Type) v == (Type) o.v; } in operator ==() 65 bool operator != (const IntType &o) const { return !(*this == o); } in operator !=() 67 IntType& operator += (unsigned count) { *this = *this + count; return *this; } in operator +=() 68 IntType& operator -= (unsigned count) { *this = *this - count; return *this; } in operator -=() 69 IntType& operator ++ () { *this += 1; return *this; } in operator ++() [all …]
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | random_op.cc | 367 #define REGISTER_INT(IntType) \ argument 418 #define REGISTER_INT(IntType) \ argument 470 #define REGISTER_INT(IntType) \ argument
|
| /external/protobuf/src/google/protobuf/stubs/ |
| D | mathlimits.h | 178 #define DECL_SIGNED_INT_LIMITS(IntType, UnsignedIntType) \ argument 198 #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/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/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/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
|
| /external/clang/include/clang/Basic/ |
| D | TargetInfo.h | 124 enum IntType { enum
|
| /external/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 411 auto *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConstPtr() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 489 auto *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConstPtr() local
|