Home
last modified time | relevance | path

Searched refs:exper_n (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/gc/libatomic_ops/tests/
H A Dtest_stack.c224 int exper_n; in main() local
244 for (exper_n = 0; exper_n < N_EXPERIMENTS; ++ exper_n) in main()
261 exper_n, nthreads, max_nthreads, list_length); in main()
303 times[nthreads][exper_n] = get_msecs() - start_time; in main()
306 nthreads, times[nthreads][exper_n]); in main()
323 for (exper_n = 0; exper_n < N_EXPERIMENTS; ++exper_n) { in main()
325 printf(" [%lums]", times[nthreads][exper_n]); in main()
327 sum += times[nthreads][exper_n]; in main()
/dports/devel/libatomic_ops/libatomic_ops-7.6.12/tests/
H A Dtest_stack.c224 int exper_n; in main() local
244 for (exper_n = 0; exper_n < N_EXPERIMENTS; ++ exper_n) in main()
261 exper_n, nthreads, max_nthreads, list_length); in main()
303 times[nthreads][exper_n] = get_msecs() - start_time; in main()
306 nthreads, times[nthreads][exper_n]); in main()
323 for (exper_n = 0; exper_n < N_EXPERIMENTS; ++exper_n) { in main()
325 printf(" [%lums]", times[nthreads][exper_n]); in main()
327 sum += times[nthreads][exper_n]; in main()
/dports/lang/mosh/mosh-0.2.7/extlibs/gc-cvs/libatomic_ops/tests/
H A Dtest_stack.c156 int exper_n; in main() local
174 for (exper_n = 0; exper_n < N_EXPERIMENTS; ++ exper_n) in main()
208 times[nthreads][exper_n] = (unsigned long)(get_msecs() - start_time); in main()
226 for (exper_n = 0; exper_n < N_EXPERIMENTS; ++exper_n) in main()
229 printf("[%lu] ", times[nthreads][exper_n]); in main()
231 sum += times[nthreads][exper_n]; in main()
H A Dtest_malloc.c168 int exper_n; in main() local
/dports/math/gap/gap-4.11.0/hpcgap/extern/libatomic_ops/tests/
H A Dtest_stack.c218 int exper_n; in main() local
236 for (exper_n = 0; exper_n < N_EXPERIMENTS; ++ exper_n) in main()
253 exper_n, nthreads, max_nthreads, list_length); in main()
295 times[nthreads][exper_n] = (unsigned long)(get_msecs() - start_time); in main()
315 for (exper_n = 0; exper_n < N_EXPERIMENTS; ++exper_n) { in main()
317 printf(" [%lu]", times[nthreads][exper_n]); in main()
319 sum += times[nthreads][exper_n]; in main()