Searched refs:gomp_loop_ordered_static_start (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | loop.c | 319 gomp_loop_ordered_static_start (long start, long end, long incr, in gomp_loop_ordered_static_start() function 394 return gomp_loop_ordered_static_start (start, end, incr, in GOMP_loop_ordered_runtime_start() 408 return gomp_loop_ordered_static_start (start, end, incr, in GOMP_loop_ordered_runtime_start() 995 extern __typeof(gomp_loop_ordered_static_start) GOMP_loop_ordered_static_start 1085 return gomp_loop_ordered_static_start (start, end, incr, chunk_size, in GOMP_loop_ordered_static_start()
|
H A D | ChangeLog | 6924 gomp_loop_guided_start, gomp_loop_ordered_static_start, 15443 (gomp_loop_static_start, gomp_loop_ordered_static_start): Call 16173 (gomp_loop_ordered_static_start): Remove start == end test. 17351 (gomp_loop_ordered_static_start): Likewise. Exit early for a 17359 gomp_loop_guided_start, gomp_loop_ordered_static_start,
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | loop.c | 316 gomp_loop_ordered_static_start (long start, long end, long incr, in gomp_loop_ordered_static_start() function 391 return gomp_loop_ordered_static_start (start, end, incr, in GOMP_loop_ordered_runtime_start() 405 return gomp_loop_ordered_static_start (start, end, incr, in GOMP_loop_ordered_runtime_start() 992 extern __typeof(gomp_loop_ordered_static_start) GOMP_loop_ordered_static_start 1082 return gomp_loop_ordered_static_start (start, end, incr, chunk_size, in GOMP_loop_ordered_static_start()
|