Home
last modified time | relevance | path

Searched refs:asinf (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/firmware/lib/libm/
Dwf_asin.c26 float asinf(float x) /* wrapper asinf */ in asinf() function
28 float asinf(x) /* wrapper asinf */ in asinf()
68 return (double) asinf((float) x);
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
Dnanohub_math.h22 #define asinf arm_asinf macro
/device/google/dragon/audio/hal/dsp/
Ddrc_math.h183 return asinf(x) * TWO_OVER_PI_FLOAT; in warp_asinf()
/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c464 tilt_tmp = (int)(asinf(z / magnitude) * RADIANS_TO_DEGREES); in add_samples()
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
Dmath_private.h707 #define __ieee754_asinf asinf
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c408 float z = asinf(R.elem[0][2]) * kRad2deg; in updateOutput()