Home
last modified time | relevance | path

Searched refs:tan (Results 1 – 6 of 6) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_tan.c54 tan(double x) in tan() function
82 __weak_reference(tan, tanl);
Ds_ctanh.c129 t = tan(y); in ctanh()
/bionic/libm/
Dfake_long_double.c71 long double tanl(long double a1) { return tan(a1); } in tanl()
/bionic/libstdc++/include/
Dcmath47 using ::tan;
/bionic/libm/include/
Dmath.h194 double tan(double);
/bionic/tests/
Dmath_test.cpp304 TEST(math, tan) { in TEST() argument
305 ASSERT_FLOAT_EQ(0.0, tan(0.0)); in TEST()