Searched defs:asinf (Results 1 - 2 of 2) sorted by relevance

/device/google/contexthub/firmware/lib/libm/
H A Dwf_asin.c18 * wrapper asinf(x)
26 float asinf(float x) /* wrapper asinf */ function
28 float asinf(x) /* wrapper asinf */
40 /* asinf(|x|>1) */
42 exc.name = "asinf";
68 return (double) asinf((float) x);
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
H A Dnanohub_math.h22 #define asinf arm_asinf macro

Completed in 50 milliseconds