Home
last modified time | relevance | path

Searched refs:scalbn (Results 1 – 25 of 34) sorted by relevance

12

/titanic_41/usr/src/lib/libm/i386/src/
H A Dscalbn.s32 LIBM_ANSI_PRAGMA_WEAK(scalbn,function)
34 ENTRY(scalbn)
41 SET_SIZE(scalbn)
H A Dlibm_inlines.h269 scalbn(double d, int n) in scalbn() function
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dfmod.c86 scalbn(double x, int n) in scalbn() function
124 double fabs(), scalbn(), copysign(); in fmod()
139 z = scalbn(y, nr - ny - 1); in fmod()
/titanic_41/usr/src/lib/libm/common/C/
H A D__rem_pio2m.c210 z = scalbn(z, q0); /* actual value of z */ in __rem_pio2m()
253 z -= scalbn(one, q0); in __rem_pio2m()
288 z = scalbn(z, -q0); in __rem_pio2m()
301 fw = scalbn(one, q0); in __rem_pio2m()
H A Dscalbn.c29 #pragma weak __scalbn = scalbn
76 scalbn(double x, int n) { in scalbn() function
H A Dsignificand.c47 return (scalbn(x, -ilogb(x))); in significand()
H A Dsinh.c74 r = scalbn(x, 1023); in sinh()
H A Dcosh.c88 return (scalbn(exp(w), 1023)); in cosh()
H A Dexp2.c87 return (scalbn(exp(ln2 * (x - (double)k)), k)); in exp2()
H A Dscalb.c65 z = scalbn(x, n); in scalb()
H A Dexp10.c107 return (scalbn(exp(ln10 * ((x - k * logt2hi) - k * logt2lo)), k)); in exp10()
/titanic_41/usr/src/lib/libm/common/complex/
H A Dcsinh.c115 D_RE(ans) = scalbn(C * t, n - 1); in csinh()
116 D_IM(ans) = scalbn(S * t, n - 1); in csinh()
H A Dccosh.c115 D_RE(ans) = scalbn(C * t, n - 1); in ccosh()
116 D_IM(ans) = scalbn(S * t, n - 1); in ccosh()
H A Dcexp.c107 D_RE(ans) = scalbn(t * c, n); in cexp()
108 D_IM(ans) = scalbn(t * s, n); in cexp()
H A Dcexpf.c83 F_RE(ans) = (float)scalbn(t * (double)c, n); in cexpf()
84 F_IM(ans) = (float)scalbn(t * (double)s, n); in cexpf()
H A Dccoshf.c76 F_RE(ans) = (float)scalbn(C * w, n - 1); in ccoshf()
77 F_IM(ans) = (float)scalbn(S * w, n - 1); in ccoshf()
H A Dcsinhf.c76 F_RE(ans) = (float)scalbn(C * t, n - 1); in csinhf()
77 F_IM(ans) = (float)scalbn(S * t, n - 1); in csinhf()
H A Dcpow.c330 c = scalbn(c, k); in cpow()
331 s = scalbn(s, k); in cpow()
/titanic_41/usr/src/head/
H A Dmath.h309 extern double scalbn __P((double, int));
312 #pragma does_not_read_global_data(copysign, scalbn)
313 #pragma does_not_write_global_data(copysign, scalbn)
314 #pragma no_side_effect(copysign, scalbn)
H A Dtgmath.h148 #undef scalbn
149 #define scalbn(x, i) __tgmath_scalbn(x, i) macro
/titanic_41/usr/src/lib/libm/common/m9x/
H A Dldexp.c46 x = scalbn(x, n); in ldexp()
/titanic_41/usr/src/head/iso/
H A Dmath_c99.h226 extern double scalbn __P((double, int));
403 #pragma does_not_read_global_data(scalbn, scalbln, cbrt)
411 #pragma does_not_write_global_data(scalbn, scalbln, cbrt)
486 #pragma no_side_effect(scalbn, scalbln, cbrt, hypot)
/titanic_41/usr/src/lib/libshell/common/data/
H A Dmath.tab62 f 2 scalbn
/titanic_41/usr/src/lib/libm1/common/
H A Dlibmv1.c69 #pragma weak scalbn = __scalbn macro
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dmath.h136 extern double scalbn();

12