Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dmath.h81 long int lrintl(long double);
/ndk/sources/android/support/src/
Dmath_support.c88 __attribute__((weak)) long int lrintl(long double x) { return lrint((double)x); } in lrintl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath242 long lrintl(long double x);
1406 inline _LIBCPP_INLINE_VISIBILITY long lrint(long double __x) _NOEXCEPT {return lrintl(__x);}
1663 using ::lrintl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp508 static_assert((std::is_same<decltype(lrintl(0)), long>::value), ""); in test_lrint()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp1061 static_assert((std::is_same<decltype(std::lrintl(0)), long>::value), ""); in test_lrint()