Searched refs:modfl (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/android/support/include/ |
D | math.h | 83 long double modfl(long double, long double*);
|
/ndk/sources/android/support/src/ |
D | math_support.c | 90 __attribute__((weak)) long double modfl(long double x, long double* y) { return modf((double)x, (do… in modfl() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cmath | 112 long double modfl(long double value, long double* iptr); 937 …_VISIBILITY long double modf(long double __x, long double* __y) _NOEXCEPT {return modfl(__x, __y);} 1632 using ::modfl;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | math_h.pass.cpp | 144 static_assert((std::is_same<decltype(modfl(0, (long double*)0)), long double>::value), ""); in test_modf()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
D | cmath.pass.cpp | 318 static_assert((std::is_same<decltype(std::modfl(0, (long double*)0)), long double>::value), ""); in test_modf()
|