HomeSort by: relevance | last modified time | path
    Searched refs:sqrtl (Results 1 - 15 of 15) sorted by relevancy

  /src/lib/libm/src/
w_sqrtl.c 17 * wrapper sqrtl(x)
26 __weak_alias(sqrtl, _sqrtl)
29 sqrtl(long double x) /* wrapper sqrtl */
38 return __kernel_standard(x,x,226); /* sqrtl(negative) */
w_sqrt.c 28 __weak_alias(sqrtl, _sqrtl)
e_acoshl.c 85 RETURNI(logl(2.0*x-one/(x+sqrtl(t-one))));
88 RETURNI(log1pl(t+sqrtl(2.0*t+t*t)));
s_asinhl.c 86 w = logl(2.0*t+one/(sqrtl(x*x+one)+t));
89 w =log1pl(fabsl(x)+t/(one+sqrtl(one+t)));
e_acosl.c 88 s = sqrtl(z);
94 s = sqrtl(z);
e_hypotl.c 115 w = sqrtl(t1*t1-(b*(-b)-t2*(a+t1)));
125 w = sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b)));
e_asinl.c 80 s = sqrtl(t);
namespace.h 102 #define sqrtl _sqrtl macro
  /src/lib/libm/complex/
csqrtl.c 102 t = sqrtl((a + hypotl(a, b)) * 0.5L);
105 t = sqrtl((-a + hypotl(a, b)) * 0.5L);
catrigl.c 150 *rx = sqrtl(x);
153 *rx = log1pl(Am1 + sqrtl(Am1*(A+1)));
155 *rx = x/sqrtl((1-y)*(1+y));
157 *rx = log1pl((y-1) + sqrtl((y-1)*(y+1)));
160 *rx = logl(A + sqrtl(A*A-1));
177 *sqrt_A2my2 = sqrtl(x)*sqrtl((A+y)/2);
180 *sqrt_A2my2 = sqrtl(Amy*(A+y));
183 sqrtl((y+1)*(y-1));
186 *sqrt_A2my2 = sqrtl((1-y)*(1+y))
    [all...]
  /src/tests/lib/libm/
t_sqrt.c 255 * sqrtl(3)
260 atf_tc_set_md_var(tc, "descr", "Test sqrtl(NaN) == NaN");
268 ATF_CHECK(isnan(sqrtl(x)) != 0);
274 atf_tc_set_md_var(tc, "descr", "Test sqrtl(3) vs. powl(3)");
284 long double x_sqrt = sqrtl(x[i]);
295 atf_tc_fail_nonfatal("sqrtl(%.35Lg) = %.35Lg != "
305 atf_tc_set_md_var(tc, "descr", "Test sqrtl(-Inf) == NaN");
311 long double y = sqrtl(x);
319 atf_tc_set_md_var(tc, "descr", "Test sqrtl(+Inf) == +Inf");
325 long double y = sqrtl(x)
    [all...]
  /src/lib/libm/arch/vax/
n_sqrt.S 37 WEAK_ALIAS(sqrtl, sqrt)
  /src/include/
math.h 398 long double sqrtl(long double);
  /src/lib/libm/ld128/
e_powl.c 233 return sqrtl (x);
  /src/lib/libm/
Makefile 552 MLINKS+=sqrt.3 sqrtf.3 sqrt.3 sqrtl.3 \

Completed in 18 milliseconds