Searched refs:scalbn (Results 1 - 15 of 15) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/x86/
H A Dldexp.s1 # see scalbn.s
H A Dscalbln.s1 # see scalbn.s
H A Dscalbn.s11 .global scalbn
12 .type scalbn,@function
13 scalbn: label
/haiku/src/system/libroot/posix/musl/math/
H A Dldexp.c5 return scalbn(x, n);
H A Dsignificand.c6 return scalbn(x, -ilogb(x));
H A Dscalb.c15 * should use scalbn() instead.
32 if ( fn > 65000.0) return scalbn(x, 65000);
33 if (-fn > 65000.0) return scalbn(x,-65000);
34 return scalbn(x,(int)fn);
H A Dscalbln.c10 return scalbn(x, n);
H A Dscalbn.c4 double scalbn(double x, int n) function
H A Dscalbnl.c6 return scalbn(x, n);
H A D__rem_pio2_large.c37 * z = scalbn(z,-e0)
70 * double scalbn(), floor();
309 z = scalbn(z,q0); /* actual value of z */
345 z -= scalbn(1.0,q0);
376 z = scalbn(z,-q0);
388 fw = scalbn(1.0,q0);
H A Dfma.c182 return scalbn(r, e);
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h276 __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
/haiku/headers/posix/
H A Dmath.h247 extern double scalbn(double x, int y);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2369 void scalbn() {} function
H A Dlibroot_stubs_legacy.c2351 void scalbn() {} function

Completed in 264 milliseconds