Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dmath.h59 long double tanl(long double);
/ndk/sources/android/support/src/
Dmath_support.c66 __attribute__((weak)) long double tanl(long double x) { return tan((double)x); } in tanl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath132 long double tanl(long double x);
1024 inline _LIBCPP_INLINE_VISIBILITY long double tan(long double __x) _NOEXCEPT {return tanl(__x);}
1637 using ::tanl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp185 static_assert((std::is_same<decltype(tanl(0)), long double>::value), ""); in test_tan()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp420 static_assert((std::is_same<decltype(std::tanl(0)), long double>::value), ""); in test_tan()