Home
last modified time | relevance | path

Searched refs:left_count (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/science/py-dlib/dlib-19.22/dlib/conditioning_class/
H A Dconditioning_class_kernel_2.h113 unsigned short left_count; member
146 start->left_count = 0; in conditioning_class_kernel_2()
151 start->left_count = 0; in conditioning_class_kernel_2()
169 ++symbols[symbol].left_count; in conditioning_class_kernel_2()
207 start->left_count = 0; in clear()
212 start->left_count = 0; in clear()
228 symbols[symbol].left_count += temp; in clear()
279 symbols[i].left_count = 0; in increment_count()
360 symbols[symbol].left_count += amount; in increment_count()
472 target -= symbols[current].left_count; in get_symbol()
[all …]
/dports/science/dlib-cpp/dlib-19.22/dlib/conditioning_class/
H A Dconditioning_class_kernel_2.h113 unsigned short left_count; member
146 start->left_count = 0; in conditioning_class_kernel_2()
151 start->left_count = 0; in conditioning_class_kernel_2()
169 ++symbols[symbol].left_count; in conditioning_class_kernel_2()
207 start->left_count = 0; in clear()
212 start->left_count = 0; in clear()
228 symbols[symbol].left_count += temp; in clear()
279 symbols[i].left_count = 0; in increment_count()
360 symbols[symbol].left_count += amount; in increment_count()
472 target -= symbols[current].left_count; in get_symbol()
[all …]
/dports/math/viennacl/ViennaCL-1.7.1/viennacl/linalg/cuda/
H A Dbisect_util.hpp128 S left_count, S right_count, in storeInterval() argument
131 s_left_count[addr] = left_count; in storeInterval()
314 const S left_count, in storeNonEmptyIntervals() argument
347 if (left_count != mid_count) in storeNonEmptyIntervals()
475 const unsigned int multiplicity = right_count - left_count; in storeIntervalConverged()
483 s_left_count[tid] = left_count; in storeIntervalConverged()
495 mid_count = left_count + (multiplicity >> 1); in storeIntervalConverged()
500 s_left_count[tid] = left_count; in storeIntervalConverged()
543 left_count = s_left_count[tid]; in subdivideActiveIntervalMulti()
553 else if ((right_count - left_count) > 1) in subdivideActiveIntervalMulti()
[all …]
H A Dbisect_kernel_large.hpp197 s_left_count[ptr_w] = left_count; in compactStreamsFinal()
207 s_left_count[ptr_w] = left_count; in compactStreamsFinal()
482 const unsigned short left_count, in storeNonEmptyIntervalsLarge() argument
491 if ((left_count != mid_count) && (mid_count != right_count)) in storeNonEmptyIntervalsLarge()
495 left, mid, left_count, mid_count, epsilon); in storeNonEmptyIntervalsLarge()
511 if (left_count != mid_count) in storeNonEmptyIntervalsLarge()
514 left, mid, left_count, mid_count, epsilon); in storeNonEmptyIntervalsLarge()
589 unsigned int left_count = 0; in bisectKernelLarge() local
695 s_left_count[tid] = left_count; in bisectKernelLarge()
762 left_count = s_left_count[tid]; in bisectKernelLarge()
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/
H A Dsah.h231 const size_t left_count, in operator()
333 ++left_count; in minimize()
341 left_count, in minimize()
384 ++left_count; in visit()
392 left_count, in visit()
401 left_count, in visit()
493 left_count += m_events[i].m_entry; in minimize()
501 left_count, in minimize()
543 left_count += m_events[i].m_entry; in visit()
551 left_count, in visit()
[all …]
/dports/x11/kitty/kitty-0.23.1/kittens/diff/
H A Dpatch.py68 self.left_count = self.right_count = 0
75 self.left_count += 1
78 self.left_count += 1
82 if not self.is_context and self.left_count == self.right_count:
85 for i in range(self.left_count)
90 … self.is_context, self.left_start, self.left_count, self.right_start, self.right_count)
96 self.left_start, self.left_count = left
104 …self.largest_line_number = max(self.left_start + self.left_count, self.right_start + self.right_co…
109 left_start = c.left_start + c.left_count
153 if c.left_start + c.left_count != self.left_start + self.left_count:
[all …]
/dports/misc/py-xgboost/xgboost-1.5.1/src/tree/gpu_hist/
H A Drow_partitioner.cuh133 int64_t &left_count = pinned_.GetSpan<int64_t>(1)[0]; in UpdatePosition() local
134 dh::safe_cuda(cudaMemcpyAsync(&left_count, d_left_count, sizeof(int64_t), in UpdatePosition()
140 CHECK_LE(left_count, segment.Size()); in UpdatePosition()
141 CHECK_GE(left_count, 0); in UpdatePosition()
145 Segment(segment.begin, segment.begin + left_count); in UpdatePosition()
147 Segment(segment.begin + left_count, segment.end); in UpdatePosition()
/dports/misc/xgboost/xgboost-1.5.1/src/tree/gpu_hist/
H A Drow_partitioner.cuh133 int64_t &left_count = pinned_.GetSpan<int64_t>(1)[0]; in UpdatePosition() local
134 dh::safe_cuda(cudaMemcpyAsync(&left_count, d_left_count, sizeof(int64_t), in UpdatePosition()
140 CHECK_LE(left_count, segment.Size()); in UpdatePosition()
141 CHECK_GE(left_count, 0); in UpdatePosition()
145 Segment(segment.begin, segment.begin + left_count); in UpdatePosition()
147 Segment(segment.begin + left_count, segment.end); in UpdatePosition()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ibcast/
H A Dibcast_intra_sched_scatter_ring_allgather.c98 int left_count, right_count, left_disp, right_disp, rel_j, rel_jnext; in MPIR_Ibcast_intra_sched_scatter_ring_allgather() local
102 left_count = MPL_MIN(scatter_size, (nbytes - rel_jnext * scatter_size)); in MPIR_Ibcast_intra_sched_scatter_ring_allgather()
103 if (left_count < 0) in MPIR_Ibcast_intra_sched_scatter_ring_allgather()
104 left_count = 0; in MPIR_Ibcast_intra_sched_scatter_ring_allgather()
116 left_count, MPI_BYTE, left, comm_ptr, in MPIR_Ibcast_intra_sched_scatter_ring_allgather()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/bcast/
H A Dbcast_intra_scatter_ring_allgather.c102 MPI_Aint left_count, right_count, left_disp, right_disp; in MPIR_Bcast_intra_scatter_ring_allgather() local
107 left_count = MPL_MIN(scatter_size, (nbytes - rel_jnext * scatter_size)); in MPIR_Bcast_intra_scatter_ring_allgather()
108 if (left_count < 0) in MPIR_Bcast_intra_scatter_ring_allgather()
109 left_count = 0; in MPIR_Bcast_intra_scatter_ring_allgather()
118 (char *) tmp_buf + left_disp, left_count, in MPIR_Bcast_intra_scatter_ring_allgather()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vpx_dsp/
H A Dprob.c32 const unsigned int left_count = in tree_merge_probs_impl() local
39 const unsigned int ct[2] = { left_count, right_count }; in tree_merge_probs_impl()
41 return left_count + right_count; in tree_merge_probs_impl()
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dprob.c35 const unsigned int left_count = in tree_merge_probs_impl() local
42 const unsigned int ct[2] = { left_count, right_count }; in tree_merge_probs_impl()
44 return left_count + right_count; in tree_merge_probs_impl()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vpx_dsp/
H A Dprob.c32 const unsigned int left_count = in tree_merge_probs_impl() local
39 const unsigned int ct[2] = { left_count, right_count }; in tree_merge_probs_impl()
41 return left_count + right_count; in tree_merge_probs_impl()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vpx_dsp/
H A Dprob.c32 const unsigned int left_count = in tree_merge_probs_impl() local
39 const unsigned int ct[2] = { left_count, right_count }; in tree_merge_probs_impl()
41 return left_count + right_count; in tree_merge_probs_impl()
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dprob.c35 const unsigned int left_count = in tree_merge_probs_impl() local
42 const unsigned int ct[2] = { left_count, right_count }; in tree_merge_probs_impl()
44 return left_count + right_count; in tree_merge_probs_impl()
/dports/multimedia/libvpx/libvpx-1.11.0/vpx_dsp/
H A Dprob.c32 const unsigned int left_count = in tree_merge_probs_impl() local
39 const unsigned int ct[2] = { left_count, right_count }; in tree_merge_probs_impl()
41 return left_count + right_count; in tree_merge_probs_impl()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vpx_dsp/
H A Dprob.c32 const unsigned int left_count = in tree_merge_probs_impl() local
39 const unsigned int ct[2] = { left_count, right_count }; in tree_merge_probs_impl()
41 return left_count + right_count; in tree_merge_probs_impl()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vpx_dsp/
H A Dprob.c32 const unsigned int left_count = in tree_merge_probs_impl() local
39 const unsigned int ct[2] = { left_count, right_count }; in tree_merge_probs_impl()
41 return left_count + right_count; in tree_merge_probs_impl()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/vpx_dsp/
H A Dprob.c38 const unsigned int left_count = (l <= 0) in tree_merge_probs_impl() local
45 const unsigned int ct[2] = { left_count, right_count }; in tree_merge_probs_impl()
47 return left_count + right_count; in tree_merge_probs_impl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/
H A Dprob.c32 const unsigned int left_count = in tree_merge_probs_impl() local
39 const unsigned int ct[2] = { left_count, right_count }; in tree_merge_probs_impl()
41 return left_count + right_count; in tree_merge_probs_impl()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx_dsp/
H A Dprob.c32 const unsigned int left_count = in tree_merge_probs_impl() local
39 const unsigned int ct[2] = { left_count, right_count }; in tree_merge_probs_impl()
41 return left_count + right_count; in tree_merge_probs_impl()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/vpx_dsp/
H A Dprob.c38 const unsigned int left_count = (l <= 0) in tree_merge_probs_impl() local
45 const unsigned int ct[2] = { left_count, right_count }; in tree_merge_probs_impl()
47 return left_count + right_count; in tree_merge_probs_impl()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/common/
H A Dvp9_prob.c38 const unsigned int left_count = (l <= 0) in tree_merge_probs_impl() local
45 const unsigned int ct[2] = { left_count, right_count }; in tree_merge_probs_impl()
47 return left_count + right_count; in tree_merge_probs_impl()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vpx_dsp/
H A Dprob.c32 const unsigned int left_count = in tree_merge_probs_impl() local
39 const unsigned int ct[2] = { left_count, right_count }; in tree_merge_probs_impl()
41 return left_count + right_count; in tree_merge_probs_impl()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vpx_dsp/
H A Dprob.c32 const unsigned int left_count = in tree_merge_probs_impl() local
39 const unsigned int ct[2] = { left_count, right_count }; in tree_merge_probs_impl()
41 return left_count + right_count; in tree_merge_probs_impl()

12345678