Searched refs:fSqr (Results 1 – 1 of 1) sorted by relevance
358 float f = t_fine - 128000, fSqr = f * f; in compensateBaro() local362 …v2 = fSqr * mTask.comp.dig_P6 + f * mTask.comp.dig_P5 * (float)(1ULL << 17) + mTask.comp.dig_P4 * … in compensateBaro()363 …v1 = fSqr * mTask.comp.dig_P1 * mTask.comp.dig_P3 * (1.0f/(1ULL << 41)) + f * mTask.comp.dig_P1 * … in compensateBaro()