| /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/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/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/dist/libquadmath/math/ |
| sqrtq.c | 68 y = (__float128) sqrtl (xl);
|
| /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/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| math.h | 2711 # undef sqrtl 2712 # define sqrtl rpl_sqrtl 2714 _GL_FUNCDECL_RPL (sqrtl, long double, (long double x)); 2715 _GL_CXXALIAS_RPL (sqrtl, long double, (long double x)); 2718 # undef sqrtl 2719 _GL_FUNCDECL_SYS (sqrtl, long double, (long double x)); 2721 _GL_CXXALIAS_SYS (sqrtl, long double, (long double x)); 2724 _GL_CXXALIASWARN (sqrtl); 2727 # undef sqrtl macro 2729 _GL_WARN_ON_USE (sqrtl, "sqrtl is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| math.h | 2711 # undef sqrtl 2712 # define sqrtl rpl_sqrtl 2714 _GL_FUNCDECL_RPL (sqrtl, long double, (long double x)); 2715 _GL_CXXALIAS_RPL (sqrtl, long double, (long double x)); 2718 # undef sqrtl 2719 _GL_FUNCDECL_SYS (sqrtl, long double, (long double x)); 2721 _GL_CXXALIAS_SYS (sqrtl, long double, (long double x)); 2724 _GL_CXXALIASWARN (sqrtl); 2727 # undef sqrtl macro 2729 _GL_WARN_ON_USE (sqrtl, "sqrtl is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| math.h | 2711 # undef sqrtl 2712 # define sqrtl rpl_sqrtl 2714 _GL_FUNCDECL_RPL (sqrtl, long double, (long double x)); 2715 _GL_CXXALIAS_RPL (sqrtl, long double, (long double x)); 2718 # undef sqrtl 2719 _GL_FUNCDECL_SYS (sqrtl, long double, (long double x)); 2721 _GL_CXXALIAS_SYS (sqrtl, long double, (long double x)); 2724 _GL_CXXALIASWARN (sqrtl); 2727 # undef sqrtl macro 2729 _GL_WARN_ON_USE (sqrtl, "sqrtl is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| math.h | 2711 # undef sqrtl 2712 # define sqrtl rpl_sqrtl 2714 _GL_FUNCDECL_RPL (sqrtl, long double, (long double x)); 2715 _GL_CXXALIAS_RPL (sqrtl, long double, (long double x)); 2718 # undef sqrtl 2719 _GL_FUNCDECL_SYS (sqrtl, long double, (long double x)); 2721 _GL_CXXALIAS_SYS (sqrtl, long double, (long double x)); 2724 _GL_CXXALIASWARN (sqrtl); 2727 # undef sqrtl macro 2729 _GL_WARN_ON_USE (sqrtl, "sqrtl is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
| math.h | 2711 # undef sqrtl 2712 # define sqrtl rpl_sqrtl 2714 _GL_FUNCDECL_RPL (sqrtl, long double, (long double x)); 2715 _GL_CXXALIAS_RPL (sqrtl, long double, (long double x)); 2718 # undef sqrtl 2719 _GL_FUNCDECL_SYS (sqrtl, long double, (long double x)); 2721 _GL_CXXALIAS_SYS (sqrtl, long double, (long double x)); 2724 _GL_CXXALIASWARN (sqrtl); 2727 # undef sqrtl macro 2729 _GL_WARN_ON_USE (sqrtl, "sqrtl is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
| math.h | 2711 # undef sqrtl 2712 # define sqrtl rpl_sqrtl 2714 _GL_FUNCDECL_RPL (sqrtl, long double, (long double x)); 2715 _GL_CXXALIAS_RPL (sqrtl, long double, (long double x)); 2718 # undef sqrtl 2719 _GL_FUNCDECL_SYS (sqrtl, long double, (long double x)); 2721 _GL_CXXALIAS_SYS (sqrtl, long double, (long double x)); 2724 _GL_CXXALIASWARN (sqrtl); 2727 # undef sqrtl macro 2729 _GL_WARN_ON_USE (sqrtl, "sqrtl is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
| math.h | 2711 # undef sqrtl 2712 # define sqrtl rpl_sqrtl 2714 _GL_FUNCDECL_RPL (sqrtl, long double, (long double x)); 2715 _GL_CXXALIAS_RPL (sqrtl, long double, (long double x)); 2718 # undef sqrtl 2719 _GL_FUNCDECL_SYS (sqrtl, long double, (long double x)); 2721 _GL_CXXALIAS_SYS (sqrtl, long double, (long double x)); 2724 _GL_CXXALIASWARN (sqrtl); 2727 # undef sqrtl macro 2729 _GL_WARN_ON_USE (sqrtl, "sqrtl is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/ |
| math.h | 2711 # undef sqrtl 2712 # define sqrtl rpl_sqrtl 2714 _GL_FUNCDECL_RPL (sqrtl, long double, (long double x)); 2715 _GL_CXXALIAS_RPL (sqrtl, long double, (long double x)); 2718 # undef sqrtl 2719 _GL_FUNCDECL_SYS (sqrtl, long double, (long double x)); 2721 _GL_CXXALIAS_SYS (sqrtl, long double, (long double x)); 2724 _GL_CXXALIASWARN (sqrtl); 2727 # undef sqrtl macro 2729 _GL_WARN_ON_USE (sqrtl, "sqrtl is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/ |
| math.h | 2711 # undef sqrtl 2712 # define sqrtl rpl_sqrtl 2714 _GL_FUNCDECL_RPL (sqrtl, long double, (long double x)); 2715 _GL_CXXALIAS_RPL (sqrtl, long double, (long double x)); 2718 # undef sqrtl 2719 _GL_FUNCDECL_SYS (sqrtl, long double, (long double x)); 2721 _GL_CXXALIAS_SYS (sqrtl, long double, (long double x)); 2724 _GL_CXXALIASWARN (sqrtl); 2727 # undef sqrtl macro 2729 _GL_WARN_ON_USE (sqrtl, "sqrtl is unportable - [all...] |