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 …]
1084 double tempValue{0}; in readTempSensors() 1088 tempValue = std::numeric_limits<double>::quiet_NaN(); in readTempSensors() 1095 tempValue = readFile<double>(filePathString + inputSuffix); in readTempSensors() 1109 tempValue = 0; in readTempSensors() 1127 if ((std::isnan(existing->second) && (tempValue == 0)) || in readTempSensors() 1128 ((existing->second == 0) && std::isnan(tempValue))) in readTempSensors() 1133 tempValue = std::numeric_limits<double>::quiet_NaN(); in readTempSensors() 1134 existing->second = tempValue; in readTempSensors() 1136 if (std::isnan(existing->second) || (tempValue > existing->second)) in readTempSensors() 1138 existing->second = tempValue; in readTempSensors() 1062 double tempValue{0}; readTempSensors() local 1215 double tempValue{0}; 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()