HomeSort by relevance Sort by last modified time
    Searched full:_compare (Results 151 - 175 of 357) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_heap.h 86 typename _Compare>
89 _Compare __comp)
109 template<typename _RandomAccessIterator, typename _Compare,
112 __is_heap(_RandomAccessIterator __first, _Compare __comp, _Distance __n)
120 template<typename _RandomAccessIterator, typename _Compare>
123 _Compare __comp)
176 typename _Compare>
179 _Distance __topIndex, _Tp __value, _Compare __comp)
204 template<typename _RandomAccessIterator, typename _Compare>
207 _Compare __comp
    [all...]
stl_multimap.h 76 * @tparam _Compare Comparison function object type, defaults to less<_Key>.
93 typename _Compare = std::less<_Key>,
101 typedef _Compare key_compare;
108 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
116 friend class multimap<_Key, _Tp, _Compare, _Alloc>;
118 _Compare comp;
120 value_compare(_Compare __c)
166 multimap(const _Compare& __comp,
189 noexcept(is_nothrow_copy_constructible<_Compare>::value)
203 const _Compare& __comp = _Compare()
    [all...]
stl_multiset.h 76 * @tparam _Compare Comparison function object type, defaults to less<_Key>.
90 template <typename _Key, typename _Compare = std::less<_Key>,
97 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
105 typedef _Compare key_compare;
106 typedef _Compare value_compare;
146 multiset(const _Compare& __comp,
177 const _Compare& __comp,
201 noexcept(is_nothrow_copy_constructible<_Compare>::value)
215 const _Compare& __comp = _Compare(),
    [all...]
stl_set.h 75 * @tparam _Compare Comparison function object type, defaults to less<_Key>.
88 template<typename _Key, typename _Compare = std::less<_Key>,
95 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
105 typedef _Compare key_compare;
106 typedef _Compare value_compare;
148 set(const _Compare& __comp,
181 const _Compare& __comp,
205 noexcept(is_nothrow_copy_constructible<_Compare>::value)
219 const _Compare& __comp = _Compare(),
    [all...]
stl_queue.h 332 * @tparam _Compare Comparison function object type, defaults to
366 typename _Compare = less<typename _Sequence::value_type> >
375 __glibcxx_class_requires4(_Compare, bool, _Tp, _Tp,
388 _Compare comp;
396 priority_queue(const _Compare& __x = _Compare(),
402 priority_queue(const _Compare& __x,
408 priority_queue(const _Compare& __x = _Compare(),
432 const _Compare& __x = _Compare()
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
basic_gpu_test.py 94 def _compare(self, x, np_func, tf_func, use_gpu): member in class:MathBuiltinUnaryTest
111 self._compare(data, np.abs, math_ops.abs, use_gpu)
112 self._compare(data, np.arccos, math_ops.acos, use_gpu)
113 self._compare(data, np.arcsin, math_ops.asin, use_gpu)
114 self._compare(data, np.arcsinh, math_ops.asinh, use_gpu)
115 self._compare(data_gt_1, np.arccosh, math_ops.acosh, use_gpu)
116 self._compare(data, np.arctan, math_ops.atan, use_gpu)
117 self._compare(data, np.ceil, math_ops.ceil, use_gpu)
118 self._compare(data, np.cos, math_ops.cos, use_gpu)
119 self._compare(data, np.cosh, math_ops.cosh, use_gpu
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
merge.h 55 typename _Compare>
60 _DifferenceTp __max_length, _Compare __comp)
103 typename _Compare>
108 _DifferenceTp __max_length, _Compare __comp)
169 typename _Compare>
174 _Compare __comp)
193 typename _RAIter3, typename _Compare>
201 difference_type __max_length, _Compare __comp)
221 typename _Compare>
227 difference_type __max_length, _Compare __comp
    [all...]
quicksort.h 49 template<typename _RAIter, typename _Compare>
52 _Compare __comp, typename std::iterator_traits
80 __gnu_parallel::__binder2nd<_Compare, _ValueType, _ValueType, bool>
99 template<typename _RAIter, typename _Compare>
102 _Compare __comp,
152 template<typename _RAIter, typename _Compare>
155 _Compare __comp,
algo.h     [all...]
partition.h 330 template<typename _RAIter, typename _Compare>
333 _RAIter __end, _Compare __comp)
360 // _Compare must have first_value_type, second_value_type,
362 // _Compare ==
366 __gnu_parallel::__binder2nd<_Compare, _ValueType, _ValueType, bool>
389 __binder1st<_Compare, _ValueType,
391 __pred(__gnu_parallel::__binder1st<_Compare, _ValueType,
420 template<typename _RAIter, typename _Compare>
424 _RAIter __end, _Compare __comp)
balanced_quicksort.h 98 template<typename _RAIter, typename _Compare>
101 _Compare __comp, _ThreadIndex __num_threads)
138 __gnu_parallel::__binder2nd<_Compare, _ValueType, _ValueType, bool>
169 template<typename _RAIter, typename _Compare>
173 _Compare __comp,
245 template<typename _RAIter, typename _Compare>
248 _Compare& __comp, _ThreadIndex __iam,
291 <_Compare, _ValueType, _ValueType, bool>
316 <_Compare, _ValueType, _ValueType, bool>, _ValueType>
318 <_Compare, _ValueType, _ValueType, bool
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
merge.h 55 typename _Compare>
60 _DifferenceTp __max_length, _Compare __comp)
103 typename _Compare>
108 _DifferenceTp __max_length, _Compare __comp)
169 typename _Compare>
174 _Compare __comp)
193 typename _RAIter3, typename _Compare>
201 difference_type __max_length, _Compare __comp)
221 typename _Compare>
227 difference_type __max_length, _Compare __comp
    [all...]
