Home
last modified time | relevance | path

Searched refs:Value2 (Results 1 – 25 of 43) sorted by relevance

12

/third_party/boost/boost/integer/
Dstatic_min_max.hpp22 template <static_min_max_signed_type Value1, static_min_max_signed_type Value2>
25 BOOST_STATIC_CONSTANT(static_min_max_signed_type, value = (Value1 > Value2) ? Value2 : Value1 );
28 template <static_min_max_signed_type Value1, static_min_max_signed_type Value2>
31 BOOST_STATIC_CONSTANT(static_min_max_signed_type, value = (Value1 < Value2) ? Value2 : Value1 );
34 template <static_min_max_unsigned_type Value1, static_min_max_unsigned_type Value2>
38 = (Value1 > Value2) ? Value2 : Value1 );
41 template <static_min_max_unsigned_type Value1, static_min_max_unsigned_type Value2>
45 = (Value1 < Value2) ? Value2 : Value1 );
Dcommon_factor_ct.hpp26 template < static_gcd_type Value1, static_gcd_type Value2 >
30 BOOST_STATIC_CONSTANT( static_gcd_type, new_value1 = Value2 );
31 BOOST_STATIC_CONSTANT( static_gcd_type, new_value2 = Value1 % Value2 );
57 template < static_gcd_type Value1, static_gcd_type Value2 >
60 typedef static_gcd_helper_t<Value1, Value2> gcd_type;
63 * Value2 );
78 template < static_gcd_type Value1, static_gcd_type Value2 > struct static_gcd
80 …BOOST_STATIC_CONSTANT( static_gcd_type, value = (detail::static_gcd_helper_t<Value1, Value2>::valu…
84 …mplate< static_gcd_type Value1, static_gcd_type Value2 > static_gcd_type const static_gcd< Value1,…
89 template < static_gcd_type Value1, static_gcd_type Value2 > struct static_lcm
[all …]
/third_party/boost/boost/
Dmulti_index_container_fwd.hpp60 typename Value2,typename IndexSpecifierList2,typename Allocator2
64 const multi_index_container<Value2,IndexSpecifierList2,Allocator2>& y);
68 typename Value2,typename IndexSpecifierList2,typename Allocator2
72 const multi_index_container<Value2,IndexSpecifierList2,Allocator2>& y);
76 typename Value2,typename IndexSpecifierList2,typename Allocator2
80 const multi_index_container<Value2,IndexSpecifierList2,Allocator2>& y);
84 typename Value2,typename IndexSpecifierList2,typename Allocator2
88 const multi_index_container<Value2,IndexSpecifierList2,Allocator2>& y);
92 typename Value2,typename IndexSpecifierList2,typename Allocator2
96 const multi_index_container<Value2,IndexSpecifierList2,Allocator2>& y);
[all …]
Dinteger_fwd.hpp149 template <static_min_max_signed_type Value1, static_min_max_signed_type Value2>
152 template <static_min_max_signed_type Value1, static_min_max_signed_type Value2>
155 template <static_min_max_unsigned_type Value1, static_min_max_unsigned_type Value2>
158 template <static_min_max_unsigned_type Value1, static_min_max_unsigned_type Value2>
172 template < static_gcd_type Value1, static_gcd_type Value2 >
174 template < static_gcd_type Value1, static_gcd_type Value2 >
/third_party/boost/boost/variant/detail/
Dapply_visitor_binary.hpp68 template <typename Value2>
69 typename enable_if_c<MoveSemantics && is_same<Value2, Value2>::value, result_type>::type
70 operator()(Value2&& value2) in operator ()()
72 return visitor_(::boost::move(value1_), ::boost::forward<Value2>(value2)); in operator ()()
75 template <typename Value2>
76 typename disable_if_c<MoveSemantics && is_same<Value2, Value2>::value, result_type>::type
77 operator()(Value2&& value2) in operator ()()
79 return visitor_(value1_, ::boost::forward<Value2>(value2)); in operator ()()
84 template <typename Value2>
86 operator()(Value2& value2)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_arith_main.cpp39 template <class T> bool inputsMayTriggerException(T Value1, T Value2) { in inputsMayTriggerException() argument
41 if (Value2 == 0) in inputsMayTriggerException()
45 if (Value1 == std::numeric_limits<T>::min() && Value2 == -1) in inputsMayTriggerException()
100 TypeUnsigned Value2 = Values[j]; in testsInt() local
103 inputsMayTriggerException<TypeSigned>(Value1, Value2)) in testsInt()
108 ResultSz = Funcs[f].FuncSzUnsigned(Value1, Value2); in testsInt()
109 ResultLlc = Funcs[f].FuncLlcUnsigned(Value1, Value2); in testsInt()
111 ResultSz = Funcs[f].FuncSzSigned(Value1, Value2); in testsInt()
112 ResultLlc = Funcs[f].FuncLlcSigned(Value1, Value2); in testsInt()
120 << ", " << Value2 << "): sz=" << (unsigned)ResultSz in testsInt()
[all …]
Dtest_icmp_main.cpp71 TypeUnsigned Value2 = Values[j]; in testsInt() local
73 bool ResultSz = Funcs[f].FuncSz(Value1, Value2); in testsInt()
74 bool ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsInt()
81 << ", " << Value2 << "): sz=" << ResultSz in testsInt()
97 TypeUnsigned Value2 = in testsInt() local
100 bool ResultSz = Funcs[f].FuncSz(Value1, Value2); in testsInt()
101 bool ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsInt()
108 << ", " << Value2 << "): sz=" << ResultSz in testsInt()
217 TypeUnsigned Value1, Value2; in testsVecInt() local
220 setElement(Value2, j, Values[Index() % NumValues]); in testsVecInt()
[all …]
Dtest_select_main.cpp46 Ty Value1, Value2; in testSelect() local
50 setElement(Value2, j, Values[Index() % NumValues]); in testSelect()
52 Ty ResultLlc = select(Cond, Value1, Value2); in testSelect()
53 Ty ResultSz = Subzero_::select(Cond, Value1, Value2); in testSelect()
62 << ", Value2=" << vectAsString<T>(Value2) << ")\n"; in testSelect()
82 v4f32 Value1, Value2; in testSelect() local
86 setElement(Value2, j, Values[Index() % NumValues]); in testSelect()
88 v4f32 ResultLlc = select(Cond, Value1, Value2); in testSelect()
89 v4f32 ResultSz = Subzero_::select(Cond, Value1, Value2); in testSelect()
98 << ", Value2=" << vectAsString<v4f32>(Value2) << ")\n"; in testSelect()
[all …]
Dtest_sync_atomic_main.cpp110 Type Value2 = static_cast<Type>(Values[j]); in testAtomicRMW() local
115 Type ResultSz1 = Funcs[f].FuncSz(fetch_first, AtomicLoc, Value2); in testAtomicRMW()
118 Type ResultLlc1 = Funcs[f].FuncLlc(fetch_first, AtomicLoc, Value2); in testAtomicRMW()
127 << static_cast<uint64>(Value2) in testAtomicRMW()
155 Type Value2 = static_cast<Type>(Values[j]); in testValCompareAndSwap() local
161 Funcs[f].FuncSz(AtomicLoc, flip ? Value2 : Value1, Value2); in testValCompareAndSwap()
165 Funcs[f].FuncLlc(AtomicLoc, flip ? Value2 : Value1, Value2); in testValCompareAndSwap()
173 << static_cast<uint64>(Value2) << ", flip=" << flip in testValCompareAndSwap()
234 Type Value2 = static_cast<Type>(ValuesSubset[j]); in testAtomicRMWThreads() local
237 Value2}; in testAtomicRMWThreads()
[all …]
Dtest_fcmp_main.cpp178 v4f32 Value1, Value2; in testsVector() local
181 Value2[j] = Values[Index() % NumValues]; in testsVector()
185 ResultSz = Funcs[f].FuncVectorSz(Value1, Value2); in testsVector()
186 ResultLlc = Funcs[f].FuncVectorLlc(Value1, Value2); in testsVector()
192 << ", " << vectAsString<v4f32>(Value2) in testsVector()
/third_party/boost/boost/geometry/strategies/cartesian/
Dpoint_in_box.hpp43 template <typename Value1, typename Value2>
44 static inline bool apply(Value1 const& value, Value2 const& min_value, Value2 const& max_value) in apply()
52 template <typename Value1, typename Value2>
53 static inline bool apply(Value1 const& value, Value2 const& min_value, Value2 const& max_value) in apply()
102 template <typename Value1, typename Value2>
103 static inline bool apply(Value1 const& value, Value2 const& min_value, Value2 const& max_value) in apply()
107 Value1, Value2 in apply()
/third_party/typescript/tests/baselines/reference/
DpreserveConstEnums.symbols5 Value = 1, Value2 = Value
7 >Value2 : Symbol(E.Value2, Decl(preserveConstEnums.ts, 1, 14))
DenumDeclarationEmitInitializerHasImport.types20 Value2,
21 >Value2 : Enum.Value2
DenumDeclarationEmitInitializerHasImport.symbols20 Value2,
21 >Value2 : Symbol(Enum.Value2, Decl(provider.ts, 1, 11))
DpreserveConstEnums.types5 Value = 1, Value2 = Value
8 >Value2 : E.Value
DenumDeclarationEmitInitializerHasImport.js6 Value2,
33 Value2 = 1
/third_party/boost/libs/yap/example/
Dmap_assign.cpp19 template <typename Fn, typename Key2, typename Value2>
21 Fn const & fn, Key2 && key, Value2 && value) in operator ()()
32 std::forward<Value2 &&>(value) in operator ()()
/third_party/boost/boost/multi_index/
Dcomposite_key.hpp201 typename KeyCons2, typename Value2,
209 typename KeyCons2, typename Value2,
216 const KeyCons2&,const Value2&, in compare()
226 typename KeyCons2, typename Value2,
233 const KeyCons2& c1,const Value2& v1, in compare()
239 BOOST_DEDUCED_TYPENAME KeyCons2::tail_type,Value2, in compare()
248 typename KeyCons2, typename Value2,
257 equal_ckey_ckey_terminal<KeyCons1,Value1,KeyCons2,Value2,EqualCons>,
258 equal_ckey_ckey_normal<KeyCons1,Value1,KeyCons2,Value2,EqualCons>
342 typename KeyCons2, typename Value2,
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp166 const uint32_t Value2) { in makeScatteredRelocationInfo() argument
171 MRE.r_word1 = Value2; in makeScatteredRelocationInfo()
215 uint32_t Value2 = 0; in recordScatteredRelocation() local
225 Value2 = Writer->getSymbolAddress(*SB, Layout); in recordScatteredRelocation()
280 Log2Size, IsPCRel, Value2); in recordScatteredRelocation()
/third_party/boost/libs/yap/perf/
Dmap_assign_perf.cpp19 template<typename Fn, typename Key2, typename Value2>
24 Value2 && value) in operator ()()
30 Value{std::forward<Value2 &&>(value)}); in operator ()()
Dmap_assign_code_gen.cpp17 template<typename Fn, typename Key2, typename Value2>
22 Value2 && value) in operator ()()
28 Value{std::forward<Value2 &&>(value)}); in operator ()()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp171 uint32_t Value2 = 0; in RecordARMScatteredHalfRelocation() local
187 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredHalfRelocation()
238 MRE.r_word1 = Value2; in RecordARMScatteredHalfRelocation()
287 uint32_t Value2 = 0; in RecordARMScatteredRelocation() local
302 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredRelocation()
315 MRE.r_word1 = Value2; in RecordARMScatteredRelocation()
/third_party/boost/libs/iterator/doc/
Dindirect_iterator_ref.rst27 class Iterator2, class Value2, class Category2
32 Iterator2, Value2, Category2, Reference2, Difference2
147 class Iterator2, class Value2, unsigned Access, class Traversal
152 Iterator2, Value2, Access, Traversal, Reference2, Difference2
/third_party/boost/boost/iterator/
Dindirect_iterator.hpp99 class Iterator2, class Value2, class Category2
104 Iterator2, Value2, Category2, Reference2, Difference2 in indirect_iterator() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMicroMipsSizeReduction.cpp318 int64_t Value2 = Value >> 2; in AddiuspImmValue() local
320 ((Value2 >= 2 && Value2 <= 257) || (Value2 >= -258 && Value2 <= -3))) in AddiuspImmValue()
329 int64_t Value2 = Value >> Shift; in InRange() local
331 (Value2 >= LBound) && (Value2 < HBound)) in InRange()

12