HomeSort by: relevance | last modified time | path
    Searched refs:GOMP_VERSION_DEV (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/include/
gomp-constants.h 281 #define GOMP_VERSION_DEV(PACK) ((PACK) & 0xffff)
  /src/external/gpl3/gcc/dist/include/
gomp-constants.h 331 #define GOMP_VERSION_DEV(PACK) ((PACK) & 0xffff)
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c 1326 if (GOMP_VERSION_DEV (version) > GOMP_VERSION_NVIDIA_PTX)
1330 GOMP_VERSION_NVIDIA_PTX, GOMP_VERSION_DEV (version));
1546 if (GOMP_VERSION_DEV (version) > GOMP_VERSION_NVIDIA_PTX)
1550 GOMP_VERSION_NVIDIA_PTX, GOMP_VERSION_DEV (version));
plugin-gcn.c 3487 if (GOMP_VERSION_DEV (version) != GOMP_VERSION_GCN)
3491 GOMP_VERSION_GCN, GOMP_VERSION_DEV (version));
3774 if (GOMP_VERSION_DEV (version) != GOMP_VERSION_GCN)
3778 GOMP_VERSION_GCN, GOMP_VERSION_DEV (version));
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-nvptx.c 1280 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));
plugin-gcn.c 3344 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 43 milliseconds