Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dmath.h47 long double acosl(long double);
/ndk/sources/android/support/src/
Dmath_support.c54 __attribute__((weak)) long double acosl(long double x) { return acos((double)x); } in acosl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath52 long double acosl(long double x);
680 inline _LIBCPP_INLINE_VISIBILITY long double acos(long double __x) _NOEXCEPT {return acosl(__x);}
1617 using ::acosl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp22 static_assert((std::is_same<decltype(acosl(0)), long double>::value), ""); in test_acos()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp46 static_assert((std::is_same<decltype(std::acosl(0)), long double>::value), ""); in test_acos()