Searched defs:lltmp (Results 1 - 1 of 1) sorted by relevance

/hardware/invensense/60xx/mlsdk/mlutils/
H A Dmputest.c1120 long long lltmp; local
1209 lltmp = (long)gyro_biases[0] * 2 * test_setup.gyro_fs; /* x gyro avg */
1210 if (lltmp < 0) lltmp += 1LL << 32;
1211 UINT_TO_CHARS(&dataStore[ptr], (uint32_t)lltmp);
1213 lltmp = (long)gyro_biases[1] * 2 * test_setup.gyro_fs; /* y gyro avg */
1214 if (lltmp < 0) lltmp += 1LL << 32;
1215 UINT_TO_CHARS(&dataStore[ptr], (uint32_t)lltmp);
1217 lltmp
[all...]

Completed in 150 milliseconds