Home
last modified time | relevance | path

Searched refs:Increasing (Results 1 – 20 of 20) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp844 bool Increasing = MainLoopStructure.IndVarIncreasing; in calculateSubRanges() local
851 if (Increasing) { in calculateSubRanges()
1030 bool Increasing = LS.IndVarIncreasing; in changeIterationSpaceEnd() local
1035 Value *EnterLoopCond = Increasing in changeIterationSpaceEnd()
1045 Increasing ? B.CreateICmpSLT(LS.IndVarNext, ExitSubloopAt) in changeIterationSpaceEnd()
1058 Value *IterationsLeft = Increasing in changeIterationSpaceEnd()
1165 bool Increasing = MainLoopStructure.IndVarIncreasing; in run() local
1177 Increasing ? SR.LowLimit.hasValue() : SR.HighLimit.hasValue(); in run()
1179 Increasing ? SR.HighLimit.hasValue() : SR.LowLimit.hasValue(); in run()
1189 if (Increasing) in run()
[all …]
/external/fio/tools/plot/
Dfio2gnuplot.manpage98 Increasing verbosity
/external/python/cpython2/Objects/
Ddictnotes.txt79 Each additional 8 consumes 1.5 cache lines. Increasing improves
85 Increasing this ratio makes dictionaries more dense resulting
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1112 ICmpInst::Predicate Pred, bool &Increasing);
1124 ICmpInst::Predicate Pred, bool &Increasing);
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.3116 By default Mksquashfs uses 25% of the physical memory. Increasing
/external/llvm/lib/Analysis/
DScalarEvolution.cpp7616 bool &Increasing) { in isMonotonicPredicate() argument
7617 bool Result = isMonotonicPredicateImpl(LHS, Pred, Increasing); in isMonotonicPredicate()
7628 assert(Increasing == !IncreasingSwapped && in isMonotonicPredicate()
7637 bool &Increasing) { in isMonotonicPredicateImpl() argument
7660 Increasing = Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE; in isMonotonicPredicateImpl()
7673 Increasing = Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE; in isMonotonicPredicateImpl()
7678 Increasing = Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE; in isMonotonicPredicateImpl()
7708 bool Increasing; in isLoopInvariantPredicate() local
7709 if (!isMonotonicPredicate(ArLHS, Pred, Increasing)) in isLoopInvariantPredicate()
7730 auto P = Increasing ? Pred : ICmpInst::getInversePredicate(Pred); in isLoopInvariantPredicate()
/external/tensorflow/tensorflow/core/lib/strings/
Dordered_code_test.cc477 TEST(String, Increasing) { in TEST() argument
/external/tensorflow/tensorflow/docs_src/tutorials/
Daudio_recognition.md462 you can control this with the `--unknown_percentage` flag. Increasing this will
516 `--time_shift_ms` flag, which defaults to 100ms. Increasing this value will
/external/vulkan-validation-layers/windowsRuntimeInstaller/
DInstallerRT.nsi271 IntOp $explArrCount $explArrCount + 1 ; Increasing array's counter
/external/tensorflow/tensorflow/docs_src/get_started/
Dget_started_for_beginners.md463 number of iterations. Increasing `steps` increases the amount of time
/external/libpng/scripts/
Dpnglibconf.dfa683 # are only interested in 8 bits anyway. Increasing this value
/external/pcre/dist2/doc/html/
DREADME.txt260 offsets. Increasing the internal link size reduces performance in the 8-bit
/external/pcre/dist2/
DREADME260 offsets. Increasing the internal link size reduces performance in the 8-bit
/external/libmicrohttpd/
DChangeLog1069 Increasing nonce length to 128 to support digest authentication
/external/freetype/
DChangeLog.20128 * include/freetype/freetype.h: Increasing FREETYPE_PATCH to 7
/external/libmicrohttpd/doc/
Dlibmicrohttpd.texi581 @code{size_t}). The default is 1024 (bytes). Increasing this value
Dlibmicrohttpd.info501 'size_t'). The default is 1024 (bytes). Increasing this
/external/brotli/tests/testdata/
Dlcet10.txt3702 cases being 300 dpi. Increasing the resolution with scanners that
/external/python/cpython2/Misc/
DNEWS2576 - Issue #19350: Increasing the test coverage of macurl2path. Patch by Colin
/external/python/cpython3/Misc/
DHISTORY3545 - Issue #19350: Increasing the test coverage of macurl2path. Patch by Colin