/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfo.cpp | 157 calculate(F, BPI, LI); in BlockFrequencyInfo() 184 void BlockFrequencyInfo::calculate(const Function &F, in calculate() function in BlockFrequencyInfo 189 BFI->calculate(F, BPI, LI); in calculate() 328 BFI.calculate(F, BPI, LI); in runOnFunction() 338 BFI.calculate(F, BP, LI); in run()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBlockFrequencyInfo.cpp | 207 calculate(F, MBPI, MLI); in MachineBlockFrequencyInfo() 231 void MachineBlockFrequencyInfo::calculate( in calculate() function in MachineBlockFrequencyInfo 236 MBFI->calculate(F, MBPI, MLI); in calculate() 252 MBFI.calculate(F, MBPI, MLI); in runOnMachineFunction()
|
H A D | MachineLoopInfo.cpp | 63 LI.calculate(getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree()); in runOnMachineFunction() 78 void MachineLoopInfo::calculate(MachineDominatorTree &MDT) { in calculate() function in MachineLoopInfo
|
H A D | LazyMachineBlockFrequencyInfo.cpp | 88 OwnedMBFI->calculate(*MF, MBPI, *MLI); in calculateIfNotAvailable()
|
H A D | MachineRegionInfo.cpp | 71 calculate(F); in recalculate()
|
/freebsd/contrib/bc/manuals/ |
H A D | algorithms.md | 78 to calculate `sin(x)` and `cos(x)`. It also uses the relation 84 to calculate `cos(x)`. It has a complexity of `O(n^3)`. 102 to calculate `e^x`. Since this only works when `x` is small, it uses 124 (where `a` is equal to `(x - 1)/(x + 1)`) to calculate `ln(x)` when `x` is small 147 to calculate `atan(x)` for small `x` and the relation 167 to calculate the bessel function (integer order only). 175 to calculate the bessel when `x < 0`, It has a complexity of `O(n^3)`. 247 because now we have the correct `scale`. And we *also* have to calculate the 250 Then we need to calculate the fractional portion of the number. We do this by 252 calculate `e((y - a) * l(x))`, where `a` is the integer portion of `y`. It's
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_MD-SHA1.pod | 30 This parameter is set by libssl in order to calculate a signature hash for an 35 The digest implementation should calculate the complete digest as per RFC6101
|
H A D | EVP_MD-MD5-SHA1.pod | 32 This parameter is set by libssl in order to calculate a signature hash for an 37 The digest implementation should calculate the complete digest as per RFC6101
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineLoopInfo.h | 111 explicit MachineLoopInfo(MachineDominatorTree &MDT) { calculate(MDT); } in MachineLoopInfo() 132 void calculate(MachineDominatorTree &MDT);
|
H A D | LiveIntervalCalc.h | 61 void calculate(LiveInterval &LI, bool TrackSubRegs);
|
H A D | MachineDominators.h | 109 explicit MachineDominatorTree(MachineFunction &MF) { calculate(MF); } in MachineDominatorTree() 133 void calculate(MachineFunction &F);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 98 calculate(); in ReachabilityGraph() 136 void calculate() { in calculate() function in __anon5f812d3b0111::ReachabilityGraph 196 calculate(); in LoopBlocks() 207 void calculate() { in calculate() function in __anon5f812d3b0111::LoopBlocks
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopPeel.cpp | 178 PeelCounter calculate(const Value &); 207 PhiAnalyzer::PeelCounter PhiAnalyzer::calculate(const Value &V) { in calculate() function in __anon41601d4e0111::PhiAnalyzer 228 PeelCounter Iterations = calculate(*Input); in calculate() 236 PeelCounter LHS = calculate(*I->getOperand(0)); in calculate() 239 PeelCounter RHS = calculate(*I->getOperand(1)); in calculate() 246 return (IterationsToInvariance[I] = calculate(*I->getOperand(0))); in calculate() 258 PeelCounter ToInvariance = calculate(PHI); in calculateIterationsToPeel()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericIteratedDominanceFrontier.h | 103 void calculate(SmallVectorImpl<NodeTy *> &IDFBlocks); 131 void IDFCalculatorBase<NodeTy, IsPostDom>::calculate( in calculate() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DominanceFrontier.h | 138 calculate(DT, DT[this->Roots[0]]); in analyze() 141 const DomSetType &calculate(const DomTreeT &DT, const DomTreeNodeT *Node);
|
H A D | LazyBranchProbabilityInfo.h | 66 BPI.calculate(*F, *LI, TLI, nullptr, nullptr); in getCalculated()
|
H A D | LazyBlockFrequencyInfo.h | 50 BFI.calculate( in getCalculated()
|
H A D | BranchProbabilityInfo.h | 121 calculate(F, LI, TLI, DT, PDT); 207 void calculate(const Function &F, const LoopInfo &LI,
|
/freebsd/share/examples/kld/khelp/ |
H A D | README | 3 stack to calculate a per-connection count of inbound and outbound packets when
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | PKCS5_PBKDF2_HMAC.pod | 27 function will calculate the length of B<pass> using strlen(). 31 attempt to calculate the length of the B<salt> because it is not assumed to
|
H A D | PKCS12_PBE_keyivgen.pod | 55 function will calculate the length of I<pass> using strlen(). 59 attempt to calculate the length of the I<salt> because it is not assumed to
|
H A D | OCSP_response_status.pod | 56 stored as a SHA1 hash. To calculate the hash the SHA1 algorithm is fetched using 68 with the X509 certificate I<cert> based on the SHA1 hash. To calculate the hash
|
/freebsd/contrib/ntp/scripts/calc_tickadj/ |
H A D | calc_tickadj.texi | 11 Project, that is used calculate optimal tick value based on given drift file.
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | LiveDebugValues.cpp | 123 MDT.calculate(MF); in runOnMachineFunction()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/ |
H A D | bclone.cfg | 26 # TODO: We should calculate that based on ashift.
|