Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libm/common/C/
H A Dacos.c97 acos(double x) { in acos() function
/titanic_50/usr/src/head/iso/
H A Dmath_iso.h165 inline float acos(float __X) { return __acosf(__X); } in acos() function
191 inline long double acos(long double __X) { return __acosl(__X); } in acos() function
/titanic_50/usr/src/head/
H A Dtgmath.h41 #define acos(x) __tgmath_acos(x) macro
/titanic_50/usr/src/lib/libm1/common/
H A Dlibmv1.c31 #pragma weak acos = __acos macro