/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot/src/ |
D | elision.rs | 14 type IntType; typedef 19 current: Self::IntType, in elision_compare_exchange_acquire() 20 new: Self::IntType, in elision_compare_exchange_acquire() 21 ) -> Result<Self::IntType, Self::IntType>; in elision_compare_exchange_acquire() 24 fn elision_fetch_sub_release(&self, val: Self::IntType) -> Self::IntType; in elision_fetch_sub_release() 40 type IntType = usize; typedef 55 type IntType = usize; typedef
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-open-type.hh | 59 struct IntType struct 61 typedef Type type; 64 explicit constexpr IntType (Type V) : v {V} {} in IntType() argument 65 IntType& operator = (Type i) { v = i; return *this; } in operator =() 68 …pename std::conditional<std::is_signed<Type>::value, signed, unsigned>::type () const { return v; } in operator typename std::conditional<std::is_signed<Type>::value,signed,unsigned>::type() 70 bool operator == (const IntType &o) const { return (Type) v == (Type) o.v; } in operator ==() 71 bool operator != (const IntType &o) const { return !(*this == o); } in operator !=() 73 IntType& operator += (unsigned count) { *this = *this + count; return *this; } in operator +=() 74 IntType& operator -= (unsigned count) { *this = *this - count; return *this; } in operator -=() 75 IntType& operator ++ () { *this += 1; return *this; } in operator ++() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/views/mdspan/extents/ |
H A D | ConvertibleToIntegral.h | 12 struct IntType { struct 14 constexpr IntType() = default; argument 15 constexpr IntType(int v) noexcept : val(v){}; in IntType() argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/views/mdspan/ |
H A D | ConvertibleToIntegral.h | 12 struct IntType { struct 14 constexpr IntType() = default; argument 15 constexpr IntType(int v) noexcept : val(v) {} in IntType() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | map_test.hpp | 70 typedef typename MyBoostMap::key_type IntType; in map_test_copyable() typedef 177 typedef typename MyBoostMap::key_type IntType; in map_test_range() typedef 262 typedef typename MyBoostMap::key_type IntType; in map_test_step() typedef 395 typedef typename MyBoostMap::key_type IntType; in map_test_insert() typedef 494 typedef typename MyBoostMap::key_type IntType; in map_test_erase() typedef 595 typedef typename MyBoostMap::key_type IntType; in map_test_insert2() typedef 745 typedef typename MyBoostMap::key_type IntType; in map_test_search() typedef 805 typedef typename MyBoostMap::key_type IntType; in map_test_indexing() typedef 835 typedef typename MyBoostMap::key_type IntType; in map_test_insert_or_assign_impl() typedef 956 typedef typename MyBoostMap::key_type IntType; in map_test_try_emplace() typedef [all …]
|
D | list_test.hpp | 40 typedef typename V1::value_type IntType; in list_copyable_only() typedef 109 typedef typename MyBoostList::value_type IntType; in execute() typedef 129 typedef typename MyBoostList::value_type IntType; in execute() typedef 173 typedef typename MyBoostList::value_type IntType; in list_test() typedef
|
D | vector_test.hpp | 101 typedef typename MyBoostVector::value_type IntType; in vector_copyable_only() typedef 252 typedef typename MyBoostVector::value_type IntType; in vector_test() typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/gtl/ |
H A D | int_type.h | 168 class IntType; variable 207 constexpr IntType() : value_(0) {} in IntType() function 209 constexpr explicit IntType(ValueType value) : value_(value) {} in IntType() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | random_op.cc | 365 #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
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/random/internal/ |
H A D | uniform_helper.h | 107 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
|
/aosp_15_r20/external/abseil-cpp/absl/random/internal/ |
H A D | uniform_helper.h | 107 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
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/random/internal/ |
H A D | uniform_helper.h | 107 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
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/random/internal/ |
H A D | uniform_helper.h | 107 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
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/random/internal/ |
H A D | uniform_helper.h | 107 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/ |
D | uniform_helper.h | 107 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
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/random/internal/ |
H A D | uniform_helper.h | 107 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
|
/aosp_15_r20/external/llvm-libc/test/src/math/ |
H A D | RoundToIntegerTest.h | 322 #define LIST_ROUND_TO_INTEGER_TESTS_HELPER(FloatType, IntType, func, \ argument 341 #define LIST_ROUND_TO_INTEGER_TESTS(FloatType, IntType, func) \ argument 344 #define LIST_ROUND_TO_INTEGER_TESTS_WITH_MODES(FloatType, IntType, func) \ argument
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_rs_special_func.cpp | 44 const clang::QualType &IntType = FD->getASTContext().IntTy; in isGraphicsRootRSFunc() local 60 const clang::QualType &IntType = FD->getASTContext().IntTy; in validateSpecialFuncDecl() local
|
/aosp_15_r20/frameworks/libs/binary_translation/base/include/berberis/base/ |
D | bit_util.h | 328 [[nodiscard]] constexpr operator IntType() const { in IntType() function 404 [[nodiscard]] constexpr operator IntType() const { in IntType() function 575 [[nodiscard]] constexpr operator IntType() const { in IntType() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | jit_type.h | 1405 struct TORCH_API IntType : public NumberType { struct 1416 static const TypeKind Kind = TypeKind::IntType; argument 1421 IntType() : NumberType(TypeKind::IntType) {} in IntType() function
|
/aosp_15_r20/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
H A 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
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleSValBuilder.cpp | 378 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local 493 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/dwarf/ |
D | type.go | 66 type IntType struct { struct 67 BasicType
|
/aosp_15_r20/external/llvm-libc/test/src/stdlib/ |
H A D | DivTest.h | 35 #define LIST_DIV_TESTS(IntType, ReturnType, func) \ argument
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/ |
D | issue47710.go | 16 type IntType[t any] int type
|