Home
last modified time | relevance | path

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

/system/dev/thermal/mtk-thermal/
A Dmtk-thermal.cpp33 int32_t FixedPoint(int32_t value) { in FixedPoint() function
38 return (FixedPoint(raw) * 10000) / gain; in RawWithGain()
256 int32_t gain = 10000 + FixedPoint(cal1.get_adc_gain()); in RawToTemperature()

Completed in 3 milliseconds