Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dmath.h60 long double tanhl(long double);
/ndk/sources/android/support/src/
Dmath_support.c67 __attribute__((weak)) long double tanhl(long double x) { return tanh((double)x); } in tanhl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath136 long double tanhl(long double x);
1039 inline _LIBCPP_INLINE_VISIBILITY long double tanh(long double __x) _NOEXCEPT {return tanhl(__x);}
1639 using ::tanhl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp193 static_assert((std::is_same<decltype(tanhl(0)), long double>::value), ""); in test_tanh()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp438 static_assert((std::is_same<decltype(std::tanhl(0)), long double>::value), ""); in test_tanh()