Searched refs:scalbnl (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/android/support/src/musl-math/ |
D | scalbnl.c | 4 long double scalbnl(long double x, int n) in scalbnl() function 9 long double scalbnl(long double x, int n) in scalbnl() function
|
D | scalblnl.c | 17 return scalbnl(x, n); in scalblnl()
|
/ndk/sources/android/support/src/wcstox/ |
D | floatscan.c | 329 return scalbnl(y, e2); in decfloat() 441 return scalbnl(y, e2); in hexfloat()
|
/ndk/sources/android/support/ |
D | Android.mk | 136 src/musl-math/scalbnl.c \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cmath | 286 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/ |
D | math_h.pass.cpp | 597 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/ |
D | cmath.pass.cpp | 1261 static_assert((std::is_same<decltype(std::scalbnl(0, (int)0)), long double>::value), ""); in test_scalbn()
|