Home
last modified time | relevance | path

Searched defs:compare (Results 1 – 25 of 411) sorted by relevance

12345678910>>...17

/third_party/boost/boost/phoenix/core/
Dfunction_equal.hpp33 struct compare struct
36 typedef bool result_type;
39 result_type operator()(A0 const & a0, A1 const & a1) const in operator ()()
48 operator()( in operator ()()
58 operator()(weak_ptr<A0> const & a0, weak_ptr<A1> const & a1) const in operator ()()
/third_party/boost/boost/detail/
Dinterlocked.hpp66 # define BOOST_INTERLOCKED_COMPARE_EXCHANGE(dest, exchange, compare) \ argument
72 # define BOOST_INTERLOCKED_COMPARE_EXCHANGE_POINTER(dest, exchange, compare) \ argument
85 # define BOOST_INTERLOCKED_COMPARE_EXCHANGE(dest, exchange, compare) \ argument
97 # define BOOST_INTERLOCKED_COMPARE_EXCHANGE_POINTER(dest, exchange, compare) \ argument
104 # define BOOST_INTERLOCKED_COMPARE_EXCHANGE_POINTER(dest, exchange, compare) \ argument
125 # define BOOST_INTERLOCKED_COMPARE_EXCHANGE(dest, exchange, compare) \ argument
146 # define BOOST_INTERLOCKED_COMPARE_EXCHANGE(dest, exchange, compare) \ argument
155 # define BOOST_INTERLOCKED_COMPARE_EXCHANGE_POINTER(dest, exchange, compare) \ argument
192 # define BOOST_INTERLOCKED_COMPARE_EXCHANGE_POINTER(dest, exchange, compare) \ argument
199 # define BOOST_INTERLOCKED_COMPARE_EXCHANGE_POINTER(dest, exchange, compare) \ argument
[all …]
/third_party/boost/libs/spirit/test/x3/
Dcontainer_support.cpp70 Container const compare {{"k1", "v1"}, {"k2", "v2"}}; in BOOST_SPIRIT_DEFINE() local
94 Container const compare {{"k1", "v1"}, {"k2", "v2"}, {"k2", "v3"}}; in test_multimap_support() local
118 Container const compare {"e1", "e2", "e2"}; in test_sequence_support() local
142 Container const compare {"e1", "e2"}; in test_set_support() local
166 Container const compare {"e1", "e2", "e2"}; in test_multiset_support() local
190 Container const compare {"e1e2e2"}; in test_string_support() local
/third_party/boost/boost/compute/algorithm/
Dstable_sort_by_key.hpp34 less<typename std::iterator_traits<KeyIterator>::value_type> compare, in dispatch_gpu_ssort_by_key()
61 greater<typename std::iterator_traits<KeyIterator>::value_type> compare, in dispatch_gpu_ssort_by_key()
88 Compare compare, in dispatch_gpu_ssort_by_key()
110 Compare compare, in dispatch_ssort_by_key()
139 Compare compare, in stable_sort_by_key()
Dsort_by_key.hpp38 less<typename std::iterator_traits<KeyIterator>::value_type> compare, in dispatch_gpu_sort_by_key()
65 greater<typename std::iterator_traits<KeyIterator>::value_type> compare, in dispatch_gpu_sort_by_key()
92 Compare compare, in dispatch_gpu_sort_by_key()
112 Compare compare, in dispatch_sort_by_key()
139 Compare compare, in sort_by_key()
Dsort.hpp60 greater<T> compare, in dispatch_gpu_sort()
86 Compare compare, in dispatch_gpu_sort()
111 Compare compare, in dispatch_sort()
128 Compare compare, in dispatch_sort()
185 Compare compare, in sort()
Dadjacent_find.hpp36 Compare compare, in serial_adjacent_find()
76 Compare compare, in adjacent_find_with_atomics()
127 Compare compare, in adjacent_find()
Dstable_sort.hpp36 Compare compare, in dispatch_gpu_stable_sort()
84 Compare compare, in stable_sort()
/third_party/boost/boost/atomic/detail/
Dinterlocked.hpp27 #define BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE(dest, exchange, compare) _InterlockedCompareExcha… argument
41 #define BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE(dest, exchange, compare) InterlockedCompareExchan… argument
49 #define BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE_POINTER(dest, exchange, compare) ((void*)BOOST_AT… argument
70 #define BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE(dest, exchange, compare) _InterlockedCompareExcha… argument
76 #define BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE_POINTER(dest, exchange, compare) ((void*)BOOST_AT… argument
96 #define BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE(dest, exchange, compare) _InterlockedCompareExcha… argument
121 #define BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE64(dest, exchange, compare) _InterlockedCompareExc… argument
128 #define BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE128(dest, exchange, compare) _InterlockedCompareEx… argument
146 #define BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE8(dest, exchange, compare) _InterlockedCompareExch… argument
162 #define BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE16(dest, exchange, compare) _InterlockedCompareExc… argument
[all …]
/third_party/boost/boost/compute/algorithm/detail/
Dmerge_sort_on_gpu.hpp88 Compare compare, in bitonic_block_sort()
303 Compare compare, in block_sort()
326 Compare compare, in merge_blocks_on_gpu()
471 Compare compare, in merge_sort_by_key_on_gpu()
526 Compare compare, in merge_sort_on_gpu()
578 Compare compare, in merge_sort_by_key_on_gpu()
590 Compare compare, in merge_sort_on_gpu()
Dmerge_sort_on_cpu.hpp31 Compare compare, in merge_blocks()
117 Compare compare, in merge_blocks()
131 Compare compare, in dispatch_merge_blocks()
164 Compare compare, in block_insertion_sort()
226 Compare compare, in block_insertion_sort()
240 Compare compare, in merge_sort_on_cpu()
306 Compare compare, in merge_sort_by_key_on_cpu()
/third_party/abseil-cpp/absl/strings/
Dstring_view.h407 constexpr int compare(string_view x) const noexcept { in compare() function
417 int compare(size_type pos1, size_type count1, string_view v) const { in compare() function
423 int compare(size_type pos1, size_type count1, string_view v, size_type pos2, in compare() function
430 int compare(const char* s) const { return compare(string_view(s)); } in compare() function
434 int compare(size_type pos1, size_type count1, const char* s) const { in compare() function
440 int compare(size_type pos1, size_type count1, const char* s, in compare() function
/third_party/boost/libs/multiprecision/test/ublas_interop/common/
Dtesthelper.hpp58 bool compare(const boost::numeric::ublas::matrix_expression<M1>& m1, in compare() function
75 bool compare(const boost::numeric::ublas::vector_expression<M1>& m1, in compare() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstring_view.h412 constexpr int compare(string_view x) const noexcept { in compare() function
422 constexpr int compare(size_type pos1, size_type count1, string_view v) const { in compare() function
428 constexpr int compare(size_type pos1, size_type count1, string_view v, in compare() function
435 constexpr int compare(const char* s) const { return compare(string_view(s)); } in compare() function
439 constexpr int compare(size_type pos1, size_type count1, const char* s) const { in compare() function
445 constexpr int compare(size_type pos1, size_type count1, const char* s, in compare() function
/third_party/boost/boost/bimap/container_adaptor/detail/
Dcomparison_adaptor.hpp51 Compare compare; member
73 Compare compare; member
99 Compare compare; member
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
DCollectionUtilities.java573 public static <T extends Comparable> int compare(T a, T b) { in compare() method in CollectionUtilities
585 public static <T extends Comparable> int compare(Iterator<T> iterator1, Iterator<T> iterator2) { in compare() method in CollectionUtilities
606 public static <T extends Comparable, U extends Collection<T>> int compare(U o1, U o2) { in compare() method in CollectionUtilities
622 public static <T extends Comparable, U extends Set<T>> int compare(U o1, U o2) { in compare() method in CollectionUtilities
634 public int compare(Set<T> o1, Set<T> o2) { in compare() method in CollectionUtilities.SetComparator
642 public int compare(Collection<T> o1, Collection<T> o2) { in compare() method in CollectionUtilities.CollectionComparator
653 …public static <K extends Comparable, V extends Comparable, T extends Entry<K, V>> int compare(T a,… in compare() method in CollectionUtilities
689 public int compare(Map<K, V> o1, Map<K, V> o2) { in compare() method in CollectionUtilities.MapComparator
695 public int compare(T arg0, T arg1) { in compare() method in CollectionUtilities.ComparableComparator
/third_party/boost/libs/multi_index/test/
Dtest_serialization_template.hpp26 static bool compare( in compare() function
40 static bool compare( in compare() function
/third_party/flutter/skia/tools/lua/
Dngrams_aggregate.lua14 function compare(a, b) function
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/basics/
Dfunction-with-type-parameters-that-have-comments.src.ts1 function compare</*comment*/T>() {} function
/third_party/boost/boost/graph/
Dfloyd_warshall_shortest.hpp43 T min_with_compare(const T& x, const T& y, const BinaryPredicate& compare) in min_with_compare()
55 const BinaryPredicate& compare, const BinaryFunction& combine, in floyd_warshall_dispatch()
80 const VertexListGraph& g, DistanceMatrix& d, const BinaryPredicate& compare, in floyd_warshall_initialized_all_pairs_shortest_paths()
92 DistanceMatrix& d, const WeightMap& w, const BinaryPredicate& compare, in floyd_warshall_all_pairs_shortest_paths()
/third_party/icu/icu4c/source/test/iotest/
Dtrnstst.c124 …UChar compare[] = { 0xfeff, 0x03a3, 0x03c4, 0x03b5, 0x03c6, 0x1f00, 0x03bd, 0x03bf, 0x03c2, 0x043C… in TestTranslitFileOut() local
230 …UChar compare[] = { 0x03a3, 0x03c4, 0x03b5, 0x03c6, 0x1f00, 0x03bd, 0x03bf, 0x03c2, 0x043C, 0x0000… in TestTranslitStringOut() local
/third_party/boost/libs/numeric/ublas/test/opencl/
Dtest_opencl.hpp22 static bool compare(ublas::matrix<T, F>& a, ublas::matrix<T, F>& b) in compare() function in test_opencl
39 static bool compare(ublas::vector<T>& a, ublas::vector<T>& b) in compare() function in test_opencl
/third_party/typescript/tests/cases/compiler/
DreverseInferenceInContextualInstantiation.ts1 function compare<T>(a: T, b: T): number { return 0; } function
/third_party/boost/boost/graph/distributed/
Dcrauser_et_al_shortest_paths.hpp117 Compare compare; member
142 Compare compare; member
229 const Compare& compare, in crauser_et_al_dijkstra_queue()
429 WeightMap weight, Inf inf, Compare compare, in initialize_min_in_weights()
454 WeightMap weight, Inf inf, Compare compare, in initialize_min_in_weights()
509 WeightMap weight, Compare compare) in initialize_min_out_weights()
540 Compare compare, Combine combine, DistInf inf, DistZero zero, in crauser_et_al_shortest_paths()
/third_party/boost/libs/function_types/example/
Dfast_mem_fn_example.cpp45 explicit test_compare(CriterionExtractor criterion, Comparator compare) in test_compare()
60 make_test_compare(CriterionExtractor criterion, Comparator compare) in make_test_compare()

12345678910>>...17