Searched refs:tan (Results 1 – 25 of 130) sorted by relevance
123456
45 double tan(double x) in tan() function67 libm_hidden_def(tan)
130 __inline_mathop(__tan, tan)153 __inline_mathop(tan, tan)
42 using std::tan;
73 #undef tan420 using ::tan;423 tan(float __x)427 tan(long double __x)433 tan(_Tp __x)
213 return (float) tan(x); in tanf()
213 return tan((double) x); in tanl()
Completed in 16 milliseconds