Home
last modified time | relevance | path

Searched refs:sqrtl (Results 1 – 16 of 16) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/
De_acoshl.c51 return logl(2.0L*x-one/(x+sqrtl(t-one))); in acoshl()
54 return log1pl(t+sqrtl(2.0L*t+t*t)); in acoshl()
Ds_asinhl.c56 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()
De_hypotl.c104 w = sqrtl(t1*t1-(b*(-b)-t2*(a+t1))); in hypotl()
113 w = sqrtl(t1*yy1-(w*(-w)-(t1*y2+t2*b))); in hypotl()
De_powl.c263 return sqrtl (x); in powl()
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/
De_acoshl.c48 return logl(2.0l*x-one/(x+sqrtl(t-one))); in acoshl()
51 return log1pl(t+sqrtl(2.0l*t+t*t)); in acoshl()
Ds_asinhl.c46 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()
De_hypotl.c105 w = sqrtl(t1*t1-(b*(-b)-t2*(a+t1))); in hypotl()
115 w = sqrtl(t1*yy1-(w*(-w)-(t1*y2+t2*b))); in hypotl()
/picolibc-3.7.0-3.6.0/newlib/libm/complex/
Dcsqrtl.c96 t = sqrtl((a + hypotl(a, b)) * 0.5L); in csqrtl()
99 t = sqrtl((-a + hypotl(a, b)) * 0.5L); in csqrtl()
/picolibc-3.7.0-3.6.0/newlib/libm/ld/common/
De_acosl.c68 s = sqrtl(z); in acosl()
74 s = sqrtl(z); in acosl()
De_asinl.c58 s = sqrtl(t); in asinl()
De_sqrtl.c76 sqrtl(long double x) in sqrtl() function
/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dsl_hypot.c19 long double z = sqrtl((x * x) + (y * y)); in hypotl()
/picolibc-3.7.0-3.6.0/test/
Dmath-funcs.c244 l1 = sqrtl (l1); in main()
262 l1 = sqrtl (l1); in main()
Dlong_double_vec.h20791 long double y = sqrtl(sqrtl_vec[i].x); in test_sqrtl()
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dmath.h541 extern long double sqrtl (long double);
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-20151024 (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.