Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dscalbnl.S32 LIBM_ANSI_PRAGMA_WEAK(scalbnl,function)
34 ENTRY(scalbnl) function
44 SET_SIZE(scalbnl)
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dscalbnl.S32 LIBM_ANSI_PRAGMA_WEAK(scalbnl,function)
34 ENTRY(scalbnl) function
42 SET_SIZE(scalbnl)
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dscalbl.c64 z = scalbnl(x, 65000);
66 z = scalbnl(x, -65000);
69 z = scalbnl(x, n);
H A Dcbrtl.c56 y = scalbnl(x, -m3); in cbrtl()
65 t = scalbnl(t, m); in cbrtl()
H A Dsignificandl.c39 return (scalbnl(x, -ilogbl(x))); in significandl()
H A Dsinhl.c85 r = scalbnl(r, 16383); in sinhl()
H A Dcoshl.c106 return (scalbnl(expl((w - lnovft) - lnovlo), 16383)); in coshl()
H A D__rem_pio2l.c61 z = scalbnl(z, -e0); in __rem_pio2l()
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dscalbl.c60 z = scalbnl(x, 65000); in scalbl()
62 z = scalbnl(x, -65000); in scalbl()
65 z = scalbnl(x, n); in scalbl()
H A Dexp2l.c76 return (scalbnl(expl(ln2 * (x - t)), (int) t)); in exp2l()
78 return (scalbnl(one, unflexp)); /* underflow */ in exp2l()
80 return (scalbnl(one, ovflexp)); /* overflow */ in exp2l()
H A Dexp10l.c96 return (scalbnl(expl(ln10 * ((x - t * logt2hi) - in exp10l()
99 return (scalbnl(one, -50000)); /* underflow */ in exp10l()
101 return (scalbnl(one, 50000)); /* overflow */ in exp10l()
H A Dexpl.c110 return (scalbnl(x, 20000)); in expl()
114 return (scalbnl(-x, -40000)); in expl()
125 return (scalbnl(x, m)); in expl()
H A Dpowl.c273 return (scalbnl(-one, 20000)); in powl()
275 return (scalbnl(one, 20000)); in powl()
281 return (scalbnl(-one, -20000)); in powl()
283 return (scalbnl(one, -20000)); in powl()
310 z = scalbnl(z, m); in powl()
H A Dcbrtl.c53 y = scalbnl(x, -m3); in cbrtl()
62 t = scalbnl(t, m); in cbrtl()
H A Dscalbnl.c30 #pragma weak __scalbnl = scalbnl
58 scalbnl(long double x, int n) { in scalbnl() function
H A Dhypotl.c140 t1 = scalbnl(one, 16381); in hypotl()
143 return (scalbnl(one, -16381) * hypotl(x, y)); in hypotl()
H A Dsignificandl.c39 return (scalbnl(x, -ilogbl(x))); in significandl()
H A Dlog2l.c62 x = scalbnl(x, -n); in log2l()
H A Dsinhl.c87 r = scalbnl(r, ME); in sinhl()
H A Dlog10l.c98 x = scalbnl(x, -n); in log10l()
H A Dcoshl.c105 return (scalbnl(expl((w - MEP1 * ln2hi) - MEP1 * ln2lo), ME)); in coshl()
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dccoshl.c71 LD_RE(ans) = scalbnl(C * t, n - 1); in ccoshl()
72 LD_IM(ans) = scalbnl(S * t, n - 1); in ccoshl()
H A Dcexpl.c81 LD_RE(ans) = scalbnl(t * c, n); in cexpl()
82 LD_IM(ans) = scalbnl(t * s, n); in cexpl()
H A Dcsinhl.c71 LD_RE(ans) = scalbnl(C * t, n - 1); in csinhl()
72 LD_IM(ans) = scalbnl(S * t, n - 1); in csinhl()
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dldexpl.c36 return (scalbnl(x, n)); in ldexpl()

12