Searched refs:sqrtl (Results 1 – 16 of 16) sorted by relevance
51 return logl(2.0L*x-one/(x+sqrtl(t-one))); in acoshl()54 return log1pl(t+sqrtl(2.0L*t+t*t)); in acoshl()
56 w = logl (2.0L * t + one / (sqrtl (x * x + one) + t)); in asinhl()61 w = log1pl (u.value + t / (one + sqrtl (one + t))); in asinhl()
104 w = sqrtl(t1*t1-(b*(-b)-t2*(a+t1))); in hypotl()113 w = sqrtl(t1*yy1-(w*(-w)-(t1*y2+t2*b))); in hypotl()
263 return sqrtl (x); in powl()
48 return logl(2.0l*x-one/(x+sqrtl(t-one))); in acoshl()51 return log1pl(t+sqrtl(2.0l*t+t*t)); in acoshl()
46 w = logl(2.0l*t+one/(sqrtl(x*x+one)+t)); in asinhl()49 w =log1pl(fabsl(x)+t/(one+sqrtl(one+t))); in asinhl()
105 w = sqrtl(t1*t1-(b*(-b)-t2*(a+t1))); in hypotl()115 w = sqrtl(t1*yy1-(w*(-w)-(t1*y2+t2*b))); in hypotl()
96 t = sqrtl((a + hypotl(a, b)) * 0.5L); in csqrtl()99 t = sqrtl((-a + hypotl(a, b)) * 0.5L); in csqrtl()
68 s = sqrtl(z); in acosl()74 s = sqrtl(z); in acosl()
58 s = sqrtl(t); in asinl()
76 sqrtl(long double x) in sqrtl() function
19 long double z = sqrtl((x * x) + (y * y)); in hypotl()
236 l1 = sqrtl (l1); in main()254 l1 = sqrtl (l1); in main()
21402 long double y = sqrtl(sqrtl_vec[i].x); in test_sqrtl()
535 extern long double sqrtl (long double);
1024 (sqrtl): Add prototype.1030 * libm/common/sqrtl.c (sqrtl): Likewise.6407 * libm/common/sqrtl.c: Likewise.6495 (sqrtl, fmodl, hypotl, copysignl, nanl, ilogbl, asinhl, cbrt): Ditto.6523 * libm/common/sqrtl.c: Likewise.