| /src/lib/libm/complex/ |
| csqrtf.c | 50 w = 0.0f + sqrtf(-x) * I; 55 w = sqrtf(x) + y * I; 62 r = sqrtf(0.5f * y); 65 r = sqrtf(-0.5f * y); 90 t = sqrtf(0.5f * r + 0.5f * x); 94 r = sqrtf(0.5f * r - 0.5f * x);
|
| catrigf.c | 116 *rx = sqrtf(x); 119 *rx = log1pf(Am1 + sqrtf(Am1 * (A + 1))); 121 *rx = x / sqrtf((1 - y) * (1 + y)); 123 *rx = log1pf((y - 1) + sqrtf((y - 1) * (y + 1))); 126 *rx = logf(A + sqrtf(A * A - 1)); 144 *sqrt_A2my2 = sqrtf(x) * sqrtf((A + y) / 2); 147 *sqrt_A2my2 = sqrtf(Amy * (A + y)); 150 sqrtf((y + 1) * (y - 1)); 153 *sqrt_A2my2 = sqrtf((1 - y) * (1 + y)) [all...] |
| /src/lib/libm/src/ |
| w_sqrtf.c | 22 * wrapper sqrtf(x) 29 sqrtf(float x) /* wrapper sqrtf */ function 38 /* sqrtf(negative) */
|
| e_acoshf.c | 48 return log1pf(t+sqrtf((float)2.0*t+t*t));
|
| e_j0f.c | 69 if(ix>0x80000000) z = (invsqrtpi*cc)/sqrtf(x); 74 z = invsqrtpi*(u*cc-v*ss)/sqrtf(x); 146 if(ix>0x80000000) z = (invsqrtpi*ss)/sqrtf(x); 151 z = invsqrtpi*(u*ss+v*cc)/sqrtf(x);
|
| e_j1f.c | 70 if(ix>0x80000000) z = (invsqrtpi*cc)/sqrtf(y); 75 z = invsqrtpi*(u*cc-v*ss)/sqrtf(y); 138 if(ix>0x48000000) z = (invsqrtpi*ss)/sqrtf(x); 141 z = invsqrtpi*(u*ss+v*cc)/sqrtf(x);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| math_stubs_float.cc | 131 sqrtf(float x) function 145 return s * sqrtf(x * x + y * y);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| math_stubs_float.cc | 131 sqrtf(float x) function 145 return s * sqrtf(x * x + y * y);
|
| /src/tests/lib/libm/ |
| t_sqrt.c | 147 * sqrtf(3) 152 atf_tc_set_md_var(tc, "descr", "Test sqrtf(NaN) == NaN"); 160 ATF_CHECK(isnan(sqrtf(x)) != 0); 166 atf_tc_set_md_var(tc, "descr", "Test sqrtf(3) vs. powf(3)"); 176 float x_sqrt = sqrtf(x[i]); 187 atf_tc_fail_nonfatal("sqrtf(%.8g) = %.8g != " 198 atf_tc_set_md_var(tc, "descr", "Test sqrtf(-Inf) == NaN"); 204 float y = sqrtf(x); 212 atf_tc_set_md_var(tc, "descr", "Test sqrtf(+Inf) == +Inf"); 218 float y = sqrtf(x) [all...] |
| /src/lib/libm/arch/vax/ |
| n_sqrt.S | 128 ENTRY(sqrtf, 0) function 133 END(sqrtf)
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| math.h | 2687 # undef sqrtf 2688 # define sqrtf rpl_sqrtf 2690 _GL_FUNCDECL_RPL (sqrtf, float, (float x)); 2691 _GL_CXXALIAS_RPL (sqrtf, float, (float x)); 2694 # undef sqrtf 2695 _GL_FUNCDECL_SYS (sqrtf, float, (float x)); 2697 _GL_CXXALIAS_SYS (sqrtf, float, (float x)); 2699 _GL_CXXALIASWARN (sqrtf); 2701 # undef sqrtf macro 2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| math.h | 2687 # undef sqrtf 2688 # define sqrtf rpl_sqrtf 2690 _GL_FUNCDECL_RPL (sqrtf, float, (float x)); 2691 _GL_CXXALIAS_RPL (sqrtf, float, (float x)); 2694 # undef sqrtf 2695 _GL_FUNCDECL_SYS (sqrtf, float, (float x)); 2697 _GL_CXXALIAS_SYS (sqrtf, float, (float x)); 2699 _GL_CXXALIASWARN (sqrtf); 2701 # undef sqrtf macro 2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| math.h | 2687 # undef sqrtf 2688 # define sqrtf rpl_sqrtf 2690 _GL_FUNCDECL_RPL (sqrtf, float, (float x)); 2691 _GL_CXXALIAS_RPL (sqrtf, float, (float x)); 2694 # undef sqrtf 2695 _GL_FUNCDECL_SYS (sqrtf, float, (float x)); 2697 _GL_CXXALIAS_SYS (sqrtf, float, (float x)); 2699 _GL_CXXALIASWARN (sqrtf); 2701 # undef sqrtf macro 2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| math.h | 2687 # undef sqrtf 2688 # define sqrtf rpl_sqrtf 2690 _GL_FUNCDECL_RPL (sqrtf, float, (float x)); 2691 _GL_CXXALIAS_RPL (sqrtf, float, (float x)); 2694 # undef sqrtf 2695 _GL_FUNCDECL_SYS (sqrtf, float, (float x)); 2697 _GL_CXXALIAS_SYS (sqrtf, float, (float x)); 2699 _GL_CXXALIASWARN (sqrtf); 2701 # undef sqrtf macro 2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
| math.h | 2687 # undef sqrtf 2688 # define sqrtf rpl_sqrtf 2690 _GL_FUNCDECL_RPL (sqrtf, float, (float x)); 2691 _GL_CXXALIAS_RPL (sqrtf, float, (float x)); 2694 # undef sqrtf 2695 _GL_FUNCDECL_SYS (sqrtf, float, (float x)); 2697 _GL_CXXALIAS_SYS (sqrtf, float, (float x)); 2699 _GL_CXXALIASWARN (sqrtf); 2701 # undef sqrtf macro 2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
| math.h | 2687 # undef sqrtf 2688 # define sqrtf rpl_sqrtf 2690 _GL_FUNCDECL_RPL (sqrtf, float, (float x)); 2691 _GL_CXXALIAS_RPL (sqrtf, float, (float x)); 2694 # undef sqrtf 2695 _GL_FUNCDECL_SYS (sqrtf, float, (float x)); 2697 _GL_CXXALIAS_SYS (sqrtf, float, (float x)); 2699 _GL_CXXALIASWARN (sqrtf); 2701 # undef sqrtf macro 2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
| math.h | 2687 # undef sqrtf 2688 # define sqrtf rpl_sqrtf 2690 _GL_FUNCDECL_RPL (sqrtf, float, (float x)); 2691 _GL_CXXALIAS_RPL (sqrtf, float, (float x)); 2694 # undef sqrtf 2695 _GL_FUNCDECL_SYS (sqrtf, float, (float x)); 2697 _GL_CXXALIAS_SYS (sqrtf, float, (float x)); 2699 _GL_CXXALIASWARN (sqrtf); 2701 # undef sqrtf macro 2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/ |
| math.h | 2687 # undef sqrtf 2688 # define sqrtf rpl_sqrtf 2690 _GL_FUNCDECL_RPL (sqrtf, float, (float x)); 2691 _GL_CXXALIAS_RPL (sqrtf, float, (float x)); 2694 # undef sqrtf 2695 _GL_FUNCDECL_SYS (sqrtf, float, (float x)); 2697 _GL_CXXALIAS_SYS (sqrtf, float, (float x)); 2699 _GL_CXXALIASWARN (sqrtf); 2701 # undef sqrtf macro 2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/ |
| math.h | 2687 # undef sqrtf 2688 # define sqrtf rpl_sqrtf 2690 _GL_FUNCDECL_RPL (sqrtf, float, (float x)); 2691 _GL_CXXALIAS_RPL (sqrtf, float, (float x)); 2694 # undef sqrtf 2695 _GL_FUNCDECL_SYS (sqrtf, float, (float x)); 2697 _GL_CXXALIAS_SYS (sqrtf, float, (float x)); 2699 _GL_CXXALIASWARN (sqrtf); 2701 # undef sqrtf macro 2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/ |
| math.h | 2687 # undef sqrtf 2688 # define sqrtf rpl_sqrtf 2690 _GL_FUNCDECL_RPL (sqrtf, float, (float x)); 2691 _GL_CXXALIAS_RPL (sqrtf, float, (float x)); 2694 # undef sqrtf 2695 _GL_FUNCDECL_SYS (sqrtf, float, (float x)); 2697 _GL_CXXALIAS_SYS (sqrtf, float, (float x)); 2699 _GL_CXXALIASWARN (sqrtf); 2701 # undef sqrtf macro 2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/ |
| math.h | 2687 # undef sqrtf 2688 # define sqrtf rpl_sqrtf 2690 _GL_FUNCDECL_RPL (sqrtf, float, (float x)); 2691 _GL_CXXALIAS_RPL (sqrtf, float, (float x)); 2694 # undef sqrtf 2695 _GL_FUNCDECL_SYS (sqrtf, float, (float x)); 2697 _GL_CXXALIAS_SYS (sqrtf, float, (float x)); 2699 _GL_CXXALIASWARN (sqrtf); 2701 # undef sqrtf macro 2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/ |
| math.h | 2687 # undef sqrtf 2688 # define sqrtf rpl_sqrtf 2690 _GL_FUNCDECL_RPL (sqrtf, float, (float x)); 2691 _GL_CXXALIAS_RPL (sqrtf, float, (float x)); 2694 # undef sqrtf 2695 _GL_FUNCDECL_SYS (sqrtf, float, (float x)); 2697 _GL_CXXALIAS_SYS (sqrtf, float, (float x)); 2699 _GL_CXXALIASWARN (sqrtf); 2701 # undef sqrtf macro 2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/ |
| math.h | 2687 # undef sqrtf 2688 # define sqrtf rpl_sqrtf 2690 _GL_FUNCDECL_RPL (sqrtf, float, (float x)); 2691 _GL_CXXALIAS_RPL (sqrtf, float, (float x)); 2694 # undef sqrtf 2695 _GL_FUNCDECL_SYS (sqrtf, float, (float x)); 2697 _GL_CXXALIAS_SYS (sqrtf, float, (float x)); 2699 _GL_CXXALIASWARN (sqrtf); 2701 # undef sqrtf macro 2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/ |
| math.h | 2687 # undef sqrtf 2688 # define sqrtf rpl_sqrtf 2690 _GL_FUNCDECL_RPL (sqrtf, float, (float x)); 2691 _GL_CXXALIAS_RPL (sqrtf, float, (float x)); 2694 # undef sqrtf 2695 _GL_FUNCDECL_SYS (sqrtf, float, (float x)); 2697 _GL_CXXALIAS_SYS (sqrtf, float, (float x)); 2699 _GL_CXXALIASWARN (sqrtf); 2701 # undef sqrtf macro 2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/ |
| math.h | 2687 # undef sqrtf 2688 # define sqrtf rpl_sqrtf 2690 _GL_FUNCDECL_RPL (sqrtf, float, (float x)); 2691 _GL_CXXALIAS_RPL (sqrtf, float, (float x)); 2694 # undef sqrtf 2695 _GL_FUNCDECL_SYS (sqrtf, float, (float x)); 2697 _GL_CXXALIAS_SYS (sqrtf, float, (float x)); 2699 _GL_CXXALIASWARN (sqrtf); 2701 # undef sqrtf macro 2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - [all...] |