Home
last modified time | relevance | path

Searched refs:tempValue (Results 1 – 3 of 3) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dplatform_numeric_effecter.hpp58 auto tempValue = std::get<uint8_t>(value); in getEffecterRawValue() local
59 value = static_cast<uint64_t>(tempValue); in getEffecterRawValue()
63 auto tempValue = std::get<uint8_t>(value); in getEffecterRawValue() local
64 value = static_cast<uint32_t>(tempValue); in getEffecterRawValue()
94 auto tempValue = std::get<uint16_t>(value); in getEffecterRawValue() local
95 value = static_cast<uint64_t>(tempValue); in getEffecterRawValue()
99 auto tempValue = std::get<uint16_t>(value); in getEffecterRawValue() local
100 value = static_cast<uint32_t>(tempValue); in getEffecterRawValue()
117 auto tempValue = std::get<int16_t>(value); in getEffecterRawValue() local
118 value = static_cast<uint64_t>(tempValue); in getEffecterRawValue()
[all …]
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DNvidiaGpuSensor.cpp120 double tempValue = 0; in processResponse() local
123 tempValue); in processResponse()
135 updateValue(tempValue); in processResponse()
/openbmc/openpower-occ-control/
H A Docc_manager.cpp1029 double tempValue{0}; in readTempSensors() local
1033 tempValue = std::numeric_limits<double>::quiet_NaN(); in readTempSensors()
1040 tempValue = readFile<double>(filePathString + inputSuffix); in readTempSensors()
1054 tempValue = 0; in readTempSensors()
1072 if ((std::isnan(existing->second) && (tempValue == 0)) || in readTempSensors()
1073 ((existing->second == 0) && std::isnan(tempValue))) in readTempSensors()
1078 tempValue = std::numeric_limits<double>::quiet_NaN(); in readTempSensors()
1079 existing->second = tempValue; in readTempSensors()
1081 if (std::isnan(existing->second) || (tempValue > existing->second)) in readTempSensors()
1083 existing->second = tempValue; in readTempSensors()
1181 double tempValue{0}; readPowerSensors() local
[all...]