Searched refs:gomp_loop_guided_start (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | loop.c | 152 gomp_loop_guided_start (long start, long end, long incr, long chunk_size, in gomp_loop_guided_start() function 192 return gomp_loop_guided_start (start, end, incr, in GOMP_loop_runtime_start() 984 extern __typeof(gomp_loop_guided_start) GOMP_loop_guided_start 988 extern __typeof(gomp_loop_guided_start) GOMP_loop_nonmonotonic_guided_start 1049 return gomp_loop_guided_start (start, end, incr, chunk_size, istart, iend); in GOMP_loop_guided_start() 1064 return gomp_loop_guided_start (start, end, incr, chunk_size, istart, iend); in GOMP_loop_nonmonotonic_guided_start()
|
H A D | ChangeLog | 6924 gomp_loop_guided_start, gomp_loop_ordered_static_start, 15445 (gomp_loop_dynamic_start, gomp_loop_guided_start): Call 17336 * loop.c (gomp_loop_dynamic_start, gomp_loop_guided_start, 17359 gomp_loop_guided_start, gomp_loop_ordered_static_start,
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | loop.c | 152 gomp_loop_guided_start (long start, long end, long incr, long chunk_size, in gomp_loop_guided_start() function 192 return gomp_loop_guided_start (start, end, incr, in GOMP_loop_runtime_start() 981 extern __typeof(gomp_loop_guided_start) GOMP_loop_guided_start 985 extern __typeof(gomp_loop_guided_start) GOMP_loop_nonmonotonic_guided_start 1046 return gomp_loop_guided_start (start, end, incr, chunk_size, istart, iend); in GOMP_loop_guided_start() 1061 return gomp_loop_guided_start (start, end, incr, chunk_size, istart, iend); in GOMP_loop_nonmonotonic_guided_start()
|