Searched refs:asinf (Results 1 – 6 of 6) sorted by relevance
26 float asinf(float x) /* wrapper asinf */ in asinf() function28 float asinf(x) /* wrapper asinf */ in asinf()68 return (double) asinf((float) x);
22 #define asinf arm_asinf macro
183 return asinf(x) * TWO_OVER_PI_FLOAT; in warp_asinf()
464 tilt_tmp = (int)(asinf(z / magnitude) * RADIANS_TO_DEGREES); in add_samples()
707 #define __ieee754_asinf asinf
408 float z = asinf(R.elem[0][2]) * kRad2deg; in updateOutput()