Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dmath.h80 long double rintl(long double);
/ndk/sources/android/support/src/
Dmath_support.c87 __attribute__((weak)) long double rintl(long double x) { return rint((double)x); } in rintl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath274 long double rintl(long double x);
1543 inline _LIBCPP_INLINE_VISIBILITY long double rint(long double __x) _NOEXCEPT {return rintl(__x);}
1671 using ::rintl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp573 static_assert((std::is_same<decltype(rintl(0)), long double>::value), ""); in test_rint()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp1207 static_assert((std::is_same<decltype(std::rintl(0)), long double>::value), ""); in test_rint()