Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dmath.h83 long double modfl(long double, long double*);
/ndk/sources/android/support/src/
Dmath_support.c90 __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/
Dcmath112 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/
Dmath_h.pass.cpp144 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/
Dcmath.pass.cpp318 static_assert((std::is_same<decltype(std::modfl(0, (long double*)0)), long double>::value), ""); in test_modf()