Searched refs:stod (Results 1 – 12 of 12) sorted by relevance
/openbmc/phosphor-hwmon/ |
H A D | thresholds.hpp | 138 auto lo = stod(tLo) * std::pow(10, scale); in addThreshold() 156 auto hi = stod(tHi) * std::pow(10, scale); in addThreshold()
|
H A D | sensor.cpp | 53 _sensorAdjusts.gain = std::stod(gain); in Sensor()
|
H A D | mainloop.cpp | 252 auto accuracy = stod(accuracyStr); in getObject()
|
/openbmc/qemu/target/openrisc/ |
H A D | helper.h | 33 DEF_HELPER_FLAGS_2(stod, TCG_CALL_NO_RWG, i64, env, i32)
|
H A D | fpu_helper.c | 106 uint64_t HELPER(stod)(CPUOpenRISCState *env, uint32_t val) in HELPER() argument
|
H A D | disas.c | 209 FP_INSN(stod, d, "r%d,r%d, r%d",
|
/openbmc/telemetry/src/utils/ |
H A D | conversion_trigger.cpp | 143 double result = std::stod(str, &pos); in stodStrict()
|
/openbmc/dbus-sensors/src/psu/ |
H A D | PSUSensor.cpp | 235 rawValue = std::stod(bufferRef.data()); in handleResponse()
|
/openbmc/dbus-sensors/src/adc/ |
H A D | ADCSensor.cpp | 179 rawValue = std::stod(response); in handleResponse()
|
/openbmc/dbus-sensors/src/intel-cpu/ |
H A D | IntelCPUSensor.cpp | 276 rawValue = std::stod(response); in handleResponse()
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | power_supply.cpp | 1058 maxPowerOut = std::stod(maxPowerOutStr); in getMaxPowerOut() 1189 actualInputVoltage = std::stod(inputVoltageStr) / 1000; in getInputVoltage()
|
/openbmc/dbus-sensors/src/ |
H A D | Utils.cpp | 709 return std::stod(line) / scaleFactor; in readFile()
|