Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dmath.h77 long double nearbyintl(long double);
/ndk/sources/android/support/src/
Dmath_support.c84 __attribute__((weak)) long double nearbyintl(long double x) { return nearbyint((double)x); } in nearbyintl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath254 long double nearbyintl(long double x);
1445 …LIBCPP_INLINE_VISIBILITY long double nearbyint(long double __x) _NOEXCEPT {return nearbyintl(__x);}
1666 using ::nearbyintl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp531 static_assert((std::is_same<decltype(nearbyintl(0)), long double>::value), ""); in test_nearbyint()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp1104 static_assert((std::is_same<decltype(std::nearbyintl(0)), long double>::value), ""); in test_nearbyint()