Home
last modified time | relevance | path

Searched refs:scalblnf (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/android/support/tests/
Dmath_unittest.cc41 TEST(math, scalblnf) { in TEST() argument
42 EXPECT_EQ((float)16., scalblnf((float)2.0, (long int)3)); in TEST()
/ndk/sources/android/support/src/musl-math/
Dscalblnf.c4 float scalblnf(float x, long n) in scalblnf() function
/ndk/sources/android/support/
DAndroid.mk164 src/musl-math/scalblnf.c \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath281 float scalblnf(float x, long ex);
1566 using ::scalblnf;
1568 …NE_VISIBILITY float scalbln(float __x, long __y) _NOEXCEPT {return scalblnf(__x, __y);}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp588 static_assert((std::is_same<decltype(scalblnf(0, (long)0)), float>::value), ""); in test_scalbln()
/ndk/sources/cxx-stl/llvm-libc++/
Dexport_symbols.txt2274 scalblnf;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp1242 static_assert((std::is_same<decltype(std::scalblnf(0, (long)0)), float>::value), ""); in test_scalbln()
/ndk/docs/text/
DCHANGES.text82 > 10. Added scalbln, scalblnf, and scalblnl to x86's libm.so for API >= 18