Searched refs:remainderl (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/android/support/include/ |
D | math.h | 78 long double remainderl(long double, long double);
|
/ndk/sources/android/support/src/ |
D | math_support.c | 85 __attribute__((weak)) long double remainderl(long double x, long double y) { return remainder((doub… in remainderl() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cmath | 266 long double remainderl(long double x, long double y); 1495 …TY long double remainder(long double __x, long double __y) _NOEXCEPT {return remainderl(__x, __y);} 1669 using ::remainderl;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | math_h.pass.cpp | 555 static_assert((std::is_same<decltype(remainderl(0,0)), long double>::value), ""); in test_remainder()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
D | cmath.pass.cpp | 1165 static_assert((std::is_same<decltype(std::remainderl(0,0)), long double>::value), ""); in test_remainder()
|