/third_party/boost/libs/random/test/ |
D | test_const_mod.cpp | 25 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/ |
D | list_test.hpp | 35 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
|
D | vector_test.hpp | 47 typedef typename V1::value_type IntType; in copyable_only() typedef 79 typedef typename MyShmVector::value_type IntType; in vector_test() typedef
|
D | set_test.hpp | 33 typedef typename MyShmSet::value_type IntType; in set_test() typedef 508 typedef typename MyShmSet::value_type IntType; in set_test_copyable() typedef
|
D | deque_test.cpp | 54 typedef typename V1::value_type IntType; in copyable_only() typedef
|
D | map_test.hpp | 48 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/ |
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
|
/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
|
/third_party/boost/libs/container/test/ |
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 | map_test.hpp | 70 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 …]
|
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
|
D | deque_test.cpp | 47 typedef typename V1::value_type IntType; in deque_copyable_only() typedef
|
D | set_test.hpp | 58 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/ |
D | hb-open-type.hh | 58 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/ |
D | hb-open-type.hh | 58 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/ |
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<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/ |
D | inversive_congruential.hpp | 91 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
|
D | subtract_with_carry.hpp | 48 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
|
D | linear_congruential.hpp | 89 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/ |
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
|
/third_party/boost/libs/integer/test/ |
D | common_factor_test.cpp | 108 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/ |
D | MDBuilder.cpp | 315 auto *IntType = Type::getInt64Ty(Context); in createMisExpect() local
|
/third_party/boost/boost/random/detail/ |
D | seed_impl.hpp | 135 typedef typename Engine::result_type IntType; in generate_from_int() typedef
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | numbers_test.cc | 744 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/ |
D | XmmArith.cpp | 1485 #define TestImplSXmmReg(Dst, GPR, Inst, Size, IntType) \ in TEST_F() argument 1544 #define TestImplSXmmAddr(Dst, Inst, Size, IntType) \ in TEST_F() argument
|