Home
last modified time | relevance | path

Searched refs:stod (Results 1 – 12 of 12) sorted by relevance

/openbmc/phosphor-hwmon/
H A Dthresholds.hpp138 auto lo = stod(tLo) * std::pow(10, scale); in addThreshold()
156 auto hi = stod(tHi) * std::pow(10, scale); in addThreshold()
H A Dsensor.cpp53 _sensorAdjusts.gain = std::stod(gain); in Sensor()
H A Dmainloop.cpp251 auto accuracy = stod(accuracyStr); in getObject()
/openbmc/qemu/target/openrisc/
H A Dhelper.h33 DEF_HELPER_FLAGS_2(stod, TCG_CALL_NO_RWG, i64, env, i32)
H A Dfpu_helper.c106 uint64_t HELPER(stod)(CPUOpenRISCState *env, uint32_t val) in HELPER() argument
H A Ddisas.c209 FP_INSN(stod, d, "r%d,r%d, r%d",
/openbmc/telemetry/src/utils/
H A Dconversion_trigger.cpp143 double result = std::stod(str, &pos); in stodStrict()
/openbmc/dbus-sensors/src/
H A DADCSensor.cpp179 rawValue = std::stod(response); in handleResponse()
H A DPSUSensor.cpp235 rawValue = std::stod(bufferRef.data()); in handleResponse()
H A DIntelCPUSensor.cpp276 rawValue = std::stod(response); in handleResponse()
H A DUtils.cpp709 return std::stod(line) / scaleFactor; in readFile()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp1058 maxPowerOut = std::stod(maxPowerOutStr); in getMaxPowerOut()
1189 actualInputVoltage = std::stod(inputVoltageStr) / 1000; in getInputVoltage()