| /freebsd-14-stable/lib/msun/src/ |
| HD | catrigf.c | 102 *rx = sqrtf(x); in do_hard_work() 105 *rx = log1pf(Am1 + sqrtf(Am1 * (A + 1))); in do_hard_work() 107 *rx = x / sqrtf((1 - y) * (1 + y)); in do_hard_work() 109 *rx = log1pf((y - 1) + sqrtf((y - 1) * (y + 1))); in do_hard_work() 112 *rx = logf(A + sqrtf(A * A - 1)); in do_hard_work() 130 *sqrt_A2my2 = sqrtf(x) * sqrtf((A + y) / 2); in do_hard_work() 133 *sqrt_A2my2 = sqrtf(Amy * (A + y)); in do_hard_work() 136 sqrtf((y + 1) * (y - 1)); in do_hard_work() 139 *sqrt_A2my2 = sqrtf((1 - y) * (1 + y)); in do_hard_work()
|
| HD | e_acoshf.c | 40 return logf((float)2.0*x-one/(x+sqrtf(t-one))); in acoshf() 43 return log1pf(t+sqrtf((float)2.0*t+t*t)); in acoshf()
|
| HD | s_asinhf.c | 39 w = logf((float)2.0*t+one/(sqrtf(x*x+one)+t)); in asinhf() 42 w =log1pf(fabsf(x)+t/(one+sqrtf(one+t))); in asinhf()
|
| HD | e_j1f.c | 68 if(ix>0x58000000) z = (invsqrtpi*cc)/sqrtf(y); /* |x|>2**49 */ in j1f() 71 z = invsqrtpi*(u*cc-v*ss)/sqrtf(y); in j1f() 132 if(ix>0x58000000) z = (invsqrtpi*ss)/sqrtf(x); /* |x|>2**49 */ in y1f() 135 z = invsqrtpi*(u*ss+v*cc)/sqrtf(x); in y1f()
|
| HD | e_j0f.c | 67 if(ix>0x58000000) z = (invsqrtpi*cc)/sqrtf(x); /* |x|>2**49 */ in j0f() 70 z = invsqrtpi*(u*cc-v*ss)/sqrtf(x); in j0f() 139 if(ix>0x58000000) z = (invsqrtpi*ss)/sqrtf(x); /* |x|>2**49 */ in y0f() 142 z = invsqrtpi*(u*ss+v*cc)/sqrtf(x); in y0f()
|
| HD | e_sqrtf.c | 21 sqrtf(float x) in sqrtf() function 29 sqrtf(float x) in sqrtf() function
|
| HD | e_acosf.c | 62 s = sqrtf(z); in acosf() 69 s = sqrtf(z); in acosf()
|
| HD | e_hypotf.c | 67 w = sqrtf(t1*t1-(b*(-b)-t2*(a+t1))); in hypotf() 74 w = sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b))); in hypotf()
|
| HD | s_ctanhf.c | 72 rho = sqrtf(1 + s * s); in ctanhf()
|
| HD | e_powf.c | 108 return sqrtf(x); in powf()
|
| HD | math.h | 361 float sqrtf(float);
|
| /freebsd-14-stable/contrib/netbsd-tests/lib/libm/ |
| HD | t_sqrt.c | 160 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()
|
| /freebsd-14-stable/lib/msun/i387/ |
| HD | e_sqrtf.S | 9 ENTRY(sqrtf) 13 END(sqrtf)
|
| /freebsd-14-stable/lib/msun/amd64/ |
| HD | e_sqrtf.S | 28 ENTRY(sqrtf) 31 END(sqrtf)
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| HD | sfsqrt_opt.S | 79 Q6_ALIAS(sqrtf) 80 FAST_ALIAS(sqrtf) 81 FAST2_ALIAS(sqrtf)
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/Windows/ |
| HD | explicit_symbols.inc | 89 INLINE_DEF_FLOAT_SYMBOL(sqrtf, 1)
|
| /freebsd-14-stable/lib/msun/ |
| HD | Symbol.map | 59 sqrtf;
|
| HD | Makefile | 269 MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 cbrtl.3 sqrt.3 sqrtf.3 \
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | __clang_cuda_cmath.h | 174 __DEVICE__ float sqrt(float __x) { return ::sqrtf(__x); } in sqrt() 493 using ::sqrtf;
|
| HD | __clang_cuda_math.h | 314 __DEVICE__ float sqrtf(float __a) { return __nv_sqrtf(__a); } in sqrtf() function
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | VecFuncs.def | 32 TLI_DEFINE_VECFUNC("sqrtf", "vsqrtf", FIXED(4), "_ZGV_LLVM_N4v") 476 TLI_DEFINE_VECFUNC("sqrtf", "__svml_sqrtf4", FIXED(4), "_ZGV_LLVM_N4v") 477 TLI_DEFINE_VECFUNC("sqrtf", "__svml_sqrtf8", FIXED(8), "_ZGV_LLVM_N8v") 478 TLI_DEFINE_VECFUNC("sqrtf", "__svml_sqrtf16", FIXED(16), "_ZGV_LLVM_N16v") 710 TLI_DEFINE_VECFUNC("sqrtf", "_ZGVnN4v_sqrtf", FIXED(4), "_ZGV_LLVM_N4v") 868 TLI_DEFINE_VECFUNC("sqrtf", "_ZGVsMxv_sqrtf", SCALABLE(4), MASKED, "_ZGVsMxv") 1151 TLI_DEFINE_VECFUNC("sqrtf", "armpl_vsqrtq_f32", FIXED(4), NOMASK, "_ZGV_LLVM_N4v") 1153 TLI_DEFINE_VECFUNC("sqrtf", "armpl_svsqrt_f32_x", SCALABLE(4), MASKED, "_ZGVsMxv")
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/modules/std.compat/ |
| HD | cmath.inc | 144 using ::sqrtf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/include/ |
| HD | cmath | 126 float sqrtf(float x); 414 using ::sqrtf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/ |
| HD | cmath.inc | 145 using std::sqrtf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| HD | done_abilist.txt | 136 fun:sqrtf=functional
|