HomeSort by relevance Sort by last modified time
    Searched refs:RAD_TO_MDEG (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_cal.c 227 CAL_ENCODE_FLOAT(bias_x * RAD_TO_MDEG, 3),
228 CAL_ENCODE_FLOAT(bias_y * RAD_TO_MDEG, 3),
229 CAL_ENCODE_FLOAT(bias_z * RAD_TO_MDEG, 3),
477 gyro_cal->gyro_stillness_detect.prev_mean_x * RAD_TO_MDEG, 3),
479 gyro_cal->gyro_stillness_detect.prev_mean_y * RAD_TO_MDEG, 3),
481 gyro_cal->gyro_stillness_detect.prev_mean_z * RAD_TO_MDEG, 3),
757 CAL_ENCODE_FLOAT(gyro_cal->stillness_mean_delta_limit * RAD_TO_MDEG,
762 RAD_TO_MDEG,
767 RAD_TO_MDEG,
772 RAD_TO_MDEG,
    [all...]
  /device/google/contexthub/firmware/os/algos/common/math/
macros.h 62 #define RAD_TO_MDEG (180.0e3f / NANO_PI)
  /device/google/contexthub/firmware/os/algos/calibration/over_temp/
over_temp_cal.c 291 RAD_TO_MDEG);
    [all...]

Completed in 74 milliseconds