| /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/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| math_stubs_long_double.cc | 131 sqrtl(long double x) function 145 return s * sqrtl(x * x + y * y);
|
| /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/external/gpl3/gcc.old/dist/libquadmath/math/ |
| sqrtq.c | 40 y = (__float128) sqrtl (xl);
|
| /src/lib/libm/arch/vax/ |
| n_sqrt.S | 37 WEAK_ALIAS(sqrtl, sqrt)
|
| /src/include/ |
| math.h | 398 long double sqrtl(long double);
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64/ |
| symver-config.h | 370 /* Define to 1 if you have the `sqrtl' function. */ 1378 # define sqrtl _sqrtl macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64eb/ |
| symver-config.h | 370 /* Define to 1 if you have the `sqrtl' function. */ 1378 # define sqrtl _sqrtl macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/ |
| symver-config.h | 370 /* Define to 1 if you have the `sqrtl' function. */ 1378 # define sqrtl _sqrtl macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/ |
| symver-config.h | 404 /* Define to 1 if you have the `sqrtl' function. */ 1357 # define sqrtl _sqrtl macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/ |
| symver-config.h | 377 /* Define to 1 if you have the `sqrtl' function. */ 1300 # define sqrtl _sqrtl macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/ |
| symver-config.h | 370 /* Define to 1 if you have the `sqrtl' function. */ 1378 # define sqrtl _sqrtl macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/ |
| symver-config.h | 370 /* Define to 1 if you have the `sqrtl' function. */ 1378 # define sqrtl _sqrtl macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhf/ |
| symver-config.h | 370 /* Define to 1 if you have the `sqrtl' function. */ 1378 # define sqrtl _sqrtl macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/ |
| symver-config.h | 370 /* Define to 1 if you have the `sqrtl' function. */ 1378 # define sqrtl _sqrtl macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4/ |
| symver-config.h | 370 /* Define to 1 if you have the `sqrtl' function. */ 1378 # define sqrtl _sqrtl macro
|