Searched refs:scalbnl (Results 1 – 10 of 10) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_scalbnl.c | 43 scalbnl (long double x, int n) in scalbnl() function 71 __strong_reference(scalbnl, ldexpl);
|
D | s_scalbln.c | 55 return (scalbnl(x, (n > NMAX) ? NMAX : (n < NMIN) ? NMIN : (int)n)); in scalblnl()
|
D | s_scalbn.c | 65 __weak_reference(scalbn, scalbnl);
|
/bionic/libm/ |
D | significandl.c | 31 return scalbnl(x, -ilogbl(x)); in significandl()
|
D | libm.map.txt | 235 scalbnl;
|
/bionic/tests/headers/posix/ |
D | math_h.c | 313 FUNCTION(scalbnl, long double (*f)(long double, int)); in math_h()
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | e_powl.c | 436 z = scalbnl (z, n); /* subnormal output */ in powl()
|
/bionic/libc/include/ |
D | math.h | 180 long double scalbnl(long double __x, int __exponent) __RENAME_LDBL(scalbn, 3, 3);
|
/bionic/tests/ |
D | math_test.cpp | 1381 TEST(MATH_TEST, scalbnl) { in TEST() argument 1382 ASSERT_DOUBLE_EQ(12.0L, scalbnl(3.0L, 2)); in TEST() 1563 ASSERT_DOUBLE_EQ(1024.0L, scalbnl(ldr, exp)); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 874 scalbnl
|