Home
last modified time | relevance | path

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

123

/external/rust/crates/parking_lot/src/
Delision.rs12 type IntType; typedef
17 current: Self::IntType, in elision_compare_exchange_acquire()
18 new: Self::IntType, in elision_compare_exchange_acquire()
19 ) -> Result<Self::IntType, Self::IntType>; in elision_compare_exchange_acquire()
22 fn elision_fetch_sub_release(&self, val: Self::IntType) -> Self::IntType; in elision_fetch_sub_release()
38 type IntType = usize; typedef
53 type IntType = usize; typedef
/external/tensorflow/tensorflow/core/lib/gtl/
Dint_type.h168 class IntType; variable
207 constexpr IntType() : value_(0) {} in IntType() function
209 constexpr explicit IntType(ValueType value) : value_(value) {} in IntType() function
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Duniform_helper.h84 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument
115 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
137 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
/external/abseil-cpp/absl/random/internal/
Duniform_helper.h84 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument
115 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
137 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Duniform_helper.h107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument
138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
/external/angle/third_party/abseil-cpp/absl/random/internal/
Duniform_helper.h107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument
138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
/external/openscreen/third_party/abseil/src/absl/random/internal/
Duniform_helper.h107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument
138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Duniform_helper.h107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument
138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
/external/harfbuzz_ng/src/
Dhb-open-type.hh57 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/
Drandom_op.cc365 #define REGISTER_FULL_INT(IntType) \ argument
370 #define REGISTER_INT(IntType) \ argument
425 #define REGISTER_FULL_INT(IntType) \ argument
430 #define REGISTER_INT(IntType) \ argument
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DIntegerDivisionCheck.cpp20 const auto IntType = hasType(isInteger()); in registerMatchers() local
/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.h178 #define DECL_SIGNED_INT_LIMITS(IntType, UnsignedIntType) \ argument
198 #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/llvm-project/llvm/unittests/Analysis/
DTBAATest.cpp38 auto *IntType = Type::getInt32Ty(C); in getFunctionWithSingleStore() local
/external/python/cpython2/Lib/
Dtypes.py16 IntType = int variable
/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/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
Dsymbolformat.cpp56 typedef int IntType; typedef
/external/llvm-project/flang/lib/Decimal/
Ddecimal-to-binary.cpp179 using IntType = common::HostUnsignedIntType<precision>; typedef in Fortran::decimal::IntermediateFloat
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp747 TypeMatcher IntType = qualType(isInteger()).bind("type"); in TEST() local
760 TypeMatcher IntType = qualType(isInteger()).bind("type"); in TEST() local
789 TypeMatcher IntType = qualType(isInteger()).bind("type"); in TEST() local
811 TypeMatcher IntType = qualType(isInteger()).bind("type"); in TEST() local
834 TypeMatcher IntType = qualType(isInteger()).bind("type"); in TEST() local
865 TypeMatcher IntType = qualType(builtinType()).bind("type"); in TEST() local
882 TypeMatcher IntType = qualType(builtinType()).bind("type"); in TEST() local
/external/llvm-project/llvm/unittests/ADT/
DMapVectorTest.cpp170 using IntType = typename TestFixture::int_type; in TYPED_TEST() typedef
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp612 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
732 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local

123