Searched refs:temp_3 (Results 1 – 1 of 1) sorted by relevance
51 int32_t temp_1, temp_2, temp_3, temp_4; in bmm150TempCompensateX() local67 temp_3 = ((temp_1 + temp_2) >> 9) + ((int32_t)BMM150_CALIB_HEX_LACKS); in bmm150TempCompensateX()68 …temp_4 = ((int32_t)mag_x) * ((temp_3 * ((int32_t)(((int16_t)magTask->dig_x2) + ((int16_t)0xa0)))) … in bmm150TempCompensateX()87 int32_t temp_1, temp_2, temp_3, temp_4; in bmm150TempCompensateY() local103 temp_3 = ((temp_1 + temp_2) >> 9) + ((int32_t)BMM150_CALIB_HEX_LACKS); in bmm150TempCompensateY()104 …temp_4 = ((int32_t)mag_y) * ((temp_3 * ((int32_t)(((int16_t)magTask->dig_y2) + ((int16_t)0xa0)))) … in bmm150TempCompensateY()