Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dmath.h48 long double asinl(long double);
/ndk/sources/android/support/src/
Dmath_support.c55 __attribute__((weak)) long double asinl(long double x) { return asin((double)x); } in asinl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath56 long double asinl(long double x);
695 inline _LIBCPP_INLINE_VISIBILITY long double asin(long double __x) _NOEXCEPT {return asinl(__x);}
1618 using ::asinl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp30 static_assert((std::is_same<decltype(asinl(0)), long double>::value), ""); in test_asin()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp64 static_assert((std::is_same<decltype(std::asinl(0)), long double>::value), ""); in test_asin()