Searched refs:gyroNorm (Results 1 – 2 of 2) sorted by relevance
230 double gyroNorm = std::sqrt(gyro.x * gyro.x + gyro.y * gyro.y + gyro.z * gyro.z); in testDirectReport() local232 ASSERT_LE(gyroNorm, GYRO_MAX); // < ~2.5 degree/s in testDirectReport()
1224 double gyroNorm = Math.sqrt(e.x * e.x + e.y * e.y + e.z * e.z); in checkSharedMemoryContent() local1225 assertTrue("gyro norm too large (" + gyroNorm + ") at offset " + offset, in checkSharedMemoryContent()1226 gyroNorm < GYRO_NORM_MAX); in checkSharedMemoryContent()