Home
last modified time | relevance | path

Searched refs:scalbnl (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/android/support/src/musl-math/
Dscalbnl.c4 long double scalbnl(long double x, int n) in scalbnl() function
9 long double scalbnl(long double x, int n) in scalbnl() function
Dscalblnl.c17 return scalbnl(x, n); in scalblnl()
/ndk/sources/android/support/src/wcstox/
Dfloatscan.c329 return scalbnl(y, e2); in decfloat()
441 return scalbnl(y, e2); in hexfloat()
/ndk/sources/android/support/
DAndroid.mk136 src/musl-math/scalbnl.c \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath286 long double scalbnl(long double x, int ex);
1582 …NLINE_VISIBILITY long double scalbn(long double __x, int __y) _NOEXCEPT {return scalbnl(__x, __y);}
1674 using ::scalbnl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp597 static_assert((std::is_same<decltype(scalbnl(0, (int)0)), long double>::value), ""); in test_scalbn()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp1261 static_assert((std::is_same<decltype(std::scalbnl(0, (int)0)), long double>::value), ""); in test_scalbn()