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()95 value = static_cast<uint64_t>(tempValue); in getEffecterRawValue()100 value = static_cast<uint32_t>(tempValue); in getEffecterRawValue()118 value = static_cast<uint64_t>(tempValue); in getEffecterRawValue()123 value = static_cast<uint32_t>(tempValue); in getEffecterRawValue()141 value = static_cast<uint64_t>(tempValue); in getEffecterRawValue()146 value = static_cast<uint32_t>(tempValue); in getEffecterRawValue()[all …]
1062 double tempValue{0}; in readTempSensors() local1066 tempValue = std::numeric_limits<double>::quiet_NaN(); in readTempSensors()1087 tempValue = 0; in readTempSensors()1105 if ((std::isnan(existing->second) && (tempValue == 0)) || in readTempSensors()1106 ((existing->second == 0) && std::isnan(tempValue))) in readTempSensors()1111 tempValue = std::numeric_limits<double>::quiet_NaN(); in readTempSensors()1112 existing->second = tempValue; in readTempSensors()1116 existing->second = tempValue; in readTempSensors()1122 sensorData[sensorPath] = tempValue; in readTempSensors()1215 double tempValue{0}; in readPowerSensors() local[all …]
760 s8 tempValue = 0, tempPwrLmt = 0; in PHY_ConvertTxPowerLimitToPowerIndex() local781 tempValue = tempPwrLmt - BW40PwrBasedBm2_4G; in PHY_ConvertTxPowerLimitToPowerIndex()782 pHalData->TxPwrLimit_2_4G[regulation][bw][rateSection][channel][rfPath] = tempValue; in PHY_ConvertTxPowerLimitToPowerIndex()