Searched defs:tan (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dtan.s29 .file "tan.s"
32 LIBM_ANSI_PRAGMA_WEAK(tan,function)
35 ENTRY(tan) function
51 SET_SIZE(tan)
/illumos-gate/usr/src/lib/libm/common/C/
H A Dtan.c30 #pragma weak __tan = tan
34 * tan(x)
48 tan(double x) { function
60 /* tan(Inf or NaN) is NaN */
/illumos-gate/usr/src/head/iso/
H A Dmath_iso.h71 extern double tan __P((double));
94 #pragma does_not_read_global_data(cos, sin, tan, cosh, sinh, tanh)
99 #pragma does_not_write_global_data(cos, sin, tan, cosh, sinh, tanh)
104 #pragma no_side_effect(cos, sin, tan, cosh, sinh, tanh)
187 inline float tan(float __X) { return __tanf(__X); } function
219 inline long double tan(long double __X) { return __tanl(__X); } function
/illumos-gate/usr/src/head/
H A Dtgmath.h56 #undef tan macro
57 #define tan(x) __tgmath_tan(x) macro
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c75 #pragma weak tan = __tan macro

Completed in 62 milliseconds