Searched refs:GOMP_LAUNCH_OP (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h272 #define GOMP_LAUNCH_OP(X) (((X) >> GOMP_LAUNCH_OP_SHIFT) & 0xffff) macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h302 #define GOMP_LAUNCH_OP(X) (((X) >> GOMP_LAUNCH_OP_SHIFT) & 0xffff) macro
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-parallel.c220 unsigned mask = GOMP_LAUNCH_OP (tag);
231 async = GOMP_LAUNCH_OP (tag);
247 unsigned num_waits = GOMP_LAUNCH_OP (tag);
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Doacc-parallel.c220 unsigned mask = GOMP_LAUNCH_OP (tag);
231 async = GOMP_LAUNCH_OP (tag);
247 unsigned num_waits = GOMP_LAUNCH_OP (tag);

Completed in 80 milliseconds