Home
last modified time | relevance | path

Searched refs:number_of_devices (Results 1 – 25 of 54) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/memory_inspector/memory_inspector/frontends/
H A Dcommand_line.py49 number_of_devices = 0
52 number_of_devices = 1
56 number_of_devices += 1
59 if number_of_devices == 0:
63 if number_of_devices > 1:
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/libomptarget/src/
H A Drtl.h55 number_of_devices_ty *number_of_devices; member
80 is_valid_binary(0), number_of_devices(0), init_device(0), in RTLInfoTy()
93 number_of_devices = r.number_of_devices; in RTLInfoTy()
H A Drtl.cpp83 if (!(*((void**) &R.number_of_devices) = dlsym( in LoadRTLs()
112 if (!(R.NumberOfDevices = R.number_of_devices())) { in LoadRTLs()
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/libomptarget/src/
H A Drtl.h55 number_of_devices_ty *number_of_devices; member
81 is_valid_binary(0), number_of_devices(0), init_device(0), in RTLInfoTy()
94 number_of_devices = r.number_of_devices; in RTLInfoTy()
H A Drtl.cpp82 if (!(*((void**) &R.number_of_devices) = dlsym( in LoadRTLs()
115 if (!(R.NumberOfDevices = R.number_of_devices())) { in LoadRTLs()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/libomptarget/src/
H A Drtl.h55 number_of_devices_ty *number_of_devices; member
81 is_valid_binary(0), number_of_devices(0), init_device(0), in RTLInfoTy()
94 number_of_devices = r.number_of_devices; in RTLInfoTy()
H A Drtl.cpp82 if (!(*((void**) &R.number_of_devices) = dlsym( in LoadRTLs()
115 if (!(R.NumberOfDevices = R.number_of_devices())) { in LoadRTLs()
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/libomptarget/src/
H A Drtl.h55 number_of_devices_ty *number_of_devices; member
81 is_valid_binary(0), number_of_devices(0), init_device(0), in RTLInfoTy()
94 number_of_devices = r.number_of_devices; in RTLInfoTy()
H A Drtl.cpp82 if (!(*((void**) &R.number_of_devices) = dlsym( in LoadRTLs()
115 if (!(R.NumberOfDevices = R.number_of_devices())) { in LoadRTLs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/libomptarget/src/
H A Drtl.h72 number_of_devices_ty *number_of_devices = nullptr; member
111 number_of_devices = r.number_of_devices; in RTLInfoTy()
H A Drtl.cpp83 if (!(*((void **)&R.number_of_devices) = in LoadRTLs()
131 if (!(R.NumberOfDevices = R.number_of_devices())) { in LoadRTLs()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/libomptarget/src/
H A Drtl.h72 number_of_devices_ty *number_of_devices = nullptr; member
111 number_of_devices = r.number_of_devices; in RTLInfoTy()
H A Drtl.cpp103 if (!(*((void **)&R.number_of_devices) = in LoadRTLs()
151 if (!(R.NumberOfDevices = R.number_of_devices())) { in LoadRTLs()
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/libomptarget/src/
H A Drtl.h72 number_of_devices_ty *number_of_devices = nullptr; member
111 number_of_devices = r.number_of_devices; in RTLInfoTy()
H A Drtl.cpp103 if (!(*((void **)&R.number_of_devices) = in LoadRTLs()
151 if (!(R.NumberOfDevices = R.number_of_devices())) { in LoadRTLs()
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Propagators/
H A DAFQMCBasePropagator.cpp35 if (number_of_devices() > 0) in parse()
37 if (number_of_devices() > 0) in parse()
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Memory/
H A Dutilities.hpp39 inline int number_of_devices() in number_of_devices() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/
H A Dfake_video_capture_device_factory.h87 int number_of_devices() { in number_of_devices() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/
H A Dfake_video_capture_device_factory.h94 int number_of_devices() { in number_of_devices() function
/dports/multimedia/libdc1394/libdc1394-2.2.6/dc1394/windows/
H A Dcontrol.c125 static int number_of_devices(platform_t * p) in number_of_devices() function
153 device_size = number_of_devices(p); in dc1394_windows_get_device_list()
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Hamiltonians/
H A DRealDenseHamiltonian.h36 if (number_of_devices() > 0) in OneBodyHamiltonian()
H A DRealDenseHamiltonian_v2.h41 if (number_of_devices() > 0) in OneBodyHamiltonian()
H A DKPFactorizedHamiltonian.h44 if (number_of_devices() > 0) in OneBodyHamiltonian()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/CMake/testing/
H A DVTKmTestWrappers.cmake225 list(LENGTH per_device_command_line_arguments number_of_devices)
226 foreach(index RANGE ${number_of_devices})
227 if(index EQUAL number_of_devices)
/dports/math/grace/grace-5.1.25/src/
H A Ddevice.h137 int number_of_devices(void);

123