Searched refs:UT (Results 1 - 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/bmpx8x/
H A Dbmpx8x.cxx75 int32_t UT, UP, B3, B5, B6, X1, X2, X3, p; local
78 UT = getTemperatureRaw();
80 B5 = computeB5(UT);
143 int32_t UT, B5; // following ds convention local
146 UT = getTemperatureRaw ();
148 B5 = computeB5 (UT);
173 BMPX8X::computeB5(int32_t UT) { argument
174 int32_t X1 = (UT - (int32_t)ac6) * ((int32_t)ac5) >> 15;
H A Dbmpx8x.h147 * @param UT
149 int32_t computeB5 (int32_t UT);

Completed in 89 milliseconds