Searched refs:scalbnl (Results 1 – 8 of 8) sorted by relevance
/bionic/libm/ |
D | significandl.c | 31 return scalbnl(x, -ilogbl(x)); in significandl()
|
D | libm.map | 235 scalbnl;
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_scalbnl.c | 45 scalbnl (long double x, int n) in scalbnl() function 71 __strong_reference(scalbnl, ldexpl);
|
D | s_scalbln.c | 75 return (scalbnl(x, (int)n)); in scalblnl()
|
D | s_scalbn.c | 65 __weak_reference(scalbn, scalbnl);
|
/bionic/libm/include/ |
D | math.h | 454 long double scalbnl(long double, int);
|
/bionic/tests/ |
D | math_test.cpp | 1133 TEST(math, scalbnl) { in TEST() argument 1134 ASSERT_DOUBLE_EQ(12.0L, scalbnl(3.0L, 2)); in TEST() 1315 ASSERT_DOUBLE_EQ(1024.0L, scalbnl(ldr, exp)); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 874 scalbnl
|