Home
last modified time | relevance | path

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

12

/third_party/boost/libs/random/test/
Dtest_const_mod.cpp25 BOOST_AUTO_TEST_CASE_TEMPLATE(test_mult8, IntType, int8_types) { in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
39 BOOST_AUTO_TEST_CASE_TEMPLATE(test_add8, IntType, int8_types) { in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
63 BOOST_AUTO_TEST_CASE_TEMPLATE(test_mult_add8, IntType, int8_types) { in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
83 BOOST_AUTO_TEST_CASE_TEMPLATE(test_invert8, IntType, int8_types) { in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
100 BOOST_AUTO_TEST_CASE_TEMPLATE(test_mult32, IntType, int32_types) { in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
108 BOOST_AUTO_TEST_CASE_TEMPLATE(test_add32, IntType, int32_types) { in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
116 BOOST_AUTO_TEST_CASE_TEMPLATE(test_mult_add32, IntType, int32_types) { in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
124 BOOST_AUTO_TEST_CASE_TEMPLATE(test_invert32, IntType, int32_types) { in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
141 BOOST_AUTO_TEST_CASE_TEMPLATE(test_mult64, IntType, int64_types) { in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
151 BOOST_AUTO_TEST_CASE_TEMPLATE(test_add64, IntType, int64_types) { in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
[all …]
/third_party/boost/libs/interprocess/test/
Dlist_test.hpp35 typedef typename MyShmList::value_type IntType; in execute() typedef
55 typedef typename MyShmList::value_type IntType; in execute() typedef
100 typedef typename MyShmList::value_type IntType; in list_test() typedef
Dvector_test.hpp47 typedef typename V1::value_type IntType; in copyable_only() typedef
79 typedef typename MyShmVector::value_type IntType; in vector_test() typedef
Dset_test.hpp33 typedef typename MyShmSet::value_type IntType; in set_test() typedef
508 typedef typename MyShmSet::value_type IntType; in set_test_copyable() typedef
Ddeque_test.cpp54 typedef typename V1::value_type IntType; in copyable_only() typedef
Dmap_test.hpp48 typedef typename MyShmMap::key_type IntType; in map_test() typedef
500 typedef typename MyShmMap::key_type IntType; in map_test_copyable() typedef
/third_party/skia/third_party/externals/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
/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
/third_party/boost/libs/container/test/
Dlist_test.hpp40 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
Dmap_test.hpp70 typedef typename MyBoostMap::key_type IntType; in map_test_copyable() typedef
139 typedef typename MyBoostMap::key_type IntType; in map_test_range() typedef
224 typedef typename MyBoostMap::key_type IntType; in map_test_step() typedef
357 typedef typename MyBoostMap::key_type IntType; in map_test_insert() typedef
429 typedef typename MyBoostMap::key_type IntType; in map_test_erase() typedef
530 typedef typename MyBoostMap::key_type IntType; in map_test_insert2() typedef
680 typedef typename MyBoostMap::key_type IntType; in map_test_search() typedef
740 typedef typename MyBoostMap::key_type IntType; in map_test_indexing() typedef
770 typedef typename MyBoostMap::key_type IntType; in map_test_insert_or_assign_impl() typedef
891 typedef typename MyBoostMap::key_type IntType; in map_test_try_emplace() typedef
[all …]
Dvector_test.hpp101 typedef typename MyBoostVector::value_type IntType; in vector_copyable_only() typedef
252 typedef typename MyBoostVector::value_type IntType; in vector_test() typedef
Ddeque_test.cpp47 typedef typename V1::value_type IntType; in deque_copyable_only() typedef
Dset_test.hpp58 typedef typename MyBoostSet::value_type IntType; in set_test_copyable() typedef
138 typedef typename MyBoostSet::value_type IntType; in set_test() typedef
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-open-type.hh58 struct IntType struct
60 typedef Type type;
63 explicit constexpr IntType (Type V) : v {V} {} in IntType() function
64 IntType& operator = (Type i) { v = i; return *this; } in operator =()
67 …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()
69 bool operator == (const IntType &o) const { return (Type) v == (Type) o.v; } in operator ==()
70 bool operator != (const IntType &o) const { return !(*this == o); } in operator !=()
72 IntType& operator += (unsigned count) { *this = *this + count; return *this; } in operator +=()
73 IntType& operator -= (unsigned count) { *this = *this - count; return *this; } in operator -=()
74 IntType& operator ++ () { *this += 1; return *this; } in operator ++()
[all …]
/third_party/harfbuzz/src/
Dhb-open-type.hh58 struct IntType struct
60 typedef Type type;
63 explicit constexpr IntType (Type V) : v {V} {} in IntType() function
64 IntType& operator = (Type i) { v = i; return *this; } in operator =()
67 operator hb_conditional<hb_is_signed (Type), signed, unsigned> () const { return v; } in operator hb_conditional<hb_is_signed(Type),signed,unsigned>()
69 bool operator == (const IntType &o) const { return (Type) v == (Type) o.v; } in operator ==()
70 bool operator != (const IntType &o) const { return !(*this == o); } in operator !=()
72 IntType& operator += (unsigned count) { *this = *this + count; return *this; } in operator +=()
73 IntType& operator -= (unsigned count) { *this = *this - count; return *this; } in operator -=()
74 IntType& operator ++ () { *this += 1; return *this; } in operator ++()
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/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<Type, Size>& 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<Type,Size> &o) const { return (Type) v == (Type) o.v; } in operator ==()
65 bool operator != (const IntType<Type,Size> &o) const { return !(*this == o); } in operator !=()
66 HB_INTERNAL static int cmp (const IntType<Type,Size> *a, const IntType<Type,Size> *b) in cmp()
69 int cmp (Type2 a) const in cmp()
77 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
[all …]
/third_party/boost/boost/random/
Dinversive_congruential.hpp91 IntType, x0) in BOOST_RANDOM_DETAIL_ARITHMETIC_CONSTRUCTOR() argument
124 BOOST_RANDOM_DETAIL_ARITHMETIC_SEED(inversive_congruential_engine, IntType, x0) in BOOST_RANDOM_DETAIL_ARITHMETIC_SEED() argument
Dsubtract_with_carry.hpp48 typedef typename Engine::result_type IntType; in apply() typedef
137 IntType, value) in BOOST_RANDOM_DETAIL_ARITHMETIC_CONSTRUCTOR() argument
161 IntType, value) in BOOST_RANDOM_DETAIL_ARITHMETIC_SEED() argument
549 IntType, val) in BOOST_RANDOM_DETAIL_ARITHMETIC_CONSTRUCTOR() argument
559 BOOST_RANDOM_DETAIL_ARITHMETIC_SEED(subtract_with_carry, IntType, val) in BOOST_RANDOM_DETAIL_ARITHMETIC_SEED() argument
Dlinear_congruential.hpp89 IntType, x0) in BOOST_RANDOM_DETAIL_ARITHMETIC_CONSTRUCTOR() argument
127 BOOST_RANDOM_DETAIL_ARITHMETIC_SEED(linear_congruential_engine, IntType, x0_) in BOOST_RANDOM_DETAIL_ARITHMETIC_SEED() argument
/third_party/skia/third_party/externals/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
/third_party/boost/libs/integer/test/
Dcommon_factor_test.cpp108 my_wrapped_integer<IntType, ID> abs( my_wrapped_integer<IntType, ID> const &x ) in abs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMDBuilder.cpp315 auto *IntType = Type::getInt64Ty(Context); in createMisExpect() local
/third_party/boost/boost/random/detail/
Dseed_impl.hpp135 typedef typename Engine::result_type IntType; in generate_from_int() typedef
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dnumbers_test.cc744 using IntType = absl::uint128; in TEST() typedef
784 using IntType = absl::int128; in TEST() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DXmmArith.cpp1485 #define TestImplSXmmReg(Dst, GPR, Inst, Size, IntType) \ in TEST_F() argument
1544 #define TestImplSXmmAddr(Dst, Inst, Size, IntType) \ in TEST_F() argument

12