/hardware/invensense/60xx/mlsdk/mllite/ |
D | mlarray.c | 306 (atan2f(rotMatrix[7], rotMatrix[8]) * 57.29577951308) * in inv_get_euler_angles_x() 311 (atan2f(rotMatrix[3], rotMatrix[0]) * 57.29577951308) * in inv_get_euler_angles_x() 364 (atan2f(rotMatrix[8], rotMatrix[6]) * 57.29577951308f) * in inv_get_euler_angles_y() 369 (atan2f(rotMatrix[4], rotMatrix[1]) * 57.29577951308f) * in inv_get_euler_angles_y() 422 (atan2f(rotMatrix[6], rotMatrix[7]) * 57.29577951308) * in inv_get_euler_angles_z() 427 (atan2f(rotMatrix[5], rotMatrix[2]) * 57.29577951308) * in inv_get_euler_angles_z() 716 (float)(atan2f(rotMatrix[4], rotMatrix[1]) * 57.29577951308 - in inv_get_heading() 720 (float)(atan2f(rotMatrix[5], rotMatrix[2]) * 57.29577951308 + in inv_get_heading() 1649 (float)(atan2f(rotMatrix[7], in inv_get_euler_angles_x_float() 1653 (float)(atan2f(rotMatrix[3], rotMatrix[0]) * 57.29577951308); in inv_get_euler_angles_x_float() [all …]
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | hal_outputs.c | 400 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg; in google_orientation_geomagnetic() 401 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg; in google_orientation_geomagnetic() 433 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg; in google_orientation_6_axis() 434 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg; in google_orientation_6_axis() 464 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg; in google_orientation() 465 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg; in google_orientation()
|
D | ml_math_func.c | 60 angW = -atan2f(q2[2], q2[1]); in inv_compass_angle()
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | hal_outputs.c | 446 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg; in google_orientation_geomagnetic() 447 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg; in google_orientation_geomagnetic() 479 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg; in google_orientation_6_axis() 480 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg; in google_orientation_6_axis() 510 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg; in google_orientation() 511 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg; in google_orientation()
|
D | ml_math_func.c | 60 angW = -atan2f(q2[2], q2[1]); in inv_compass_angle()
|
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
D | AKFS_Math.h | 43 #define AKFS_ATAN2(y, x) atan2f((y), (x))
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
D | datalogger_outputs.c | 185 *mag_north = atan2f((float) t1, (float) t2) * 180.f / (float) M_PI; in inv_get_sensor_type_compass_float() 191 *true_north = atan2f((float) t1, (float) t2) * 180.f / (float) M_PI; in inv_get_sensor_type_compass_float()
|
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 70 #define atan2f(x,y) ml_atan2(x,y) macro
|
/hardware/invensense/60xx/mlsdk/platform/include/ |
D | mlmath.h | 82 #define atan2f(x,y) ml_atan2(x,y) macro
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 70 #define atan2f(x,y) ml_atan2(x,y) macro
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 70 #define atan2f(x,y) ml_atan2(x,y) macro
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
D | hal_outputs.c | 279 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg; in google_orientation() 280 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg; in google_orientation()
|
D | ml_math_func.c | 60 angW = -atan2f(q2[2], q2[1]); in inv_compass_angle()
|
/hardware/invensense/60xx/libsensors/ |
D | MPLSensor.cpp | 732 values[0] = (float) atan2f(-R[3], R[0]); in calcOrientationSensor() 734 values[0] = (float) atan2f(R[1], R[4]); in calcOrientationSensor() 755 values[2] = (float) atan2f(R[6], R[7]); in calcOrientationSensor() 757 values[2] = (float) atan2f(R[6], R[8]); in calcOrientationSensor()
|
/hardware/ti/omap4xxx/camera/ |
D | SensorListener.cpp | 65 orient = (int) atan2f(-x, y) * RADIANS_2_DEG; in sensor_events_listener()
|
/hardware/ti/omap4-aah/camera/ |
D | SensorListener.cpp | 63 orient = (int) atan2f(-x, y) * RADIANS_2_DEG; in sensor_events_listener()
|