Home
last modified time | relevance | path

Searched refs:counter_type (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/core/utils/
Dcounter.h30 using counter_type = Counter<T, Hash, Equal>; variable
89 counter_type operator-(const counter_type &other) const {
90 counter_type new_counter;
105 counter_type operator+(const counter_type &other) const {
106 counter_type new_counter = *this;
117 void subtract_by(const counter_type &other, Func &&func) const { in subtract_by()
130 std::vector<T> subtract(const counter_type &other) const { in subtract()
166 using counter_type = Counter<key_type>; variable
193 counter_type operator-(const counter_type &other) const {
194 counter_type new_counter;
[all …]
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/
Dradix_sort.hpp363 typedef uint2_ counter_type; in radix_sort_impl() typedef
365 make_buffer_iterator<counter_type>(counts.get_buffer(), 0), in radix_sort_impl()
366 make_buffer_iterator<counter_type>(counts.get_buffer(), counts.size() / 2), in radix_sort_impl()
367 make_buffer_iterator<counter_type>(counts.get_buffer()), in radix_sort_impl()
372 typedef uint4_ counter_type; in radix_sort_impl() typedef
374 make_buffer_iterator<counter_type>(counts.get_buffer(), 0), in radix_sort_impl()
375 make_buffer_iterator<counter_type>(counts.get_buffer(), counts.size() / 4), in radix_sort_impl()
376 make_buffer_iterator<counter_type>(counts.get_buffer()), in radix_sort_impl()
381 typedef uint16_ counter_type; in radix_sort_impl() typedef
383 make_buffer_iterator<counter_type>(counts.get_buffer(), 0), in radix_sort_impl()
[all …]
/third_party/boost/boost/compute/algorithm/detail/
Dradix_sort.hpp363 typedef uint2_ counter_type; in radix_sort_impl() typedef
365 make_buffer_iterator<counter_type>(counts.get_buffer(), 0), in radix_sort_impl()
366 make_buffer_iterator<counter_type>(counts.get_buffer(), counts.size() / 2), in radix_sort_impl()
367 make_buffer_iterator<counter_type>(counts.get_buffer()), in radix_sort_impl()
372 typedef uint4_ counter_type; in radix_sort_impl() typedef
374 make_buffer_iterator<counter_type>(counts.get_buffer(), 0), in radix_sort_impl()
375 make_buffer_iterator<counter_type>(counts.get_buffer(), counts.size() / 4), in radix_sort_impl()
376 make_buffer_iterator<counter_type>(counts.get_buffer()), in radix_sort_impl()
381 typedef uint16_ counter_type; in radix_sort_impl() typedef
383 make_buffer_iterator<counter_type>(counts.get_buffer(), 0), in radix_sort_impl()
[all …]
/third_party/boost/boost/smart_ptr/
Dintrusive_ref_counter.hpp115 typedef typename CounterPolicyT::type counter_type; typedef in boost::sp_adl_block::intrusive_ref_counter
117 mutable counter_type m_ref_counter;
/third_party/boost/libs/random/test/
Dstatistic_tests.hpp596 typedef typename iter_traits::value_type counter_type; in chi_square_value() typedef
600 counter_type n = 0; in chi_square_value()
602 counter_type count = *first; in chi_square_value()
/third_party/mesa3d/src/amd/compiler/
Daco_insert_waitcnt.cpp74 enum counter_type : uint8_t { enum
139 void remove_counter(counter_type counter) in remove_counter()
239 void wait_and_remove_from_entry(PhysReg reg, wait_entry& entry, counter_type counter) in wait_and_remove_from_entry()