Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h96 # define coshl cosh macro
118 # define coshl cosh macro
168 # define coshl cosh macro
/ndk/sources/android/support/include/
Dmath.h52 long double coshl(long double);
/ndk/sources/android/support/src/
Dmath_support.c59 __attribute__((weak)) long double coshl(long double x) { return cosh((double)x); } in coshl() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h97 inline long double coshl(long double v) { return __coshl(v); } in coshl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath76 long double coshl(long double x);
781 inline _LIBCPP_INLINE_VISIBILITY long double cosh(long double __x) _NOEXCEPT {return coshl(__x);}
1623 using ::coshl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp70 static_assert((std::is_same<decltype(coshl(0)), long double>::value), ""); in test_cosh()
/ndk/sources/cxx-stl/llvm-libc++/
Dexport_symbols.txt2264 coshl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp158 static_assert((std::is_same<decltype(std::coshl(0)), long double>::value), ""); in test_cosh()