Home
last modified time | relevance | path

Searched defs:total_iterations (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libc/benchmarks/gpu/
H A DLibcGpuBenchmark.h35 uint32_t total_iterations = 0; global() variable
72 uint32_t total_iterations = 0; global() member
H A DLibcGpuBenchmark.cpp78 uint32_t total_iterations = 0; benchmark() local
[all...]
/llvm-project/openmp/runtime/test/worksharing/for/
H A Domp_for_collapse_UpperTriangular.c36 unsigned total_iterations = upper_bound * (upper_bound + 1) / 2; in test() local
H A Domp_for_collapse_LowerTriangularLess.c36 unsigned total_iterations = upper_bound * (upper_bound - 1) / 2; in test() local
H A Domp_for_collapse_LowerTriangularLessEqual.c36 unsigned total_iterations = upper_bound * (upper_bound + 1) / 2; in test() local