Home
last modified time | relevance | path

Searched refs:sqrtf (Results 1 – 25 of 269) sorted by relevance

1234567891011

/netbsd-src/lib/libm/complex/
H A Dcsqrtf.c50 w = 0.0f + sqrtf(-x) * I; in csqrtf()
55 w = sqrtf(x) + y * I; in csqrtf()
62 r = sqrtf(0.5f * y); in csqrtf()
65 r = sqrtf(-0.5f * y); in csqrtf()
90 t = sqrtf(0.5f * r + 0.5f * x); in csqrtf()
94 r = sqrtf(0.5f * r - 0.5f * x); in csqrtf()
H A Dcatrigf.c116 *rx = sqrtf(x); in do_hard_work()
119 *rx = log1pf(Am1 + sqrtf(Am1 * (A + 1))); in do_hard_work()
121 *rx = x / sqrtf((1 - y) * (1 + y)); in do_hard_work()
123 *rx = log1pf((y - 1) + sqrtf((y - 1) * (y + 1))); in do_hard_work()
126 *rx = logf(A + sqrtf(A * A - 1)); in do_hard_work()
144 *sqrt_A2my2 = sqrtf(x) * sqrtf((A + y) / 2); in do_hard_work()
147 *sqrt_A2my2 = sqrtf(Amy * (A + y)); in do_hard_work()
150 sqrtf((y + 1) * (y - 1)); in do_hard_work()
153 *sqrt_A2my2 = sqrtf((1 - y) * (1 + y)); in do_hard_work()
/netbsd-src/tests/lib/libm/
H A Dt_sqrt.c160 ATF_CHECK(isnan(sqrtf(x)) != 0); in ATF_TC_BODY()
176 float x_sqrt = sqrtf(x[i]); in ATF_TC_BODY()
204 float y = sqrtf(x); in ATF_TC_BODY()
218 float y = sqrtf(x); in ATF_TC_BODY()
233 float y = sqrtf(x); in ATF_TC_BODY()
248 float y = sqrtf(x); in ATF_TC_BODY()
/netbsd-src/lib/libm/src/
H A De_j1f.c70 if(ix>0x80000000) z = (invsqrtpi*cc)/sqrtf(y); in __ieee754_j1f()
75 z = invsqrtpi*(u*cc-v*ss)/sqrtf(y); in __ieee754_j1f()
138 if(ix>0x48000000) z = (invsqrtpi*ss)/sqrtf(x); in __ieee754_y1f()
141 z = invsqrtpi*(u*ss+v*cc)/sqrtf(x); in __ieee754_y1f()
H A De_j0f.c69 if(ix>0x80000000) z = (invsqrtpi*cc)/sqrtf(x); in __ieee754_j0f()
74 z = invsqrtpi*(u*cc-v*ss)/sqrtf(x); in __ieee754_j0f()
146 if(ix>0x80000000) z = (invsqrtpi*ss)/sqrtf(x); in __ieee754_y0f()
151 z = invsqrtpi*(u*ss+v*cc)/sqrtf(x); in __ieee754_y0f()
H A Dw_sqrtf.c29 sqrtf(float x) /* wrapper sqrtf */ in sqrtf() function
H A De_acoshf.c48 return log1pf(t+sqrtf((float)2.0*t+t*t)); in __ieee754_acoshf()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dmath_stubs_float.cc131 sqrtf(float x) in sqrtf() function
145 return s * sqrtf(x * x + y * y); in hypotf()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dmath_stubs_float.cc131 sqrtf(float x) in sqrtf() function
145 return s * sqrtf(x * x + y * y); in hypotf()
/netbsd-src/lib/libm/arch/vax/
H A Dn_sqrt.S128 ENTRY(sqrtf, 0)
133 END(sqrtf)
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/
H A Dmath.h2687 # 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
2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
H A Dmath.h2687 # 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
2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
H A Dmath.h2687 # 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
2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/
H A Dmath.h2687 # 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
2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - "
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dmath.in.h2176 # undef sqrtf
2177 # define sqrtf rpl_sqrtf
2179 _GL_FUNCDECL_RPL (sqrtf, float, (float x));
2180 _GL_CXXALIAS_RPL (sqrtf, float, (float x));
2183 # undef sqrtf
2184 _GL_FUNCDECL_SYS (sqrtf, float, (float x));
2186 _GL_CXXALIAS_SYS (sqrtf, float, (float x));
2188 _GL_CXXALIASWARN (sqrtf);
2190 # undef sqrtf
2192 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
H A Dmath.h2687 # 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
2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
H A Dmath.h2687 # 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
2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
H A Dmath.h2687 # 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
2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
H A Dmath.h2687 # 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
2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
H A Dmath.h2687 # 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
2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/gnulib/import/
H A Dmath.h2687 # 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
2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
H A Dmath.h2687 # 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
2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
H A Dmath.h2687 # 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
2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
H A Dmath.h2687 # 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
2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
H A Dmath.h2687 # 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
2703 _GL_WARN_ON_USE (sqrtf, "sqrtf is unportable - "

1234567891011