Searched refs:scalblnl (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/android/support/src/musl-math/ |
D | scalblnl.c | 6 long double scalblnl(long double x, long n) in scalblnl() function 11 long double scalblnl(long double x, long n) in scalblnl() function
|
/ndk/sources/android/support/tests/ |
D | math_unittest.cc | 45 TEST(math, scalblnl) { in TEST() argument 46 EXPECT_EQ((long double)16., scalblnl((long double)2.0, (long int)3)); in TEST()
|
/ndk/sources/android/support/ |
D | Android.mk | 165 src/musl-math/scalblnl.c \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cmath | 282 long double scalblnl(long double x, long ex); 1569 …NE_VISIBILITY long double scalbln(long double __x, long __y) _NOEXCEPT {return scalblnl(__x, __y);} 1673 using ::scalblnl;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | math_h.pass.cpp | 589 static_assert((std::is_same<decltype(scalblnl(0, (long)0)), long double>::value), ""); in test_scalbln()
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | export_symbols.txt | 2275 scalblnl;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
D | cmath.pass.cpp | 1243 static_assert((std::is_same<decltype(std::scalblnl(0, (long)0)), long double>::value), ""); in test_scalbln()
|
/ndk/docs/text/ |
D | CHANGES.text | 82 > 10. Added scalbln, scalblnf, and scalblnl to x86's libm.so for API >= 18
|