HomeSort by: relevance | last modified time | path
    Searched defs:acc_device_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/
openacc.h 50 typedef enum acc_device_t { enum
64 } acc_device_t; typedef in typeref:enum:acc_device_t
81 int acc_get_num_devices (acc_device_t) __GOACC_NOTHROW;
82 void acc_set_device_type (acc_device_t) __GOACC_NOTHROW;
83 acc_device_t acc_get_device_type (void) __GOACC_NOTHROW;
84 void acc_set_device_num (int, acc_device_t) __GOACC_NOTHROW;
85 int acc_get_device_num (acc_device_t) __GOACC_NOTHROW;
87 (int, acc_device_t, acc_device_property_t) __GOACC_NOTHROW;
89 (int, acc_device_t, acc_device_property_t) __GOACC_NOTHROW;
98 void acc_init (acc_device_t) __GOACC_NOTHROW
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
openacc.h 50 typedef enum acc_device_t { enum
64 } acc_device_t; typedef in typeref:enum:acc_device_t
81 int acc_get_num_devices (acc_device_t) __GOACC_NOTHROW;
82 void acc_set_device_type (acc_device_t) __GOACC_NOTHROW;
83 acc_device_t acc_get_device_type (void) __GOACC_NOTHROW;
84 void acc_set_device_num (int, acc_device_t) __GOACC_NOTHROW;
85 int acc_get_device_num (acc_device_t) __GOACC_NOTHROW;
87 (int, acc_device_t, acc_device_property_t) __GOACC_NOTHROW;
89 (int, acc_device_t, acc_device_property_t) __GOACC_NOTHROW;
98 void acc_init (acc_device_t) __GOACC_NOTHROW
    [all...]

Completed in 23 milliseconds