| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
| H A D | openacc.f90 | 77 function acc_get_num_devices_h (devicetype) 80 integer (acc_device_kind) devicetype local 83 subroutine acc_set_device_type_h (devicetype) 85 integer (acc_device_kind) devicetype local 93 subroutine acc_set_device_num_h (devicenum, devicetype) 96 integer (acc_device_kind) devicetype local 99 function acc_get_device_num_h (devicetype) 102 integer (acc_device_kind) devicetype local 105 function acc_get_property_h (devicenum, devicetype, property) 111 integer (acc_device_kind), value :: devicetype [all …]
|
| H A D | openacc_lib.h | 76 function acc_get_num_devices_h (devicetype) 79 integer (acc_device_kind) devicetype 84 subroutine acc_set_device_type_h (devicetype) 86 integer (acc_device_kind) devicetype 98 subroutine acc_set_device_num_h (devicenum, devicetype) 101 integer (acc_device_kind) devicetype 106 function acc_get_device_num_h (devicetype) 109 integer (acc_device_kind) devicetype 114 function acc_get_property_h (devicenum, devicetype, & 121 integer (acc_device_kind), value :: devicetype [all …]
|
| H A D | libgomp.texi | 1918 for the device type specified in @var{devicetype}. 1922 @item @emph{Prototype}: @tab @code{int acc_get_num_devices(acc_device_t devicetype);} 1927 @item @emph{Interface}: @tab @code{integer function acc_get_num_devices(devicetype)} 1928 @item @tab @code{integer(kind=acc_device_kind) devicetype} 1943 in @var{devicetype}, to use when executing a parallel or kernels region. 1947 @item @emph{Prototype}: @tab @code{acc_set_device_type(acc_device_t devicetype);} 1952 @item @emph{Interface}: @tab @code{subroutine acc_set_device_type(devicetype)} 1953 @item @tab @code{integer(kind=acc_device_kind) devicetype} 2000 type @var{devicetype}. 2004 @item @emph{Prototype}: @tab @code{acc_set_device_num(int devicenum, acc_device_t devicetype);} [all …]
|
| H A D | libgomp.info | 1726 _Prototype_: 'int acc_get_num_devices(acc_device_t devicetype);' 1729 _Interface_: 'integer function acc_get_num_devices(devicetype)' 1730 'integer(kind=acc_device_kind) devicetype' 1748 _Prototype_: 'acc_set_device_type(acc_device_t devicetype);' 1751 _Interface_: 'subroutine acc_set_device_type(devicetype)' 1752 'integer(kind=acc_device_kind) devicetype' 1798 devicetype);' 1801 _Interface_: 'subroutine acc_set_device_num(devicenum, devicetype)' 1803 'integer(kind=acc_device_kind) devicetype' 1821 _Prototype_: 'int acc_get_device_num(acc_device_t devicetype);' [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/ |
| H A D | openacc.f90 | 77 function acc_get_num_devices_h (devicetype) 80 integer (acc_device_kind) devicetype local 83 subroutine acc_set_device_type_h (devicetype) 85 integer (acc_device_kind) devicetype local 93 subroutine acc_set_device_num_h (devicenum, devicetype) 96 integer (acc_device_kind) devicetype local 99 function acc_get_device_num_h (devicetype) 102 integer (acc_device_kind) devicetype local 105 function acc_get_property_h (devicenum, devicetype, property) 111 integer (acc_device_kind), value :: devicetype [all …]
|
| H A D | openacc_lib.h | 76 function acc_get_num_devices_h (devicetype) 79 integer (acc_device_kind) devicetype 84 subroutine acc_set_device_type_h (devicetype) 86 integer (acc_device_kind) devicetype 98 subroutine acc_set_device_num_h (devicenum, devicetype) 101 integer (acc_device_kind) devicetype 106 function acc_get_device_num_h (devicetype) 109 integer (acc_device_kind) devicetype 114 function acc_get_property_h (devicenum, devicetype, & 121 integer (acc_device_kind), value :: devicetype [all …]
|
| H A D | libgomp.texi | 2452 for the device type specified in @var{devicetype}. 2456 @item @emph{Prototype}: @tab @code{int acc_get_num_devices(acc_device_t devicetype);} 2461 @item @emph{Interface}: @tab @code{integer function acc_get_num_devices(devicetype)} 2462 @item @tab @code{integer(kind=acc_device_kind) devicetype} 2477 in @var{devicetype}, to use when executing a parallel or kernels region. 2481 @item @emph{Prototype}: @tab @code{acc_set_device_type(acc_device_t devicetype);} 2486 @item @emph{Interface}: @tab @code{subroutine acc_set_device_type(devicetype)} 2487 @item @tab @code{integer(kind=acc_device_kind) devicetype} 2534 type @var{devicetype}. 2538 @item @emph{Prototype}: @tab @code{acc_set_device_num(int devicenum, acc_device_t devicetype);} [all …]
|
| H A D | libgomp.info | 2273 _Prototype_: 'int acc_get_num_devices(acc_device_t devicetype);' 2276 _Interface_: 'integer function acc_get_num_devices(devicetype)' 2277 'integer(kind=acc_device_kind) devicetype' 2295 _Prototype_: 'acc_set_device_type(acc_device_t devicetype);' 2298 _Interface_: 'subroutine acc_set_device_type(devicetype)' 2299 'integer(kind=acc_device_kind) devicetype' 2345 devicetype);' 2348 _Interface_: 'subroutine acc_set_device_num(devicenum, devicetype)' 2350 'integer(kind=acc_device_kind) devicetype' 2368 _Prototype_: 'int acc_get_device_num(acc_device_t devicetype);' [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/accel/ |
| H A D | openacc.f90 | 63 function acc_on_device_h (devicetype) 65 integer (acc_device_kind) devicetype local 71 function acc_on_device_l (devicetype) & 75 integer (c_int), value :: devicetype 103 integer (acc_device_kind) devicetype local 105 acc_on_device_h = acc_on_device_l (devicetype) /= 0
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/config/accel/ |
| H A D | openacc.f90 | 63 function acc_on_device_h (devicetype) 65 integer (acc_device_kind) devicetype local 71 function acc_on_device_l (devicetype) & 75 integer (c_int), value :: devicetype 103 integer (acc_device_kind) devicetype local 105 acc_on_device_h = acc_on_device_l (devicetype) /= 0
|
| /netbsd-src/sys/dev/i2o/ |
| H A D | i2odpt.h | 148 u_int8_t devicetype; /* as I2O_PARAM_SCSI_DEVICE_INFO */ member
|
| H A D | i2o.h | 992 u_int8_t devicetype; member
|
| /netbsd-src/external/bsd/iscsi/dist/src/initiator/ |
| H A D | iscsi-initiator.c | 78 uint32_t devicetype; /* SCSI device type */ member 740 tv.v[tv.c].devicetype = (data[0] & 0x1f); in main()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/xen/ |
| H A D | xen_drm_front_evtchnl.c | 220 handler, 0, xb_dev->devicetype, in evtchnl_alloc()
|
| /netbsd-src/etc/ |
| H A D | services | 17965 … Defined TXT keys: name, devicetype, uniqueid, path
|