Lines Matching refs:getFloatFromValue
50 float getFloatFromValue(const Json::Value &value) { in getFloatFromValue() function
115 ret[i] = getFloatFromValue(values[i]); in getFloatFromJsonValues()
139 float min_temp = getFloatFromValue(values[0]); in getTempRangeInfoFromJsonValues()
140 float max_temp = getFloatFromValue(values[1]); in getTempRangeInfoFromJsonValues()
515 float coefficient = getFloatFromValue(coefficients[i]); in ParseVirtualSensorInfo()
929 i_default = getFloatFromValue(sensor["PIDInfo"]["I_Default"]); in ParseSensorThrottlingInfo()
932 i_default_pct = getFloatFromValue(sensor["PIDInfo"]["I_Default_Pct"]); in ParseSensorThrottlingInfo()
935 tran_cycle = getFloatFromValue(sensor["PIDInfo"]["TranCycle"]); in ParseSensorThrottlingInfo()
1156 hot_thresholds[j] = getFloatFromValue(values[j]); in ParseSensorInfo()
1181 hot_hysteresis[j] = getFloatFromValue(values[j]); in ParseSensorInfo()
1221 cold_thresholds[j] = getFloatFromValue(values[j]); in ParseSensorInfo()
1246 cold_hysteresis[j] = getFloatFromValue(values[j]); in ParseSensorInfo()
1284 vr_threshold = getFloatFromValue(sensors[i]["VrThreshold"]); in ParseSensorInfo()
1439 state2power.emplace_back(getFloatFromValue(values[j])); in ParseCoolingDevice()
1515 coefficient.emplace_back(getFloatFromValue(values[j])); in ParsePowerRailInfo()
1660 ? getFloatFromValue(threshold_values[i]) in ParseStatsInfo()