Home
last modified time | relevance | path

Searched refs:sqrt (Results 126 – 150 of 204) sorted by relevance

123456789

/freebsd/sys/tools/sound/
H A Dfeeder_rate_mkfilter.awk261 w = I0(beta * sqrt(1.0 - (x * x))) / ibeta;
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat-macros590 2^31*sqrt(`a'/2^31), where `a' is considered an integer. If bit 0 of `aExp'
591 is 0, the integer returned approximates 2^31*sqrt(`a'/2^30). In either
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h313 __DEVICE__ double sqrt(double __a) { return __nv_sqrt(__a); } in sqrt() function
H A D__clang_hip_math.h1087 double sqrt(double __x) { return __builtin_sqrt(__x); }
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td467 // sqrt.[ds], sqrt.ps
H A DMipsInstrFPU.td541 def FSQRT_S : MMRel, StdMMR6Rel, ABSS_FT<"sqrt.s", FGR32Opnd, FGR32Opnd,
543 defm FSQRT : ABSS_M<"sqrt.d", II_SQRT_D, fsqrt>, ABSS_FM<0x4, 17>, ISA_MIPS2;
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h430 double getSD() const { return sqrt(m2 / sampleCount); } in getSD()
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dremez.jl431 one_over_phi = 2 / (1 + sqrt(BigFloat(5)))
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt135 fun:sqrt=functional
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1905 Function *FSqrt = Intrinsic::getDeclaration(CI->getModule(), Intrinsic::sqrt, in optimizeCAbs()
2133 Intrinsic::getDeclaration(M, Intrinsic::sqrt, V->getType()); in getSqrtCall()
2550 Callee->getIntrinsicID() == Intrinsic::sqrt)) in optimizeSqrt()
2603 Function *Sqrt = Intrinsic::getDeclaration(M, Intrinsic::sqrt, ArgType); in optimizeSqrt()
3727 case Intrinsic::sqrt: in optimizeCall()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1561 case Intrinsic::sqrt: in canConstantFoldCallTo()
2226 case Intrinsic::sqrt: in ConstantFoldScalarCall1()
2227 return ConstantFoldFP(sqrt, APF, Ty); in ConstantFoldScalarCall1()
2383 return ConstantFoldFP(sqrt, APF, Ty); in ConstantFoldScalarCall1()
H A DVectorUtils.cpp67 case Intrinsic::sqrt: // Begin floating-point. in isTriviallyVectorizable()
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js2118 smallHyp = Math.sqrt( pow(base, 2) + pow(height, 2) ),
2121 hyp[2] = Math.sqrt( pow(hyp[0], 2) - pow(this.border, 2) );
2122 hyp[3] = Math.sqrt( pow(hyp[1], 2) - pow(this.border, 2) );
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1169 APInt APInt::sqrt() const { in sqrt() function in APInt
1195 uint64_t(::round(::sqrt(double(isSingleWord() ? U.VAL in sqrt()
2919 APInt SQ = D.sqrt(); in SolveQuadraticEquationWrap()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp325 case Intrinsic::sqrt: { in expandPredicationToFPCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp434 Function *Sqrt = Intrinsic::getDeclaration(M, Intrinsic::sqrt, Ty); in foldSqrt()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def126 HANDLE_LIBCALL(SQRT_F64, "sqrt")
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1094 if (DenII && DenII->getIntrinsicID() == Intrinsic::sqrt && in visitFDiv()
2019 case Intrinsic::sqrt: in visitIntrinsicInst()
/freebsd/lib/libc/softfloat/
H A Dsoftfloat.txt254 Each function takes two operands, except for `sqrt' which takes only one.
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td1115 def INT_NVVM_SQRT_RN_FTZ_F : F_MATH_1<"sqrt.rn.ftz.f32 \t$dst, $src0;",
1117 def INT_NVVM_SQRT_RN_F : F_MATH_1<"sqrt.rn.f32 \t$dst, $src0;", Float32Regs,
1119 def INT_NVVM_SQRT_RZ_FTZ_F : F_MATH_1<"sqrt.rz.ftz.f32 \t$dst, $src0;",
1121 def INT_NVVM_SQRT_RZ_F : F_MATH_1<"sqrt.rz.f32 \t$dst, $src0;", Float32Regs,
1123 def INT_NVVM_SQRT_RM_FTZ_F : F_MATH_1<"sqrt.rm.ftz.f32 \t$dst, $src0;",
1125 def INT_NVVM_SQRT_RM_F : F_MATH_1<"sqrt.rm.f32 \t$dst, $src0;", Float32Regs,
1127 def INT_NVVM_SQRT_RP_FTZ_F : F_MATH_1<"sqrt.rp.ftz.f32 \t$dst, $src0;",
1129 def INT_NVVM_SQRT_RP_F : F_MATH_1<"sqrt.rp.f32 \t$dst, $src0;", Float32Regs,
1133 def INT_NVVM_SQRT_APPROX_F : F_MATH_1<"sqrt.approx.f32 \t$dst, $src0;",
1136 def INT_NVVM_SQRT_RN_D : F_MATH_1<"sqrt.rn.f64 \t$dst, $src0;", Float64Regs,
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def2067 /// double sqrt(double x);
2068 TLI_DEFINE_ENUM_INTERNAL(sqrt)
2069 TLI_DEFINE_STRING_INTERNAL("sqrt")
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1725 APInt sqrt() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp501 ChainNum = (unsigned)sqrt((double)EleNum); in prepareBasesForCommoningChains()
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c261 TFUNC(at_d,rt_d, sqrt, ULPUNIT/2),
/freebsd/usr.bin/diff/
H A Ddiffreg.c631 sq = sqrt(n); in stone()

123456789