Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmm150_slave.c51 int32_t temp_1, temp_2, temp_3, temp_4; in bmm150TempCompensateX() local
68temp_4 = ((int32_t)mag_x) * ((temp_3 * ((int32_t)(((int16_t)magTask->dig_x2) + ((int16_t)0xa0)))) … in bmm150TempCompensateX()
70 inter_retval = ((int32_t)(temp_4 >> 13)) + (((int16_t)magTask->dig_x1) << 3); in bmm150TempCompensateX()
87 int32_t temp_1, temp_2, temp_3, temp_4; in bmm150TempCompensateY() local
104temp_4 = ((int32_t)mag_y) * ((temp_3 * ((int32_t)(((int16_t)magTask->dig_y2) + ((int16_t)0xa0)))) … in bmm150TempCompensateY()
106 inter_retval = ((int32_t)(temp_4 >> 13)) + (((int16_t)magTask->dig_y1) << 3); in bmm150TempCompensateY()