Searched refs:temp_4 (Results 1 – 1 of 1) sorted by relevance
51 int32_t temp_1, temp_2, temp_3, temp_4; in bmm150TempCompensateX() local68 …temp_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() local104 …temp_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()