quicksort.h 49 template<typename _RAIter, typename _Compare>
52 _Compare __comp, typename std::iterator_traits
80 __gnu_parallel::__binder2nd<_Compare, _ValueType, _ValueType, bool>
99 template<typename _RAIter, typename _Compare>
102 _Compare __comp,
152 template<typename _RAIter, typename _Compare>
155 _Compare __comp,
algo.h     [all...]
partition.h 330 template<typename _RAIter, typename _Compare>
333 _RAIter __end, _Compare __comp)
360 // _Compare must have first_value_type, second_value_type,
362 // _Compare ==
366 __gnu_parallel::__binder2nd<_Compare, _ValueType, _ValueType, bool>
389 __binder1st<_Compare, _ValueType,
391 __pred(__gnu_parallel::__binder1st<_Compare, _ValueType,
420 template<typename _RAIter, typename _Compare>
424 _RAIter __end, _Compare __comp)
balanced_quicksort.h 98 template<typename _RAIter, typename _Compare>
101 _Compare __comp, _ThreadIndex __num_threads)
138 __gnu_parallel::__binder2nd<_Compare, _ValueType, _ValueType, bool>
169 template<typename _RAIter, typename _Compare>
173 _Compare __comp,
245 template<typename _RAIter, typename _Compare>
248 _Compare& __comp, _ThreadIndex __iam,
291 <_Compare, _ValueType, _ValueType, bool>
316 <_Compare, _ValueType, _ValueType, bool>, _ValueType>
318 <_Compare, _ValueType, _ValueType, bool
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
util.py 125 _compare function within your class."""
127 def _compare(self, other, method): member in class:Comparison
131 return self._compare(other, lambda a, b: a == b)
134 return self._compare(other, lambda a, b: a < b)
137 return self._compare(other, lambda a, b: a <= b)
140 return self._compare(other, lambda a, b: a >= b)
143 return self._compare(other, lambda a, b: a > b)
146 return self._compare(other, lambda a, b: a != b)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
util.py 125 _compare function within your class."""
127 def _compare(self, other, method): member in class:Comparison
131 return self._compare(other, lambda a, b: a == b)
134 return self._compare(other, lambda a, b: a < b)
137 return self._compare(other, lambda a, b: a <= b)
140 return self._compare(other, lambda a, b: a >= b)
143 return self._compare(other, lambda a, b: a > b)
146 return self._compare(other, lambda a, b: a != b)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
rb_tree 78 template <class _Key, class _Value, class _KeyOfValue, class _Compare,
81 : public _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc>
83 typedef _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc> _Base;
86 rb_tree(const _Compare& __comp = _Compare(),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
rb_tree 78 template <class _Key, class _Value, class _KeyOfValue, class _Compare,
81 : public _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc>
83 typedef _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc> _Base;
86 rb_tree(const _Compare& __comp = _Compare(),
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_map.i 66 template<class _Key, class _Tp, class _Compare = std::less<_Key >,
99 %fragment(SWIG_Traits_frag(std::map<_Key, _Tp, _Compare, _Alloc >), "header",
103 template <> struct traits<std::map<_Key, _Tp, _Compare, _Alloc > > {
106 return "std::map<" #_Key "," #_Tp "," #_Compare "," #_Alloc " >";
112 %typemap_traits_ptr(SWIG_TYPECHECK_MAP, std::map<_Key, _Tp, _Compare, _Alloc >);
114 map( const _Compare& );
118 %swig_map_methods(std::map<_Key, _Tp, _Compare, _Alloc >);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_multimap.h 76 * @tparam _Compare Comparison function object type, defaults to less<_Key>.
93 typename _Compare = std::less<_Key>,
101 typedef _Compare key_compare;
108 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
116 friend class multimap<_Key, _Tp, _Compare, _Alloc>;
118 _Compare comp;
120 value_compare(_Compare __c)
166 multimap(const _Compare& __comp,
189 noexcept(is_nothrow_copy_constructible<_Compare>::value)
203 const _Compare& __comp = _Compare()
    [all...]
stl_multiset.h 76 * @tparam _Compare Comparison function object type, defaults to less<_Key>.
90 template <typename _Key, typename _Compare = std::less<_Key>,
97 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
105 typedef _Compare key_compare;
106 typedef _Compare value_compare;
146 multiset(const _Compare& __comp,
177 const _Compare& __comp,
201 noexcept(is_nothrow_copy_constructible<_Compare>::value)
215 const _Compare& __comp = _Compare(),
    [all...]
stl_set.h 75 * @tparam _Compare Comparison function object type, defaults to less<_Key>.
88 template<typename _Key, typename _Compare = std::less<_Key>,
95 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
105 typedef _Compare key_compare;
106 typedef _Compare value_compare;
148 set(const _Compare& __comp,
181 const _Compare& __comp,
205 noexcept(is_nothrow_copy_constructible<_Compare>::value)
219 const _Compare& __comp = _Compare(),
    [all...]
stl_queue.h 332 * @tparam _Compare Comparison function object type, defaults to
366 typename _Compare = less<typename _Sequence::value_type> >
375 __glibcxx_class_requires4(_Compare, bool, _Tp, _Tp,
388 _Compare comp;
396 priority_queue(const _Compare& __x = _Compare(),
402 priority_queue(const _Compare& __x,
408 priority_queue(const _Compare& __x = _Compare(),
432 const _Compare& __x = _Compare()
    [all...]

Completed in 1898 milliseconds

1 2 3 4 5 67 8 91011>>