Home
last modified time | relevance | path

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

/external/lib/libm/
A De_atan2.c74 if((hx-0x3ff00000|lx)==0) return atan(y); /* x=1.0 */ in __ieee754_atan2()
117 else z=atan(fabs(y/x)); /* safe to do y/x */ in __ieee754_atan2()
A Ds_atan.c74 atan(double x) in atan() function
124 __weak_reference(atan, atanl);
/external/platform/pico/rp2_common/pico_double/
A Ddouble_none.S52 wrapper_func atan
A Ddouble_math.c274 double WRAPPER_FUNC(atan)(double x) { in WRAPPER_FUNC() argument
/external/lib/libm/include/
A Dmath.h194 double atan(double);

Completed in 5 milliseconds