OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumIterations
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
Bench.h
17
UInt64
NumIterations
;
19
CBenchInfo():
NumIterations
(0) {}
33
UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64
numIterations
);
51
UInt32
numIterations
,
ArchiveCommandLine.h
95
UInt32
NumIterations
;
/external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp
348
unsigned
NumIterations
= 0;
352
Basis != Candidates.rend() &&
NumIterations
< MaxNumIterations;
353
++Basis, ++
NumIterations
) {
/external/clang/include/clang/AST/
StmtOpenMP.h
490
Expr *
NumIterations
;
509
/// \brief EnsureUpperBound -- expression LB = min(LB,
NumIterations
).
530
NumIterations
!= nullptr && PreCond != nullptr &&
[
all
...]
Completed in 98 milliseconds