Home
last modified time | relevance | path

Searched defs:IntType (Results 1 – 25 of 37) sorted by relevance

12

/external/tensorflow/tensorflow/core/lib/gtl/
Dint_type.h168 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/
Dhb-open-type.hh61 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/
Dmathlimits.h165 #define DECL_SIGNED_INT_LIMITS(IntType, UnsignedIntType) \ argument
185 #define DECL_UNSIGNED_INT_LIMITS(IntType) \ argument
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DX87.cpp210 #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/
DMixedTBAATest.cpp41 auto IntType = Type::getInt32Ty(C); in TEST_F() local
DAliasAnalysisTest.cpp172 auto IntType = Type::getInt32Ty(C); in TEST_F() local
/external/syzkaller/prog/
Dtypes.go225 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/
DTBAATest.cpp39 auto *IntType = Type::getInt32Ty(C); in getFunctionWithSingleStore() local
DAliasAnalysisTest.cpp172 auto IntType = Type::getInt32Ty(C); in TEST_F() local
/external/python/cpython2/Lib/
Dtypes.py16 IntType = int variable
/external/tensorflow/tensorflow/core/kernels/
Drandom_op.cc492 #define REGISTER_INT(IntType) \ argument
543 #define REGISTER_INT(IntType) \ argument
734 #define REGISTER_INT(IntType) \ argument
/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp378 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
493 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
DRangeConstraintManager.cpp386 APSIntType IntType = BV.getAPSIntType(Sym->getType()); in checkNull() local
429 APSIntType IntType = BV.getAPSIntType(T); in GetRange() local
/external/llvm/test/DebugInfo/PDB/Inputs/
Dsymbolformat.cpp55 typedef int IntType; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/Inputs/
Dsymbolformat.cpp56 typedef int IntType; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DMapVectorTest.cpp171 using IntType = typename TestFixture::int_type; in TYPED_TEST() typedef
/external/clang/lib/AST/
DASTDiagnostic.cpp1137 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/
DCloning.cpp255 auto *IntType = in CreateOldFunctionBodyAndDI() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp404 auto *IntType = DBuilder.createBasicType("int", 32, dwarf::DW_ATE_signed); in CreateOldFunctionBodyAndDI() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp392 IntegerType *IntType = Type::getInt32Ty(InsElt->getContext()); in replaceExtractElements() local
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DXmmArith.cpp1462 #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/
DInstCombineCalls.cpp66 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3); in SimplifyMemTransfer() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp363 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConstPtr() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp63 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/
DInstCombineVectorOps.cpp385 IntegerType *IntType = Type::getInt32Ty(InsElt->getContext()); in replaceExtractElements() local

12