Home
last modified time | relevance | path

Searched refs:sumValue (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-fan-presence/control/
H A Dactions.hpp138 auto sumValue = std::accumulate( in set_floor_from_average_sensor_value() local
157 auto avgValue = sumValue / (groupSize - count); in set_floor_from_average_sensor_value()
196 auto sumValue = std::accumulate( in set_ceiling_from_average_sensor_value() local
215 auto avgValue = sumValue / (groupSize - count); in set_ceiling_from_average_sensor_value()