Searched refs:getFloatFromValue (Results 1 – 2 of 2) sorted by relevance
50 float getFloatFromValue(const Json::Value &value) { in getFloatFromValue() function115 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()[all …]
33 float getFloatFromValue(const Json::Value &value) { in getFloatFromValue() function47 float min_val = getFloatFromValue(values[0]); in getInputRangeInfoFromJsonValues()48 float max_val = getFloatFromValue(values[1]); in getInputRangeInfoFromJsonValues()