Home
last modified time | relevance | path

Searched refs:sqrtl (Results 1 – 25 of 37) sorted by path

12

/illumos-gate/usr/src/boot/include/
H A Dmath.h494 long double sqrtl(long double);
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Dmath161 "\001sqrt", (Math_f)(uintptr_t)sqrtl,
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dmath161 "\001sqrt", (Math_f)(uintptr_t)sqrtl,
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dmath161 "\001sqrt", (Math_f)(uintptr_t)sqrtl,
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Dmath161 "\001sqrt", (Math_f)(uintptr_t)sqrtl,
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h354 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)
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com306 sqrtl.o \
708 ../common/Q/sqrtl.c \
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dsqrtl.S32 LIBM_ANSI_PRAGMA_WEAK(sqrtl,function)
34 ENTRY(sqrtl) function
39 SET_SIZE(sqrtl)
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dacoshl.c49 t = sqrtl(x - one); in acoshl()
50 return (log1pl(t * (t + sqrtl(x + one)))); in acoshl()
H A Dasinhl.c57 return (copysignl(log1pl(w + w / (t + sqrtl(one + t * t))), x)); in asinhl()
H A Dhypotl.c97 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 Dj0l.c122 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 Dj1l.c118 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 Djnl.c130 b = invsqrtpi*temp/sqrtl(x); in jnl()
302 b = invsqrtpi*temp/sqrtl(x); in ynl()
H A Dlongdouble.h127 extern long double sqrtl(long double);
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dacoshl.c49 t = sqrtl(x - one); in acoshl()
50 return (log1pl(t * (t + sqrtl(x + one)))); in acoshl()
H A Dacosl.c58 x = atanl(sqrtl((one - x) / (one + x))); in acosl()
H A Dasinhl.c57 return (copysignl(log1pl(w + w / (t + sqrtl(one + t * t))), x)); in asinhl()
H A Dasinl.c69 return (atanl(x / sqrtl(one - x * x))); in asinl()
73 return (atanl(x / sqrtl(w - t * t))); in asinl()
H A Dhypotl.c111 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 Dj0l.c115 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 Dj1l.c114 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 Djnl.c130 b = invsqrtpi*temp/sqrtl(x); in jnl()
301 b = invsqrtpi*temp/sqrtl(x); in ynl()
H A Dlongdouble.h128 extern long double sqrtl(long double);
H A Dpowl.c219 return (sqrtl(x)); in powl()

12