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

/fuchsia/zircon/third_party/ulib/musl/src/math/
H A Dldexp.c4 return scalbn(x, n);
H A Dsignificand.c5 return scalbn(x, -ilogb(x));
H A Dscalbln.c9 return scalbn(x, n);
H A Dscalbnl.c5 return scalbn(x, n);
H A Dscalbn.c4 double scalbn(double x, int n) { function
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dscalb.c15 * should use scalbn() instead.
33 return scalbn(x, 65000);
35 return scalbn(x, -65000);
36 return scalbn(x, (int)fn);
H A Dexp.c131 return scalbn(y, k);
H A Dfma.c279 return scalbn(sum.hi, scale);
395 zs = scalbn(zs, -spread);
421 return xy.hi + vzs + scalbn(xy.lo, spread);
438 ret = scalbn(r.hi + adj, spread);
450 return scalbn(r.hi + adj, spread);
H A D__rem_pio2_large.c37 * z = scalbn(z,-e0)
70 * double scalbn(), floor();
274 z = scalbn(z, q0); /* actual value of z */
315 z -= scalbn(1.0, q0);
348 z = scalbn(z, -q0);
360 fw = scalbn(1.0, q0);
H A Dpow.c335 z = scalbn(z, n);
H A Dexp2.c247 return scalbn(r, k.i);
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dfloatscan.c290 bias = copysignl(scalbn(1, 2 * LDBL_MANT_DIG - bits - 1), y);
291 frac = fmodl(y, scalbn(1, LDBL_MANT_DIG - bits));
439 bias = copysignl(scalbn(1, 32 + LDBL_MANT_DIG - bits - 1), sign);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dmath.h323 double scalbn(double, int);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk401 $(LOCAL_DIR)/src/math/scalbn.c \

Completed in 223 milliseconds