Searched refs:tanl (Results 1 - 5 of 5) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_tan.c82 __weak_reference(tan, tanl);
H A Ds_tanl.c52 tanl(long double x) function
/bionic/libm/include/
H A Dmath.h459 long double tanl(long double);
/bionic/libm/x86/
H A Ds_tan.S287 ALIAS_SYMBOL(tanl, tan);
/bionic/tests/
H A Dmath_test.cpp396 TEST(math, tanl) {
397 ASSERT_DOUBLE_EQ(0.0L, tanl(0.0L));

Completed in 133 milliseconds