Searched refs:Avg (Results 1 – 1 of 1) sorted by relevance
333 float Avg[3]; in inv_test_gyro_3050() local471 Avg[X] = .0f, Avg[Y] = .0f, Avg[Z] = .0f; in inv_test_gyro_3050()473 Avg[X] += 1.f * x[i] / tmp; in inv_test_gyro_3050()474 Avg[Y] += 1.f * y[i] / tmp; in inv_test_gyro_3050()475 Avg[Z] += 1.f * z[i] / tmp; in inv_test_gyro_3050()478 Avg[X], Avg[Y], Avg[Z]); in inv_test_gyro_3050()481 Avg[X] / adjGyroSens, in inv_test_gyro_3050()482 Avg[Y] / adjGyroSens, in inv_test_gyro_3050()483 Avg[Z] / adjGyroSens); in inv_test_gyro_3050()487 if (fabs(Avg[j]) > test_setup.bias_thresh) { in inv_test_gyro_3050()[all …]