Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/lib/libm/
Dwf_atan2.c25 float atan2f(float y, float x) /* wrapper atan2f */ in atan2f() function
27 float atan2f(y,x) /* wrapper atan2 */ in atan2f()
43 return (double) atan2f((float) y, (float) x);
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
Dnanohub_math.h42 float atan2f(float, float);
46 return atan2f(x, sqrtf(1.0f - x * x)); in arm_asinf()
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c406 float x = atan2f(-R.elem[0][1], R.elem[0][0]) * kRad2deg; in updateOutput()
407 float y = atan2f(-R.elem[1][2], R.elem[2][2]) * kRad2deg; in updateOutput()
/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c499 orientation_angle = (int)(-atan2f(-x, y) * RADIANS_TO_DEGREES); in add_samples()
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
Dmath_private.h708 #define __ieee754_atan2f atan2f