/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | csqrtl.c | 77 LD_RE(ans) = sqrtl(ax); 80 LD_IM(ans) = sqrtl(ax); 90 t = sqrtl(ax); 94 t = two4500 * sqrtl(ax + sqrtl(ax * ax + y * y)); 98 t = twom4500 * sqrtl(ax + sqrtl(ax * ax + y * y)); 100 t = sqrtl(half * (ax + sqrtl(ax * ax + y * y))); 117 t = sqrtl(half * ay); 119 t = sqrtl(half * ay + half * ax); 121 t = half * (sqrtl(two * (ax + ay))); 123 t = sqrtl(half * (ax + ay)); [all …]
|
H A D | casinl.c | 152 LD_IM(ans) = logl(x + sqrtl((x - one) * (x + in casinl() 156 LD_IM(ans) = log1pl(xm1 + sqrtl(xm1 * (x + in casinl() 163 LD_IM(ans) = y / sqrtl((one + x) * (one - x)); in casinl() 169 LD_IM(ans) = logl(x + sqrtl((x - one) * (x + in casinl() 172 LD_IM(ans) = log1pl((x - one) + sqrtl((x - in casinl() 176 t = sqrtl(y); in casinl() 189 A = sqrtl(one + y * y); in casinl() 199 R = sqrtl(xp1 * xp1 + y2); in casinl() 200 S = sqrtl(xm1 * xm1 + y2); in casinl() 208 LD_RE(ans) = atanl(x / sqrtl(half * Apx * (y2 / in casinl() [all …]
|
H A D | cacosl.c | 180 LD_IM(ans) = logl(x + sqrtl((x - one) * (x + in cacosl() 184 LD_IM(ans) = log1pl(xm1 + sqrtl(xm1 * (x + in cacosl() 193 LD_IM(ans) = y / sqrtl((one + x) * (one - x)); in cacosl() 208 t = sqrtl((x - one) * (x + one)); in cacosl() 216 t = sqrtl(y); in cacosl() 230 A = sqrtl(one + y * y); in cacosl() 240 R = sqrtl(xp1 * xp1 + y2); in cacosl() 241 S = sqrtl(xm1 * xm1 + y2); in cacosl() 250 LD_RE(ans) = atan2l(sqrtl(half * Apx * (y2 / in cacosl() 253 LD_RE(ans) = atan2l((y * sqrtl(half * (Apx / in cacosl() [all …]
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | sqrtl.S | 32 LIBM_ANSI_PRAGMA_WEAK(sqrtl,function) 34 ENTRY(sqrtl) 39 SET_SIZE(sqrtl)
|
H A D | libm_inlines.h | 308 sqrtl(long double ld) in sqrtl() function
|
/illumos-gate/usr/src/lib/libm/amd64/src/ |
H A D | sqrtl.S | 32 LIBM_ANSI_PRAGMA_WEAK(sqrtl,function) 34 ENTRY(sqrtl) 39 SET_SIZE(sqrtl)
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | acoshl.c | 49 t = sqrtl(x - one); in acoshl() 50 return (log1pl(t * (t + sqrtl(x + one)))); in acoshl()
|
H A D | asinl.c | 69 return (atanl(x / sqrtl(one - x * x))); in asinl() 73 return (atanl(x / sqrtl(w - t * t))); in asinl()
|
H A D | j0l.c | 115 if (x>1.0e120L) return (invsqrtpi*cc)/sqrtl(x); 117 return invsqrtpi*(u*cc-v*ss)/sqrtl(x); 199 if (x>1.0e120L) return (invsqrtpi*ss)/sqrtl(x); 200 return invsqrtpi*(pzero(x)*ss+qzero(x)*cc)/sqrtl(x);
|
H A D | j1l.c | 114 if (x>1.0e120L) return (invsqrtpi*cc)/sqrtl(x); 115 d = invsqrtpi*(pone(x)*cc-qone(x)*ss)/sqrtl(x); 196 if (x>1.0e91L) return (invsqrtpi*ss)/sqrtl(x); 197 return invsqrtpi*(pone(x)*ss+qone(x)*cc)/sqrtl(x);
|
H A D | hypotl.c | 111 x = sqrtl(t1 * t1 - (y * (-y) - t2 * (x + t1))); in hypotl() 122 x = sqrtl(t1 * y1 - (w * (-w) - (t2 * y1 + y2 * x))); in hypotl()
|
H A D | jnl.c | 130 b = invsqrtpi*temp/sqrtl(x); in jnl() 301 b = invsqrtpi*temp/sqrtl(x); in ynl()
|
H A D | acosl.c | 58 x = atanl(sqrtl((one - x) / (one + x))); in acosl()
|
H A D | asinhl.c | 57 return (copysignl(log1pl(w + w / (t + sqrtl(one + t * t))), x)); in asinhl()
|
H A D | longdouble.h | 128 extern long double sqrtl(long double);
|
H A D | sqrtl.c | 30 #pragma weak __sqrtl = sqrtl 397 sqrtl(long double ldx) in sqrtl() function
|
H A D | powl.c | 219 return (sqrtl(x)); in powl()
|
/illumos-gate/usr/src/lib/libm/common/LD/ |
H A D | acoshl.c | 49 t = sqrtl(x - one); in acoshl() 50 return (log1pl(t * (t + sqrtl(x + one)))); in acoshl()
|
H A D | hypotl.c | 97 x = sqrtl(t1 * t1 - (y * (-y) - t2 * (x + t1))); in hypotl() 108 x = sqrtl(t1 * y1 - (w * (-w) - (t2 * y1 + y2 * x))); in hypotl()
|
H A D | j0l.c | 122 return (invsqrtpi*cc)/sqrtl(x); 124 return (invsqrtpi*(u*cc-v*ss)/sqrtl(x)); 209 return (invsqrtpi*ss)/sqrtl(x); in y0l() 210 return (invsqrtpi*(pzero(x)*ss+qzero(x)*cc)/sqrtl(x)); in y0l()
|
H A D | j1l.c | 118 return (invsqrtpi*cc)/sqrtl(x); 119 d = invsqrtpi*(pone(x)*cc-qone(x)*ss)/sqrtl(x); 212 return (invsqrtpi*ss)/sqrtl(x); 213 return (invsqrtpi*(pone(x)*ss+qone(x)*cc)/sqrtl(x));
|
H A D | jnl.c | 130 b = invsqrtpi*temp/sqrtl(x); in jnl() 302 b = invsqrtpi*temp/sqrtl(x); in ynl()
|
H A D | asinhl.c | 57 return (copysignl(log1pl(w + w / (t + sqrtl(one + t * t))), x)); in asinhl()
|
H A D | longdouble.h | 127 extern long double sqrtl(long double);
|
/illumos-gate/usr/src/head/iso/ |
H A D | math_c99.h | 354 extern long double sqrtl(long double); 446 #pragma does_not_read_global_data(cbrtl, fabsl, hypotl, powl, sqrtl) 458 #pragma does_not_write_global_data(cbrtl, fabsl, hypotl, powl, sqrtl) 508 #pragma no_side_effect(cbrtl, fabsl, hypotl, powl, sqrtl)
|