Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dmath.h70 long long int llrintl(long double);
/ndk/sources/android/support/src/
Dmath_support.c77 __attribute__((weak)) long long int llrintl(long double x) { return llrint((double)x); } in llrintl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath222 long long llrintl(long double x);
1341 inline _LIBCPP_INLINE_VISIBILITY long long llrint(long double __x) _NOEXCEPT {return llrintl(__x);}
1658 using ::llrintl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp468 static_assert((std::is_same<decltype(llrintl(0)), long long>::value), ""); in test_llrint()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp971 static_assert((std::is_same<decltype(std::llrintl(0)), long long>::value), ""); in test_llrint()