Home
last modified time | relevance | path

Searched defs:atan (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libm/common/C/
H A Datan.c126 atan(double x) { in atan() function
/titanic_41/usr/src/head/iso/
H A Dmath_iso.h167 inline float atan(float __X) { return __atanf(__X); } in atan() function
193 inline long double atan(long double __X) { return __atanl(__X); } in atan() function
/titanic_41/usr/src/head/
H A Dtgmath.h45 #define atan(x) __tgmath_atan(x) macro
/titanic_41/usr/src/lib/libm1/common/
H A Dlibmv1.c35 #pragma weak atan = __atan macro