Searched refs:scalbnl (Results 1 - 14 of 14) sorted by path

/haiku/headers/posix/
H A Dmath.h305 extern long double scalbnl(long double x, int n);
/haiku/src/system/libroot/posix/musl/math/
H A Dexp2l.c252 return scalbnl(r, k.i);
617 return scalbnl(r, k.i);
H A Dexpl.c120 return scalbnl(x, k);
H A Dexpm1l.c113 px = scalbnl(1.0, k);
H A Dfmal.c125 return scalbnl(sum.hi, scale);
234 zs = scalbnl(zs, -spread);
260 return xy.hi + vzs + scalbnl(xy.lo, spread);
277 ret = scalbnl(r.hi + adj, spread);
289 return scalbnl(r.hi + adj, spread);
H A Dldexpl.c5 return scalbnl(x, n);
H A Dpowl.c402 z = scalbnl(z, i); /* multiply by integer power of 2 */
H A Dscalblnl.c17 return scalbnl(x, n);
H A Dscalbnl.c4 long double scalbnl(long double x, int n) function
9 long double scalbnl(long double x, int n) function
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dldexpl.s1 # see scalbnl.s
H A Dscalblnl.s1 # see scalbnl.s
H A Dscalbnl.s11 .global scalbnl
12 .type scalbnl,@function
13 scalbnl: label
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2371 void scalbnl() {} function
H A Dlibroot_stubs_legacy.c2353 void scalbnl() {} function

Completed in 115 milliseconds