Home
last modified time | relevance | path

Searched defs:GOMP_LAUNCH_DEVICE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h271 #define GOMP_LAUNCH_DEVICE(X) (((X) >> GOMP_LAUNCH_DEVICE_SHIFT) & 0xfff) macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h301 #define GOMP_LAUNCH_DEVICE(X) (((X) >> GOMP_LAUNCH_DEVICE_SHIFT) & 0xfff) macro