Searched refs:sqrtl (Results 1 - 25 of 30) sorted by relevance
12
/illumos-gate/usr/src/lib/libm/amd64/src/ |
H A D | sqrtl.s | 29 .file "sqrtl.s" 32 LIBM_ANSI_PRAGMA_WEAK(sqrtl,function) 34 ENTRY(sqrtl) function 39 SET_SIZE(sqrtl)
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | sqrtl.s | 29 .file "sqrtl.s" 32 LIBM_ANSI_PRAGMA_WEAK(sqrtl,function) 34 ENTRY(sqrtl) function 39 SET_SIZE(sqrtl)
|
H A D | libm_inlines.h | 309 sqrtl(long double ld) function
|
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | csqrtl.c | 32 #include "libm.h" /* fabsl/isinfl/sqrtl */ 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(a [all...] |
H A D | casinl.c | 32 #include "libm.h" /* asinl/atanl/fabsl/isinfl/log1pl/logl/sqrtl */ 152 LD_IM(ans) = logl(x + sqrtl((x - one) * (x + 156 LD_IM(ans) = log1pl(xm1 + sqrtl(xm1 * (x + 163 LD_IM(ans) = y / sqrtl((one + x) * (one - x)); 169 LD_IM(ans) = logl(x + sqrtl((x - one) * (x + 172 LD_IM(ans) = log1pl((x - one) + sqrtl((x - 176 t = sqrtl(y); 189 A = sqrtl(one + y * y); 199 R = sqrtl(xp1 * xp1 + y2); 200 S = sqrtl(xm [all...] |
H A D | cacosl.c | 32 #include "libm.h" /* acosl/atanl/fabsl/isinfl/log1pl/logl/sqrtl */ 180 LD_IM(ans) = logl(x + sqrtl((x - one) * (x + 184 LD_IM(ans) = log1pl(xm1 + sqrtl(xm1 * (x + 193 LD_IM(ans) = y / sqrtl((one + x) * (one - x)); 208 t = sqrtl((x - one) * (x + one)); 216 t = sqrtl(y); 230 A = sqrtl(one + y * y); 240 R = sqrtl(xp1 * xp1 + y2); 241 S = sqrtl(xm1 * xm1 + y2); 250 LD_RE(ans) = atan2l(sqrtl(hal [all...] |
/illumos-gate/usr/src/lib/libm/common/LD/ |
H A D | acoshl.c | 49 t = sqrtl(x - one); 50 return (log1pl(t * (t + sqrtl(x + one))));
|
H A D | asinhl.c | 57 return (copysignl(log1pl(w + w / (t + sqrtl(one + t * t))), x));
|
H A D | hypotl.c | 97 x = sqrtl(t1 * t1 - (y * (-y) - t2 * (x + t1))); 108 x = sqrtl(t1 * y1 - (w * (-w) - (t2 * y1 + y2 * x)));
|
H A D | longdouble.h | 127 extern long double sqrtl(long double);
|
H A D | jnl.c | 118 b = invsqrtpi*temp/sqrtl(x); 263 b = invsqrtpi*temp/sqrtl(x);
|
H A D | j0l.c | 122 return (invsqrtpi*cc)/sqrtl(x); 124 return (invsqrtpi*(u*cc-v*ss)/sqrtl(x)); 207 return (invsqrtpi*ss)/sqrtl(x); 208 return (invsqrtpi*(pzero(x)*ss+qzero(x)*cc)/sqrtl(x));
|
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));
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | acoshl.c | 49 t = sqrtl(x - one); 50 return (log1pl(t * (t + sqrtl(x + one))));
|
H A D | asinl.c | 69 return (atanl(x / sqrtl(one - x * x))); 73 return (atanl(x / sqrtl(w - t * t)));
|
H A D | acosl.c | 58 x = atanl(sqrtl((one - x) / (one + x)));
|
H A D | asinhl.c | 57 return (copysignl(log1pl(w + w / (t + sqrtl(one + t * t))), x));
|
H A D | hypotl.c | 111 x = sqrtl(t1 * t1 - (y * (-y) - t2 * (x + t1))); 122 x = sqrtl(t1 * y1 - (w * (-w) - (t2 * y1 + y2 * x)));
|
H A D | longdouble.h | 128 extern long double sqrtl(long double);
|
H A D | jnl.c | 121 b = invsqrtpi*temp/sqrtl(x); 267 b = invsqrtpi*temp/sqrtl(x);
|
H A D | sqrtl.c | 30 #pragma weak __sqrtl = sqrtl 397 sqrtl(long double ldx) function
|
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 | powl.c | 219 return (sqrtl(x));
|
/illumos-gate/usr/src/head/iso/ |
H A D | math_c99.h | 357 extern long double sqrtl __P((long double)); 449 #pragma does_not_read_global_data(cbrtl, fabsl, hypotl, powl, sqrtl) 461 #pragma does_not_write_global_data(cbrtl, fabsl, hypotl, powl, sqrtl) 511 #pragma no_side_effect(cbrtl, fabsl, hypotl, powl, sqrtl)
|
Completed in 119 milliseconds
12