Searched refs:atan2f (Results 1 – 5 of 5) sorted by relevance
25 float atan2f(float y, float x) /* wrapper atan2f */ in atan2f() function27 float atan2f(y,x) /* wrapper atan2 */ in atan2f()43 return (double) atan2f((float) y, (float) x);
42 float atan2f(float, float);46 return atan2f(x, sqrtf(1.0f - x * x)); in arm_asinf()
347 float x = atan2f(-R.elem[0][1], R.elem[0][0]) * kRad2deg; in updateOutput()348 float y = atan2f(-R.elem[1][2], R.elem[2][2]) * kRad2deg; in updateOutput()
440 orientation_angle = (int)(-atan2f(-x, y) * RADIANS_TO_DEGREES); in add_samples()
708 #define __ieee754_atan2f atan2f