Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dmath.h64 long double cbrtl(long double);
/ndk/sources/android/support/src/
Dmath_support.c71 __attribute__((weak)) long double cbrtl(long double x) { return cbrt((double)x); } in cbrtl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath170 long double cbrtl(long double x);
1099 inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __x) _NOEXCEPT {return cbrtl(__x);}
1643 using ::cbrtl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp364 static_assert((std::is_same<decltype(cbrtl(0)), long double>::value), ""); in test_cbrt()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp698 static_assert((std::is_same<decltype(std::cbrtl(0)), long double>::value), ""); in test_cbrt()