Searched defs:start_k (Results 1 – 5 of 5) sorted by relevance
/external/pthreadpool/src/ |
D | fastpath.c | 434 size_t start_k = tile_index_ij_k.remainder * tile_k; in pthreadpool_thread_parallelize_3d_tile_1d_fastpath() local 460 const size_t start_k = tile_index_ij_k.remainder * tile_k; in pthreadpool_thread_parallelize_3d_tile_1d_fastpath() local 492 size_t start_k = tile_index_ij_k.remainder * tile_k; in pthreadpool_thread_parallelize_3d_tile_2d_fastpath() local 521 const size_t start_k = tile_index_ij_k.remainder * tile_k; in pthreadpool_thread_parallelize_3d_tile_2d_fastpath() local 562 size_t start_k = tile_index_ij_k.remainder * tile_k; in pthreadpool_thread_parallelize_3d_tile_2d_with_uarch_fastpath() local 591 const size_t start_k = tile_index_ij_k.remainder * tile_k; in pthreadpool_thread_parallelize_3d_tile_2d_with_uarch_fastpath() local 751 size_t start_k = tile_index_k_l.quotient * tile_k; in pthreadpool_thread_parallelize_4d_tile_2d_fastpath() local 784 const size_t start_k = tile_index_k_l.quotient * tile_k; in pthreadpool_thread_parallelize_4d_tile_2d_fastpath() local 828 size_t start_k = tile_index_k_l.quotient * tile_k; in pthreadpool_thread_parallelize_4d_tile_2d_with_uarch_fastpath() local 861 const size_t start_k = tile_index_k_l.quotient * tile_k; in pthreadpool_thread_parallelize_4d_tile_2d_with_uarch_fastpath() local
|
D | portable-api.c | 395 size_t start_k = tile_index_ij_k.remainder * tile_k; in thread_parallelize_3d_tile_1d() local 422 const size_t start_k = tile_index_ij_k.remainder * tile_k; in thread_parallelize_3d_tile_1d() local 448 size_t start_k = tile_index_ij_k.remainder * tile_k; in thread_parallelize_3d_tile_2d() local 478 const size_t start_k = tile_index_ij_k.remainder * tile_k; in thread_parallelize_3d_tile_2d() local 513 size_t start_k = tile_index_ij_k.remainder * tile_k; in thread_parallelize_3d_tile_2d_with_uarch() local 543 const size_t start_k = tile_index_ij_k.remainder * tile_k; in thread_parallelize_3d_tile_2d_with_uarch() local 687 size_t start_k = tile_index_k_l.quotient * tile_k; in thread_parallelize_4d_tile_2d() local 721 const size_t start_k = tile_index_k_l.quotient * tile_k; in thread_parallelize_4d_tile_2d() local 759 size_t start_k = tile_index_k_l.quotient * tile_k; in thread_parallelize_4d_tile_2d_with_uarch() local 793 const size_t start_k = tile_index_k_l.quotient * tile_k; in thread_parallelize_4d_tile_2d_with_uarch() local
|
/external/pthreadpool/test/ |
D | pthreadpool.cc | 2653 static void CheckBounds3DTile1D(void*, size_t i, size_t j, size_t start_k, size_t tile_k) { in CheckBounds3DTile1D() 2690 static void CheckTiling3DTile1D(void*, size_t i, size_t j, size_t start_k, size_t tile_k) { in CheckTiling3DTile1D() 2727 …3DTile1D(std::atomic_bool* processed_indicators, size_t i, size_t j, size_t start_k, size_t tile_k… in SetTrue3DTile1D() 2788 …ent3DTile1D(std::atomic_int* processed_counters, size_t i, size_t j, size_t start_k, size_t tile_k… in Increment3DTile1D() 2913 …me3DTile1D(std::atomic_int* num_processed_items, size_t i, size_t j, size_t start_k, size_t tile_k… in IncrementSame3DTile1D() 2939 …ce3DTile1D(std::atomic_int* num_processed_items, size_t i, size_t j, size_t start_k, size_t tile_k… in WorkImbalance3DTile1D() 3001 static void CheckBounds3DTile2D(void*, size_t i, size_t start_j, size_t start_k, size_t tile_j, siz… in CheckBounds3DTile2D() 3039 static void CheckTiling3DTile2D(void*, size_t i, size_t start_j, size_t start_k, size_t tile_j, siz… in CheckTiling3DTile2D() 3081 …2D(std::atomic_bool* processed_indicators, size_t i, size_t start_j, size_t start_k, size_t tile_j… in SetTrue3DTile2D() 3144 …ile2D(std::atomic_int* processed_counters, size_t i, size_t start_j, size_t start_k, size_t tile_j… in Increment3DTile2D() [all …]
|
/external/pdfium/core/fxge/ |
D | cfx_pathdata.cpp | 83 float start_k = 0; in UpdateLineJoinPoints() local
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_tasking.cpp | 3868 kmp_int32 start_k = 0; in __kmpc_proxy_task_completed_ooo() local
|