Searched refs:tempValue (Results 1 – 3 of 3) sorted by relevance
58 auto tempValue = std::get<uint8_t>(value); in getEffecterRawValue() local59 value = static_cast<uint64_t>(tempValue); in getEffecterRawValue()63 auto tempValue = std::get<uint8_t>(value); in getEffecterRawValue() local64 value = static_cast<uint32_t>(tempValue); in getEffecterRawValue()94 auto tempValue = std::get<uint16_t>(value); in getEffecterRawValue() local95 value = static_cast<uint64_t>(tempValue); in getEffecterRawValue()99 auto tempValue = std::get<uint16_t>(value); in getEffecterRawValue() local100 value = static_cast<uint32_t>(tempValue); in getEffecterRawValue()117 auto tempValue = std::get<int16_t>(value); in getEffecterRawValue() local118 value = static_cast<uint64_t>(tempValue); in getEffecterRawValue()[all …]
120 double tempValue = 0; in processResponse() local123 tempValue); in processResponse()135 updateValue(tempValue); in processResponse()
1029 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...]