Searched refs:maxInt10 (Results 1 – 4 of 4) sorted by relevance
29 static constexpr int16_t maxInt10 = 0x1FF; variable198 while (mDouble > maxInt10) in getSensorAttributes()234 else if (mDouble * 10 > maxInt10) in getSensorAttributes()246 while (bDouble > maxInt10 || bDouble < minInt10) in getSensorAttributes()271 mValue = static_cast<int16_t>(mDouble) & maxInt10; in getSensorAttributes()272 bValue = static_cast<int16_t>(bDouble) & maxInt10; in getSensorAttributes()
25 static constexpr int16_t maxInt10 = 0x1FF; variable37 auto max10 = static_cast<double>(maxInt10); in baseInRange()
25 static constexpr int16_t maxInt10 = 0x1FF; variable
30 auto max10 = static_cast<double>(maxInt10); in baseInRange()