Home
last modified time | relevance | path

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

/device/generic/goldfish/sensors/
Dmultihal_sensors_qemu.cpp49 int64_t weigthedAverage(const int64_t a, int64_t aw, int64_t b, int64_t bw) { in weigthedAverage() argument
50 return (a * aw + b * bw) / (aw + bw); in weigthedAverage()