• Home
  • Raw
  • Download

Lines Matching refs:range_j

163 	const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_2d.range_j;  in pthreadpool_thread_parallelize_2d_fastpath()  local
164 const struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(range_start, range_j); in pthreadpool_thread_parallelize_2d_fastpath()
170 if (++j == range_j.value) { in pthreadpool_thread_parallelize_2d_fastpath()
185 const struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(linear_index, range_j); in pthreadpool_thread_parallelize_2d_fastpath()
215 const size_t range_j = threadpool->params.parallelize_2d_tile_1d.range_j; in pthreadpool_thread_parallelize_2d_tile_1d_fastpath() local
217 task(argument, i, start_j, min(range_j - start_j, tile_j)); in pthreadpool_thread_parallelize_2d_tile_1d_fastpath()
219 if (start_j >= range_j) { in pthreadpool_thread_parallelize_2d_tile_1d_fastpath()
236 task(argument, tile_index_i_j.quotient, start_j, min(range_j - start_j, tile_j)); in pthreadpool_thread_parallelize_2d_tile_1d_fastpath()
267 const size_t range_j = threadpool->params.parallelize_2d_tile_2d.range_j; in pthreadpool_thread_parallelize_2d_tile_2d_fastpath() local
269 task(argument, start_i, start_j, min(range_i - start_i, tile_i), min(range_j - start_j, tile_j)); in pthreadpool_thread_parallelize_2d_tile_2d_fastpath()
271 if (start_j >= range_j) { in pthreadpool_thread_parallelize_2d_tile_2d_fastpath()
289 task(argument, start_i, start_j, min(range_i - start_i, tile_i), min(range_j - start_j, tile_j)); in pthreadpool_thread_parallelize_2d_tile_2d_fastpath()
325 const size_t range_j = threadpool->params.parallelize_2d_tile_2d_with_uarch.range_j; in pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath() local
331 …task(argument, uarch_index, start_i, start_j, min(range_i - start_i, tile_i), min(range_j - start_… in pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath()
333 if (start_j >= range_j) { in pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath()
351 …task(argument, uarch_index, start_i, start_j, min(range_i - start_i, tile_i), min(range_j - start_… in pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath()
376 const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_3d.range_j; in pthreadpool_thread_parallelize_3d_fastpath() local
377 const struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(index_ij_k.quotient, range_j); in pthreadpool_thread_parallelize_3d_fastpath()
386 if (++j == range_j.value) { in pthreadpool_thread_parallelize_3d_fastpath()
403 const struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(index_ij_k.quotient, range_j); in pthreadpool_thread_parallelize_3d_fastpath()
429 const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_3d_tile_1d.range_j; in pthreadpool_thread_parallelize_3d_tile_1d_fastpath() local
430 …const struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(tile_index_ij_k.quotient, range_j in pthreadpool_thread_parallelize_3d_tile_1d_fastpath()
442 if (++j == range_j.value) { in pthreadpool_thread_parallelize_3d_tile_1d_fastpath()
459 …onst struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(tile_index_ij_k.quotient, range_j); in pthreadpool_thread_parallelize_3d_tile_1d_fastpath()
495 const size_t range_j = threadpool->params.parallelize_3d_tile_2d.range_j; in pthreadpool_thread_parallelize_3d_tile_2d_fastpath() local
497 …task(argument, i, start_j, start_k, min(range_j - start_j, tile_j), min(range_k - start_k, tile_k)… in pthreadpool_thread_parallelize_3d_tile_2d_fastpath()
502 if (start_j >= range_j) { in pthreadpool_thread_parallelize_3d_tile_2d_fastpath()
522 …task(argument, tile_index_i_j.quotient, start_j, start_k, min(range_j - start_j, tile_j), min(rang… in pthreadpool_thread_parallelize_3d_tile_2d_fastpath()
565 const size_t range_j = threadpool->params.parallelize_3d_tile_2d_with_uarch.range_j; in pthreadpool_thread_parallelize_3d_tile_2d_with_uarch_fastpath() local
567 …task(argument, uarch_index, i, start_j, start_k, min(range_j - start_j, tile_j), min(range_k - sta… in pthreadpool_thread_parallelize_3d_tile_2d_with_uarch_fastpath()
572 if (start_j >= range_j) { in pthreadpool_thread_parallelize_3d_tile_2d_with_uarch_fastpath()
592 …task(argument, uarch_index, tile_index_i_j.quotient, start_j, start_k, min(range_j - start_j, tile… in pthreadpool_thread_parallelize_3d_tile_2d_with_uarch_fastpath()
617 const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_4d.range_j; in pthreadpool_thread_parallelize_4d_fastpath() local
618 const struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(index_ij_kl.quotient, range_j); in pthreadpool_thread_parallelize_4d_fastpath()
633 if (++j == range_j.value) { in pthreadpool_thread_parallelize_4d_fastpath()
651 const struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(index_ij_kl.quotient, range_j); in pthreadpool_thread_parallelize_4d_fastpath()
678 const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_4d_tile_1d.range_j; in pthreadpool_thread_parallelize_4d_tile_1d_fastpath() local
679 …nst struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(tile_index_ij_kl.quotient, range_j); in pthreadpool_thread_parallelize_4d_tile_1d_fastpath()
697 if (++j == range_j.value) { in pthreadpool_thread_parallelize_4d_tile_1d_fastpath()
715 …nst struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(tile_index_ij_kl.quotient, range_j); in pthreadpool_thread_parallelize_4d_tile_1d_fastpath()
743 const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_4d_tile_2d.range_j; in pthreadpool_thread_parallelize_4d_tile_2d_fastpath() local
744 …nst struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(tile_index_ij_kl.quotient, range_j); in pthreadpool_thread_parallelize_4d_tile_2d_fastpath()
764 if (++j == range_j.value) { in pthreadpool_thread_parallelize_4d_tile_2d_fastpath()
782 …nst struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(tile_index_ij_kl.quotient, range_j); in pthreadpool_thread_parallelize_4d_tile_2d_fastpath()
820 …const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_4d_tile_2d_with_uarch.r… in pthreadpool_thread_parallelize_4d_tile_2d_with_uarch_fastpath() local
821 …nst struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(tile_index_ij_kl.quotient, range_j); in pthreadpool_thread_parallelize_4d_tile_2d_with_uarch_fastpath()
841 if (++j == range_j.value) { in pthreadpool_thread_parallelize_4d_tile_2d_with_uarch_fastpath()
859 …nst struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(tile_index_ij_kl.quotient, range_j); in pthreadpool_thread_parallelize_4d_tile_2d_with_uarch_fastpath()
892 const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_5d.range_j; in pthreadpool_thread_parallelize_5d_fastpath() local
893 const struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(index_ij_k.quotient, range_j); in pthreadpool_thread_parallelize_5d_fastpath()
909 if (++j == range_j.value) { in pthreadpool_thread_parallelize_5d_fastpath()
930 const struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(index_ij_k.quotient, range_j); in pthreadpool_thread_parallelize_5d_fastpath()
958 const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_5d_tile_1d.range_j; in pthreadpool_thread_parallelize_5d_tile_1d_fastpath() local
959 const struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(index_ij_kl.quotient, range_j); in pthreadpool_thread_parallelize_5d_tile_1d_fastpath()
980 if (++j == range_j.value) { in pthreadpool_thread_parallelize_5d_tile_1d_fastpath()
1000 const struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(index_ij_kl.quotient, range_j); in pthreadpool_thread_parallelize_5d_tile_1d_fastpath()
1033 const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_5d_tile_2d.range_j; in pthreadpool_thread_parallelize_5d_tile_2d_fastpath() local
1034 const struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(index_ij_k.quotient, range_j); in pthreadpool_thread_parallelize_5d_tile_2d_fastpath()
1055 if (++j == range_j.value) { in pthreadpool_thread_parallelize_5d_tile_2d_fastpath()
1076 const struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(index_ij_k.quotient, range_j); in pthreadpool_thread_parallelize_5d_tile_2d_fastpath()
1109 const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_6d.range_j; in pthreadpool_thread_parallelize_6d_fastpath() local
1110 const struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(index_ij_k.quotient, range_j); in pthreadpool_thread_parallelize_6d_fastpath()
1131 if (++j == range_j.value) { in pthreadpool_thread_parallelize_6d_fastpath()
1154 const struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(index_ij_k.quotient, range_j); in pthreadpool_thread_parallelize_6d_fastpath()
1185 const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_6d_tile_1d.range_j; in pthreadpool_thread_parallelize_6d_tile_1d_fastpath() local
1186 const struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(index_ij_k.quotient, range_j); in pthreadpool_thread_parallelize_6d_tile_1d_fastpath()
1210 if (++j == range_j.value) { in pthreadpool_thread_parallelize_6d_tile_1d_fastpath()
1233 const struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(index_ij_k.quotient, range_j); in pthreadpool_thread_parallelize_6d_tile_1d_fastpath()
1266 const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_6d_tile_2d.range_j; in pthreadpool_thread_parallelize_6d_tile_2d_fastpath() local
1267 const struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(index_ij_kl.quotient, range_j); in pthreadpool_thread_parallelize_6d_tile_2d_fastpath()
1294 if (++j == range_j.value) { in pthreadpool_thread_parallelize_6d_tile_2d_fastpath()
1316 const struct fxdiv_result_size_t index_i_j = fxdiv_divide_size_t(index_ij_kl.quotient, range_j); in pthreadpool_thread_parallelize_6d_tile_2d_fastpath()