/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/phodevi/sensors/ |
H A D | gpu_temp.php | 44 if(is_readable($temp_input) == false) 49 $temp_input = pts_file_io::file_get_contents($temp_input); 51 if(is_numeric($temp_input)) 53 if($temp_input > 1000) 55 $temp_input /= 1000; 58 $temp_c = $temp_input; 99 $temp_input = pts_file_io::file_get_contents($temp_input_file); 101 if(is_numeric($temp_input)) 103 if($temp_input > 1000) 105 $temp_input /= 1000; [all …]
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/thermal/ |
H A D | thermal_hwmon.c | 40 struct thermal_hwmon_attr temp_input; /* hwmon sys attr */ member 57 temp_input); in temp_input_show() 169 snprintf(temp->temp_input.name, sizeof(temp->temp_input.name), in thermal_add_hwmon_sysfs() 171 temp->temp_input.attr.attr.name = temp->temp_input.name; in thermal_add_hwmon_sysfs() 172 temp->temp_input.attr.attr.mode = 0444; in thermal_add_hwmon_sysfs() 173 temp->temp_input.attr.show = temp_input_show; in thermal_add_hwmon_sysfs() 174 sysfs_attr_init(&temp->temp_input.attr.attr); in thermal_add_hwmon_sysfs() 175 result = device_create_file(hwmon->device, &temp->temp_input.attr); in thermal_add_hwmon_sysfs() 202 device_remove_file(hwmon->device, &temp->temp_input.attr); in thermal_add_hwmon_sysfs() 234 device_remove_file(hwmon->device, &temp->temp_input.attr); in thermal_remove_hwmon_sysfs()
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/thermal/ |
H A D | thermal_hwmon.c | 40 struct thermal_hwmon_attr temp_input; /* hwmon sys attr */ member 57 temp_input); in temp_input_show() 169 snprintf(temp->temp_input.name, sizeof(temp->temp_input.name), in thermal_add_hwmon_sysfs() 171 temp->temp_input.attr.attr.name = temp->temp_input.name; in thermal_add_hwmon_sysfs() 172 temp->temp_input.attr.attr.mode = 0444; in thermal_add_hwmon_sysfs() 173 temp->temp_input.attr.show = temp_input_show; in thermal_add_hwmon_sysfs() 174 sysfs_attr_init(&temp->temp_input.attr.attr); in thermal_add_hwmon_sysfs() 175 result = device_create_file(hwmon->device, &temp->temp_input.attr); in thermal_add_hwmon_sysfs() 202 device_remove_file(hwmon->device, &temp->temp_input.attr); in thermal_add_hwmon_sysfs() 234 device_remove_file(hwmon->device, &temp->temp_input.attr); in thermal_remove_hwmon_sysfs()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/thermal/ |
H A D | thermal_hwmon.c | 40 struct thermal_hwmon_attr temp_input; /* hwmon sys attr */ member 57 temp_input); in temp_input_show() 169 snprintf(temp->temp_input.name, sizeof(temp->temp_input.name), in thermal_add_hwmon_sysfs() 171 temp->temp_input.attr.attr.name = temp->temp_input.name; in thermal_add_hwmon_sysfs() 172 temp->temp_input.attr.attr.mode = 0444; in thermal_add_hwmon_sysfs() 173 temp->temp_input.attr.show = temp_input_show; in thermal_add_hwmon_sysfs() 174 sysfs_attr_init(&temp->temp_input.attr.attr); in thermal_add_hwmon_sysfs() 175 result = device_create_file(hwmon->device, &temp->temp_input.attr); in thermal_add_hwmon_sysfs() 202 device_remove_file(hwmon->device, &temp->temp_input.attr); in thermal_add_hwmon_sysfs() 234 device_remove_file(hwmon->device, &temp->temp_input.attr); in thermal_remove_hwmon_sysfs()
|
/dports/net-mgmt/nrpe3/nrpe-nrpe-3.2.1/contrib/ |
H A D | nrpe_check_control.c | 20 char temp_input[MAX_CHARS]; in main() local 51 strcpy(temp_input,input_buffer); in main() 52 strcpy(temp_string,strtok(temp_input,"=")); in main() 92 strcpy(temp_input,input_buffer); in main() 93 strcpy(temp_string,strtok(temp_input,"=")); in main()
|
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/ |
H A D | pint_piglet.F | 217 IF (INDEX(temp_input, "#") /= 0) THEN 218 IF (INDEX(temp_input, "T=") /= 0) THEN 219 CALL check_temperature(line=temp_input, & 222 ELSE IF (INDEX(temp_input, "A MATRIX") /= 0) THEN 223 obrac = INDEX(temp_input, "(") + 1 224 cbrac = INDEX(temp_input, ")") - 1 225 read_unit = temp_input(obrac:cbrac) 243 ELSE IF (INDEX(temp_input, "C MATRIX") /= 0) THEN 244 obrac = INDEX(temp_input, "(") + 1 245 cbrac = INDEX(temp_input, ")") - 1 [all …]
|
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/ |
H A D | pint_piglet.F | 219 IF (INDEX(temp_input, "#") /= 0) THEN 220 IF (INDEX(temp_input, "T=") /= 0) THEN 221 CALL check_temperature(line=temp_input, & 224 ELSE IF (INDEX(temp_input, "A MATRIX") /= 0) THEN 225 obrac = INDEX(temp_input, "(") + 1 226 cbrac = INDEX(temp_input, ")") - 1 227 read_unit = temp_input(obrac:cbrac) 245 ELSE IF (INDEX(temp_input, "C MATRIX") /= 0) THEN 246 obrac = INDEX(temp_input, "(") + 1 247 cbrac = INDEX(temp_input, ")") - 1 [all …]
|
/dports/devel/onetbb/oneTBB-2021.4.0/include/oneapi/tbb/detail/ |
H A D | _pipeline_filters.h | 235 input_pointer temp_input = input_helper::cast_from_void_ptr(input); 236 …ter temp_output = output_helper::create_token(my_body(std::move(input_helper::token(temp_input)))); 237 input_helper::destroy_token(temp_input); 242 input_pointer temp_input = input_helper::cast_from_void_ptr(input); 243 input_helper::destroy_token(temp_input); 283 input_pointer temp_input = input_helper::cast_from_void_ptr(input); 284 my_body(std::move(input_helper::token(temp_input))); 285 input_helper::destroy_token(temp_input); 289 input_pointer temp_input = input_helper::cast_from_void_ptr(input); 290 input_helper::destroy_token(temp_input);
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hwmon/ |
H A D | tc74.c | 33 s8 temp_input; /* Temp value in dC */ member 74 data->temp_input = value; in tc74_update_device() 95 return sprintf(buf, "%d\n", data->temp_input * 1000); in temp_input_show() 97 static SENSOR_DEVICE_ATTR_RO(temp1_input, temp_input, 0);
|
H A D | ad7414.c | 42 s16 temp_input; /* Register values */ member 86 data->temp_input = value; in ad7414_update_device() 110 return sprintf(buf, "%d\n", ad7414_temp_from_reg(data->temp_input)); in temp_input_show() 112 static SENSOR_DEVICE_ATTR_RO(temp1_input, temp_input, 0); 154 int value = (data->temp_input >> bitnr) & 1; in alarm_show()
|
H A D | max6642.c | 83 u16 temp_input[2]; /* local/remote */ member 172 data->temp_input[0] = val; in max6642_update_device() 179 data->temp_input[1] = val; in max6642_update_device() 203 temp_from_reg10(data->temp_input[attr->index])); in temp_max10_show()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hwmon/ |
H A D | tc74.c | 33 s8 temp_input; /* Temp value in dC */ member 74 data->temp_input = value; in tc74_update_device() 95 return sprintf(buf, "%d\n", data->temp_input * 1000); in temp_input_show() 97 static SENSOR_DEVICE_ATTR_RO(temp1_input, temp_input, 0);
|
H A D | ad7414.c | 42 s16 temp_input; /* Register values */ member 86 data->temp_input = value; in ad7414_update_device() 110 return sprintf(buf, "%d\n", ad7414_temp_from_reg(data->temp_input)); in temp_input_show() 112 static SENSOR_DEVICE_ATTR_RO(temp1_input, temp_input, 0); 154 int value = (data->temp_input >> bitnr) & 1; in alarm_show()
|
H A D | max6642.c | 83 u16 temp_input[2]; /* local/remote */ member 172 data->temp_input[0] = val; in max6642_update_device() 179 data->temp_input[1] = val; in max6642_update_device() 203 temp_from_reg10(data->temp_input[attr->index])); in temp_max10_show()
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hwmon/ |
H A D | tc74.c | 33 s8 temp_input; /* Temp value in dC */ member 74 data->temp_input = value; in tc74_update_device() 95 return sprintf(buf, "%d\n", data->temp_input * 1000); in temp_input_show() 97 static SENSOR_DEVICE_ATTR_RO(temp1_input, temp_input, 0);
|
H A D | ad7414.c | 42 s16 temp_input; /* Register values */ member 86 data->temp_input = value; in ad7414_update_device() 110 return sprintf(buf, "%d\n", ad7414_temp_from_reg(data->temp_input)); in temp_input_show() 112 static SENSOR_DEVICE_ATTR_RO(temp1_input, temp_input, 0); 154 int value = (data->temp_input >> bitnr) & 1; in alarm_show()
|
H A D | max6642.c | 83 u16 temp_input[2]; /* local/remote */ member 172 data->temp_input[0] = val; in max6642_update_device() 179 data->temp_input[1] = val; in max6642_update_device() 203 temp_from_reg10(data->temp_input[attr->index])); in temp_max10_show()
|
/dports/mail/dovecot/dovecot-2.3.17/src/lib/ |
H A D | test-iostream-temp.c | 78 struct istream *input, *input2, *temp_input; in test_iostream_temp_istream() local 96 temp_input = iostream_temp_finish(&output, 128); in test_iostream_temp_istream() 97 test_assert(i_stream_read(temp_input) == 6); in test_iostream_temp_istream() 98 i_stream_destroy(&temp_input); in test_iostream_temp_istream()
|
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/ |
H A D | pipeline.h | 437 t_pointer temp_input = t_helper::cast_from_void_ptr(input); in operator() local 438 …inter output_u = u_helper::create_token(my_body(tbb::internal::move(t_helper::token(temp_input)))); in operator() 439 t_helper::destroy_token(temp_input); in operator() 444 t_pointer temp_input = t_helper::cast_from_void_ptr(input); in finalize() local 445 t_helper::destroy_token(temp_input); in finalize() 485 t_pointer temp_input = t_helper::cast_from_void_ptr(input); in operator() local 486 my_body(tbb::internal::move(t_helper::token(temp_input))); in operator() 487 t_helper::destroy_token(temp_input); in operator() 491 t_pointer temp_input = t_helper::cast_from_void_ptr(input); in finalize() local 492 t_helper::destroy_token(temp_input); in finalize()
|
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/ |
H A D | pipeline.h | 416 t_pointer temp_input = t_helper::cast_from_void_ptr(input); 417 u_pointer output_u = u_helper::create_token(my_body(t_helper::token(temp_input))); 418 t_helper::destroy_token(temp_input); 423 t_pointer temp_input = t_helper::cast_from_void_ptr(input); 424 t_helper::destroy_token(temp_input); 463 t_pointer temp_input = t_helper::cast_from_void_ptr(input); 464 my_body(t_helper::token(temp_input)); 465 t_helper::destroy_token(temp_input); 469 t_pointer temp_input = t_helper::cast_from_void_ptr(input); 470 t_helper::destroy_token(temp_input);
|
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/ |
H A D | pipeline.h | 416 t_pointer temp_input = t_helper::cast_from_void_ptr(input); 417 u_pointer output_u = u_helper::create_token(my_body(t_helper::token(temp_input))); 418 t_helper::destroy_token(temp_input); 423 t_pointer temp_input = t_helper::cast_from_void_ptr(input); 424 t_helper::destroy_token(temp_input); 463 t_pointer temp_input = t_helper::cast_from_void_ptr(input); 464 my_body(t_helper::token(temp_input)); 465 t_helper::destroy_token(temp_input); 469 t_pointer temp_input = t_helper::cast_from_void_ptr(input); 470 t_helper::destroy_token(temp_input);
|
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/ |
H A D | pipeline.h | 437 t_pointer temp_input = t_helper::cast_from_void_ptr(input); in operator() local 438 …inter output_u = u_helper::create_token(my_body(tbb::internal::move(t_helper::token(temp_input)))); in operator() 439 t_helper::destroy_token(temp_input); in operator() 444 t_pointer temp_input = t_helper::cast_from_void_ptr(input); in finalize() local 445 t_helper::destroy_token(temp_input); in finalize() 485 t_pointer temp_input = t_helper::cast_from_void_ptr(input); in operator() local 486 my_body(tbb::internal::move(t_helper::token(temp_input))); in operator() 487 t_helper::destroy_token(temp_input); in operator() 491 t_pointer temp_input = t_helper::cast_from_void_ptr(input); in finalize() local 492 t_helper::destroy_token(temp_input); in finalize()
|
/dports/devel/tbb/oneTBB-2020.3/include/tbb/ |
H A D | pipeline.h | 437 t_pointer temp_input = t_helper::cast_from_void_ptr(input); in operator() local 438 …inter output_u = u_helper::create_token(my_body(tbb::internal::move(t_helper::token(temp_input)))); in operator() 439 t_helper::destroy_token(temp_input); in operator() 444 t_pointer temp_input = t_helper::cast_from_void_ptr(input); in finalize() local 445 t_helper::destroy_token(temp_input); in finalize() 485 t_pointer temp_input = t_helper::cast_from_void_ptr(input); in operator() local 486 my_body(tbb::internal::move(t_helper::token(temp_input))); in operator() 487 t_helper::destroy_token(temp_input); in operator() 491 t_pointer temp_input = t_helper::cast_from_void_ptr(input); in finalize() local 492 t_helper::destroy_token(temp_input); in finalize()
|
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/vmmlib/include/vmmlib/ |
H A D | t4_ttm.hpp | 83 tensor3< J1, J2, J3, T > temp_input = t4_in_.get_tensor3(l); in mode1_multiply_fwd() local 85 t3_ttm::multiply_frontal_fwd(temp_input, in_slice_, temp_output); in mode1_multiply_fwd() 94 tensor3< J1, J2, J3, T > temp_input = t4_in_.get_tensor3(l); in mode2_multiply_fwd() local 96 t3_ttm::multiply_horizontal_fwd(temp_input, in_slice_, temp_output); in mode2_multiply_fwd() 105 tensor3< J1, J2, J3, T > temp_input = t4_in_.get_tensor3(l); in mode3_multiply_fwd() local 107 t3_ttm::multiply_lateral_fwd(temp_input, in_slice_, temp_output); in mode3_multiply_fwd()
|
/dports/devel/py-pyperf/pyperf-2.3.0/pyperf/ |
H A D | _collect_metadata.py | 329 temp_input = read_first_line(template % 'input', error=True) 330 temp_input = float(temp_input) / 1000 333 temp_input = "%.0f C" % temp_input 335 item = '%s:%s=%s' % (hwmon_name, temp_label, temp_input)
|