Lines Matching refs:num_devices
504 int num_devices; in goacc_attach_host_thread_to_device() local
523 num_devices = base_dev->get_num_devices_func (); in goacc_attach_host_thread_to_device()
524 if (num_devices <= 0 || ord >= num_devices) in goacc_attach_host_thread_to_device()
526 num_devices); in goacc_attach_host_thread_to_device()
764 int num_devices; in ialias() local
782 num_devices = base_dev->get_num_devices_func (); in ialias()
784 if (num_devices <= 0 || ord >= num_devices) in ialias()
785 acc_dev_num_out_of_range (d, ord, num_devices); in ialias()
817 int num_devices = dev->get_num_devices_func (); in ialias() local
819 if (num_devices <= 0 || ord >= num_devices) in ialias()
820 acc_dev_num_out_of_range (d, ord, num_devices); in ialias()