Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dmath.h49 long double atanl(long double);
/ndk/sources/android/support/src/
Dmath_support.c56 __attribute__((weak)) long double atanl(long double x) { return atan((double)x); } in atanl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath60 long double atanl(long double x);
710 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __x) _NOEXCEPT {return atanl(__x);}
1619 using ::atanl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp38 static_assert((std::is_same<decltype(atanl(0)), long double>::value), ""); in test_atan()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp82 static_assert((std::is_same<decltype(std::atanl(0)), long double>::value), ""); in test_atan()