Searched refs:value_converted (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/power_supply/ |
| H A D | helpers.sh | 52 value_converted=$(calc "$VALUE"/"$div") 53 echo "$value_converted" "$new_unit"
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 3339 double value_converted; in format_counters() local 3346 value_converted = pct(value_raw / crystal_hz / interval_float); in format_counters() 3347 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), value_converted); in format_counters() 3351 value_converted = pct(value_raw / tcore_clock_freq_hz / interval_float); in format_counters() 3352 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), value_converted); in format_counters() 3405 double value_converted; in format_counters() local 3412 value_converted = pct(value_raw / crystal_hz / interval_float); in format_counters() 3413 outp += print_float_value(&printed, delim, value_converted); in format_counters() 3417 value_converted = pct(value_raw / tcore_clock_freq_hz / interval_float); in format_counters() 3418 outp += print_float_value(&printed, delim, value_converted); in format_counters() [all …]
|