Searched refs:GOMP_VERSION_DEV (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h251 #define GOMP_VERSION_DEV(PACK) ((PACK) & 0xffff) macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h281 #define GOMP_VERSION_DEV(PACK) ((PACK) & 0xffff) macro
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-hsa.c886 if (GOMP_VERSION_DEV (version) > GOMP_VERSION_HSA)
890 GOMP_VERSION_HSA, GOMP_VERSION_DEV (version));
1721 if (GOMP_VERSION_DEV (version) > GOMP_VERSION_HSA)
1725 GOMP_VERSION_HSA, GOMP_VERSION_DEV (version));
H A Dplugin-nvptx.c1220 if (GOMP_VERSION_DEV (version) > GOMP_VERSION_NVIDIA_PTX)
1224 GOMP_VERSION_NVIDIA_PTX, GOMP_VERSION_DEV (version));
1307 if (GOMP_VERSION_DEV (version) > GOMP_VERSION_NVIDIA_PTX)
1311 GOMP_VERSION_NVIDIA_PTX, GOMP_VERSION_DEV (version));
H A Dplugin-gcn.c3520 if (GOMP_VERSION_DEV (version) != GOMP_VERSION_GCN)
3524 GOMP_VERSION_GCN, GOMP_VERSION_DEV (version));
3657 if (GOMP_VERSION_DEV (version) != GOMP_VERSION_GCN)
3661 GOMP_VERSION_GCN, GOMP_VERSION_DEV (version));
/netbsd-current/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c1280 if (GOMP_VERSION_DEV (version) > GOMP_VERSION_NVIDIA_PTX)
1284 GOMP_VERSION_NVIDIA_PTX, GOMP_VERSION_DEV (version));
1385 if (GOMP_VERSION_DEV (version) > GOMP_VERSION_NVIDIA_PTX)
1389 GOMP_VERSION_NVIDIA_PTX, GOMP_VERSION_DEV (version));
H A Dplugin-gcn.c3344 if (GOMP_VERSION_DEV (version) != GOMP_VERSION_GCN)
3348 GOMP_VERSION_GCN, GOMP_VERSION_DEV (version));
3518 if (GOMP_VERSION_DEV (version) != GOMP_VERSION_GCN)
3522 GOMP_VERSION_GCN, GOMP_VERSION_DEV (version));

Completed in 643 milliseconds