Searched refs:devicenum (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | openacc.f90 | 93 subroutine acc_set_device_num_h (devicenum, devicetype) 95 integer devicenum local 105 function acc_get_property_h (devicenum, devicetype, property) 110 integer, value :: devicenum 115 subroutine acc_get_property_string_h (devicenum, devicetype, property, string) 118 integer, value :: devicenum 530 subroutine acc_set_device_num_l (devicenum, devicetype) & 533 integer (c_int), value :: devicenum, devicetype 543 function acc_get_property_l (devicenum, devicetype, property) & 548 integer (c_int), value :: devicenum [all …]
|
H A D | openacc_lib.h | 98 subroutine acc_set_device_num_h (devicenum, devicetype) 100 integer devicenum 114 function acc_get_property_h (devicenum, devicetype, & 120 integer, value :: devicenum 127 subroutine acc_get_property_string_h (devicenum, devicetype, & 131 integer, value :: devicenum
|
H A D | libgomp.texi | 1999 specified by @var{devicenum}, associated with the specified device 2004 @item @emph{Prototype}: @tab @code{acc_set_device_num(int devicenum, acc_device_t devicetype);} 2009 @item @emph{Interface}: @tab @code{subroutine acc_set_device_num(devicenum, devicetype)} 2010 @item @tab @code{integer devicenum} 2055 device being queried according to @var{devicenum} and @var{devicetype}. 2072 @item @emph{Prototype}: @tab @code{size_t acc_get_property(int devicenum, acc_device_t devicetype, … 2073 @item @emph{Prototype}: @tab @code{const char *acc_get_property_string(int devicenum, acc_device_t … 2078 @item @emph{Interface}: @tab @code{function acc_get_property(devicenum, devicetype, property)} 2079 @item @emph{Interface}: @tab @code{subroutine acc_get_property_string(devicenum, devicetype, proper… 2081 @item @tab @code{integer devicenum}
|
H A D | libgomp.info | 1797 _Prototype_: 'acc_set_device_num(int devicenum, acc_device_t 1801 _Interface_: 'subroutine acc_set_device_num(devicenum, devicetype)' 1802 'integer devicenum' 1857 _Prototype_: 'size_t acc_get_property(int devicenum, acc_device_t 1859 _Prototype_: 'const char *acc_get_property_string(int devicenum, 1864 _Interface_: 'function acc_get_property(devicenum, devicetype, 1866 _Interface_: 'subroutine acc_get_property_string(devicenum, 1869 'integer devicenum'
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | openacc.f90 | 93 subroutine acc_set_device_num_h (devicenum, devicetype) 95 integer devicenum local 105 function acc_get_property_h (devicenum, devicetype, property) 110 integer, value :: devicenum 115 subroutine acc_get_property_string_h (devicenum, devicetype, property, string) 118 integer, value :: devicenum 530 subroutine acc_set_device_num_l (devicenum, devicetype) & 533 integer (c_int), value :: devicenum, devicetype 543 function acc_get_property_l (devicenum, devicetype, property) & 548 integer (c_int), value :: devicenum [all …]
|
H A D | openacc_lib.h | 98 subroutine acc_set_device_num_h (devicenum, devicetype) 100 integer devicenum 114 function acc_get_property_h (devicenum, devicetype, & 120 integer, value :: devicenum 127 subroutine acc_get_property_string_h (devicenum, devicetype, & 131 integer, value :: devicenum
|
H A D | libgomp.texi | 2533 specified by @var{devicenum}, associated with the specified device 2538 @item @emph{Prototype}: @tab @code{acc_set_device_num(int devicenum, acc_device_t devicetype);} 2543 @item @emph{Interface}: @tab @code{subroutine acc_set_device_num(devicenum, devicetype)} 2544 @item @tab @code{integer devicenum} 2589 device being queried according to @var{devicenum} and @var{devicetype}. 2606 @item @emph{Prototype}: @tab @code{size_t acc_get_property(int devicenum, acc_device_t devicetype, … 2607 @item @emph{Prototype}: @tab @code{const char *acc_get_property_string(int devicenum, acc_device_t … 2612 @item @emph{Interface}: @tab @code{function acc_get_property(devicenum, devicetype, property)} 2613 @item @emph{Interface}: @tab @code{subroutine acc_get_property_string(devicenum, devicetype, proper… 2615 @item @tab @code{integer devicenum}
|
H A D | libgomp.info | 2344 _Prototype_: 'acc_set_device_num(int devicenum, acc_device_t 2348 _Interface_: 'subroutine acc_set_device_num(devicenum, devicetype)' 2349 'integer devicenum' 2404 _Prototype_: 'size_t acc_get_property(int devicenum, acc_device_t 2406 _Prototype_: 'const char *acc_get_property_string(int devicenum, 2411 _Interface_: 'function acc_get_property(devicenum, devicetype, 2413 _Interface_: 'subroutine acc_get_property_string(devicenum, 2416 'integer devicenum'
|