Home
last modified time | relevance | path

Searched refs:tanl (Results 1 – 8 of 8) sorted by relevance

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_tan.c82 __weak_reference(tan, tanl);
H A Ds_tanl.c54 tanl(long double x) in tanl() function
/aosp12/bionic/libm/x86/
H A Ds_tan.S287 ALIAS_SYMBOL(tanl, tan);
/aosp12/bionic/libm/
H A Dlibm.map.txt257 tanl; # introduced=21
/aosp12/bionic/tests/headers/posix/
H A Dmath_h.c331 FUNCTION(tanl, long double (*f)(long double)); in math_h()
/aosp12/bionic/libc/include/
H A Dmath.h102 long double tanl(long double __x) __RENAME_LDBL(tan, 3, 21);
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt1048 tanl
/aosp12/bionic/tests/
H A Dmath_test.cpp555 TEST(MATH_TEST, tanl) { in TEST() argument
556 ASSERT_DOUBLE_EQ(0.0L, tanl(0.0L)); in TEST()