Home
last modified time | relevance | path

Searched refs:scalbnl (Results 1 – 10 of 10) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_scalbnl.c43 scalbnl (long double x, int n) in scalbnl() function
71 __strong_reference(scalbnl, ldexpl);
Ds_scalbln.c55 return (scalbnl(x, (n > NMAX) ? NMAX : (n < NMIN) ? NMIN : (int)n)); in scalblnl()
Ds_scalbn.c65 __weak_reference(scalbn, scalbnl);
/bionic/libm/
Dsignificandl.c31 return scalbnl(x, -ilogbl(x)); in significandl()
Dlibm.map.txt235 scalbnl;
/bionic/tests/headers/posix/
Dmath_h.c313 FUNCTION(scalbnl, long double (*f)(long double, int)); in math_h()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
De_powl.c436 z = scalbnl (z, n); /* subnormal output */ in powl()
/bionic/libc/include/
Dmath.h180 long double scalbnl(long double __x, int __exponent) __RENAME_LDBL(scalbn, 3, 3);
/bionic/tests/
Dmath_test.cpp1381 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/
Dposix-2013.txt874 scalbnl