Searched refs:sqrtf (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/lib/msun/amd64/
H A De_sqrtf.S30 ENTRY(sqrtf)
33 END(sqrtf)
/freebsd-11-stable/lib/msun/i387/
H A De_sqrtf.S11 ENTRY(sqrtf)
15 END(sqrtf)
/freebsd-11-stable/lib/msun/sparc64/
H A De_sqrtf.S30 ENTRY(sqrtf)
33 END(sqrtf)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dsfsqrt_opt.S79 Q6_ALIAS(sqrtf)
80 FAST_ALIAS(sqrtf)
81 FAST2_ALIAS(sqrtf)
/freebsd-11-stable/lib/msun/src/
H A De_acosf.c59 s = sqrtf(z);
66 s = sqrtf(z);
H A Dcatrigf.c103 *rx = sqrtf(x);
106 *rx = log1pf(Am1 + sqrtf(Am1 * (A + 1)));
108 *rx = x / sqrtf((1 - y) * (1 + y));
110 *rx = log1pf((y - 1) + sqrtf((y - 1) * (y + 1)));
113 *rx = logf(A + sqrtf(A * A - 1));
131 *sqrt_A2my2 = sqrtf(x) * sqrtf((A + y) / 2);
134 *sqrt_A2my2 = sqrtf(Amy * (A + y));
137 sqrtf((y + 1) * (y - 1));
140 *sqrt_A2my2 = sqrtf((
[all...]
H A Ds_ctanhf.c73 rho = sqrtf(1 + s * s);
H A De_j0f.c70 if(ix>0x58000000) z = (invsqrtpi*cc)/sqrtf(x); /* |x|>2**49 */
73 z = invsqrtpi*(u*cc-v*ss)/sqrtf(x);
142 if(ix>0x58000000) z = (invsqrtpi*ss)/sqrtf(x); /* |x|>2**49 */
145 z = invsqrtpi*(u*ss+v*cc)/sqrtf(x);
H A De_j1f.c71 if(ix>0x58000000) z = (invsqrtpi*cc)/sqrtf(y); /* |x|>2**49 */
74 z = invsqrtpi*(u*cc-v*ss)/sqrtf(y);
135 if(ix>0x58000000) z = (invsqrtpi*ss)/sqrtf(x); /* |x|>2**49 */
138 z = invsqrtpi*(u*ss+v*cc)/sqrtf(x);
H A Dmath.h372 float sqrtf(float);
H A Dmath_private.h765 #define __ieee754_sqrtf sqrtf
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_sqrt.c144 * sqrtf(3)
149 atf_tc_set_md_var(tc, "descr", "Test sqrtf(NaN) == NaN");
157 ATF_CHECK(isnan(sqrtf(x)) != 0);
163 atf_tc_set_md_var(tc, "descr", "Test sqrtf(3) vs. powf(3)");
175 y = sqrtf(x[i]);
179 atf_tc_fail_nonfatal("sqrtf(%0.03f) != "
187 atf_tc_set_md_var(tc, "descr", "Test sqrtf(-Inf) == NaN");
193 float y = sqrtf(x);
201 atf_tc_set_md_var(tc, "descr", "Test sqrtf(+Inf) == +Inf");
207 float y = sqrtf(
[all...]
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dstubs.c243 sqrtf(float x) function
267 return s * sqrtf(x * x + y * y);
H A Dmathconf.h294 # define sqrtf(x) sqrt (x) macro
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h292 /* Define to 1 if you have the `sqrtf' function. */
1076 # define sqrtf _sqrtf macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h156 __DEVICE__ float sqrt(float __x) { return ::sqrtf(__x); }
467 using ::sqrtf;
H A Dtgmath.h497 __tg_sqrt(float __x) {return sqrtf(__x);}
H A D__clang_cuda_device_functions.h1760 __DEVICE__ float sqrtf(float __a) { return __nv_sqrtf(__a); } function
/freebsd-11-stable/lib/msun/
H A DMakefile247 MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 cbrtl.3 sqrt.3 sqrtf.3 \
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h1061 extern float sqrtf(float);
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h123 float sqrtf(float x);
1078 inline _LIBCPP_INLINE_VISIBILITY float sqrt(float __lcpp_x) _NOEXCEPT {return ::sqrtf(__lcpp_x);}
/freebsd-11-stable/usr.sbin/moused/
H A Dmoused.c999 length = sqrtf((fdx * fdx) + (fdy * fdy)); /* Pythagoras */
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2336 return Dur(sqrtf(accum / (v.size() - 1)));
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure17779 echo "$as_me:$LINENO: checking for sqrtf declaration" >&5
17780 echo $ECHO_N "checking for sqrtf declaration... $ECHO_C" >&6
17808 sqrtf(0);
17858 for ac_func in sqrtf
[all...]

Completed in 196 milliseconds