Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libm/common/C/
H A Dtan.c48 tan(double x) { in tan() function
/titanic_51/usr/src/head/iso/
H A Dmath_iso.h187 inline float tan(float __X) { return __tanf(__X); } in tan() function
219 inline long double tan(long double __X) { return __tanl(__X); } in tan() function
/titanic_51/usr/src/head/
H A Dtgmath.h57 #define tan(x) __tgmath_tan(x) macro
/titanic_51/usr/src/lib/libm1/common/
H A Dlibmv1.c75 #pragma weak tan = __tan macro