Home
last modified time | relevance | path

Searched refs:atan2f (Results 1 – 16 of 16) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
Dmlarray.c306 (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/
Dhal_outputs.c400 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()
Dml_math_func.c60 angW = -atan2f(q2[2], q2[1]); in inv_compass_angle()
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dhal_outputs.c446 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()
Dml_math_func.c60 angW = -atan2f(q2[2], q2[1]); in inv_compass_angle()
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
DAKFS_Math.h43 #define AKFS_ATAN2(y, x) atan2f((y), (x))
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Ddatalogger_outputs.c185 *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/
Dmlmath.h70 #define atan2f(x,y) ml_atan2(x,y) macro
/hardware/invensense/60xx/mlsdk/platform/include/
Dmlmath.h82 #define atan2f(x,y) ml_atan2(x,y) macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmlmath.h70 #define atan2f(x,y) ml_atan2(x,y) macro
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmlmath.h70 #define atan2f(x,y) ml_atan2(x,y) macro
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
Dhal_outputs.c279 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()
Dml_math_func.c60 angW = -atan2f(q2[2], q2[1]); in inv_compass_angle()
/hardware/invensense/60xx/libsensors/
DMPLSensor.cpp732 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/
DSensorListener.cpp65 orient = (int) atan2f(-x, y) * RADIANS_2_DEG; in sensor_events_listener()
/hardware/ti/omap4-aah/camera/
DSensorListener.cpp63 orient = (int) atan2f(-x, y) * RADIANS_2_DEG; in sensor_events_listener()