Searched refs:gomp_loop_ull_guided_start (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | loop_ull.c | 148 gomp_loop_ull_guided_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_guided_start() function 189 return gomp_loop_ull_guided_start (up, start, end, incr, in GOMP_loop_ull_runtime_start() 802 extern __typeof(gomp_loop_ull_guided_start) GOMP_loop_ull_guided_start 806 extern __typeof(gomp_loop_ull_guided_start) GOMP_loop_ull_nonmonotonic_guided_start 872 return gomp_loop_ull_guided_start (up, start, end, incr, chunk_size, istart, in GOMP_loop_ull_guided_start() 891 return gomp_loop_ull_guided_start (up, start, end, incr, chunk_size, istart, in GOMP_loop_ull_nonmonotonic_guided_start()
|
H A D | ChangeLog | 6947 gomp_loop_ull_guided_start, gomp_loop_ull_ordered_static_start,
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | loop_ull.c | 148 gomp_loop_ull_guided_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_guided_start() function 189 return gomp_loop_ull_guided_start (up, start, end, incr, in GOMP_loop_ull_runtime_start() 799 extern __typeof(gomp_loop_ull_guided_start) GOMP_loop_ull_guided_start 803 extern __typeof(gomp_loop_ull_guided_start) GOMP_loop_ull_nonmonotonic_guided_start 869 return gomp_loop_ull_guided_start (up, start, end, incr, chunk_size, istart, in GOMP_loop_ull_guided_start() 888 return gomp_loop_ull_guided_start (up, start, end, incr, chunk_size, istart, in GOMP_loop_ull_nonmonotonic_guided_start()
|