Home
last modified time | relevance | path

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

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_scalbnl.c43 scalbnl (long double x, int n) in scalbnl() function
71 __strong_reference(scalbnl, ldexpl);
H A Ds_scalbln.c55 return (scalbnl(x, (n > NMAX) ? NMAX : (n < NMIN) ? NMIN : (int)n)); in scalblnl()
H A Ds_scalbn.c65 __weak_reference(scalbn, scalbnl);
/aosp12/bionic/libm/
H A Dsignificandl.c31 return scalbnl(x, -ilogbl(x)); in significandl()
H A Dlibm.map.txt235 scalbnl;
/aosp12/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A De_powl.c436 z = scalbnl (z, n); /* subnormal output */ in powl()
/aosp12/bionic/tests/headers/posix/
H A Dmath_h.c313 FUNCTION(scalbnl, long double (*f)(long double, int)); in math_h()
/aosp12/bionic/libc/include/
H A Dmath.h178 long double scalbnl(long double __x, int __exponent) __RENAME_LDBL(scalbn, 3, 3);
/aosp12/bionic/tests/
H A Dmath_test.cpp1381 TEST(MATH_TEST, scalbnl) { in TEST() argument
1382 ASSERT_DOUBLE_EQ(12.0L, scalbnl(3.0L, 2)); in TEST()
1587 ASSERT_DOUBLE_EQ(1024.0L, scalbnl(ldr, exp)); in TEST()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt874 scalbnl