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

  /src/external/gpl3/gcc.old/dist/include/
gomp-constants.h 279 #define GOMP_VERSION_PACK(LIB, DEV) (((LIB) << 16) | (DEV))
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
mkoffload.cc 346 GOMP_VERSION_PACK (GOMP_VERSION, GOMP_VERSION_NVIDIA_PTX),
354 GOMP_VERSION_PACK (GOMP_VERSION, GOMP_VERSION_NVIDIA_PTX),
  /src/external/gpl3/gcc/dist/include/
gomp-constants.h 329 #define GOMP_VERSION_PACK(LIB, DEV) (((LIB) << 16) | (DEV))
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
mkoffload.cc 572 GOMP_VERSION_PACK (GOMP_VERSION, GOMP_VERSION_NVIDIA_PTX),
580 GOMP_VERSION_PACK (GOMP_VERSION, GOMP_VERSION_NVIDIA_PTX),
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
mkoffload.cc 790 GOMP_VERSION_PACK (GOMP_VERSION, GOMP_VERSION_GCN),
798 GOMP_VERSION_PACK (GOMP_VERSION, GOMP_VERSION_GCN),
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
mkoffload.cc 750 GOMP_VERSION_PACK (GOMP_VERSION, GOMP_VERSION_GCN),
758 GOMP_VERSION_PACK (GOMP_VERSION, GOMP_VERSION_GCN),

Completed in 49 milliseconds