Searched refs:value_converted (Results 1 – 2 of 2) sorted by relevance
52 value_converted=$(calc "$VALUE"/"$div")53 echo "$value_converted" "$new_unit"
2803 const double value_converted = 100.0 * value_raw / crystal_hz / interval_float; in format_counters() local2805 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), value_converted); in format_counters()2884 const double value_converted = 100.0 * value_raw / crystal_hz / interval_float; in format_counters() local2886 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), value_converted); in format_counters()3083 const double value_converted = 100.0 * value_raw / crystal_hz / interval_float; in format_counters() local3085 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), value_converted); in format_counters()