Home
last modified time | relevance | path

Searched refs:MaxTerms (Results 1 – 17 of 17) sorted by relevance

/dports/net/akonadi-search/akonadi-search-21.12.3/xapian/
H A Dxapianqueryparser.cpp47 static const int MaxTerms = 100; in makeQuery() local
49 topTerms.reserve(MaxTerms + 1); in makeQuery()
59 if (topTerms.size() < MaxTerms) { in makeQuery()
/dports/graphics/pear-Horde_Image/Horde_Image-2.6.1/lib/Horde/Image/
H A DExif.php305 $MaxTerms = 15; // Limit to prevent infinite loop
318 for ($i = 0; $i < $MaxTerms; $i++) {
/dports/graphics/povray36/povray-3.6.1/source/
H A Dexpress.cpp2983 int Terms, MaxTerms; in Parse_Spline() local
2988 MaxTerms = 2; in Parse_Spline()
2995 MaxTerms = New->Terms; in Parse_Spline()
3045 MaxTerms = max(MaxTerms, Terms); in Parse_Spline()
3061 New->Terms = MaxTerms; // keep number of supplied terms in Parse_Spline()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/parser/
H A Dexpress.cpp3286 int Terms, MaxTerms; in Parse_Spline() local
3291 MaxTerms = 2; in Parse_Spline()
3298 MaxTerms = New->Terms; in Parse_Spline()
3348 MaxTerms = max(MaxTerms, Terms); in Parse_Spline()
3364 New->Terms = MaxTerms; // keep number of supplied terms in Parse_Spline()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/Analysis/
H A DScopDetection.cpp861 std::vector<const SCEV *> MaxTerms; in getDelinearizationTerms() local
862 SCEVRemoveMax::rewrite(Pair.second, SE, &MaxTerms); in getDelinearizationTerms()
863 if (!MaxTerms.empty()) { in getDelinearizationTerms()
864 Terms.insert(Terms.begin(), MaxTerms.begin(), MaxTerms.end()); in getDelinearizationTerms()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/Analysis/
H A DScopDetection.cpp861 std::vector<const SCEV *> MaxTerms; in getDelinearizationTerms() local
862 SCEVRemoveMax::rewrite(Pair.second, SE, &MaxTerms); in getDelinearizationTerms()
863 if (!MaxTerms.empty()) { in getDelinearizationTerms()
864 Terms.insert(Terms.begin(), MaxTerms.begin(), MaxTerms.end()); in getDelinearizationTerms()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/Analysis/
H A DScopDetection.cpp861 std::vector<const SCEV *> MaxTerms; in getDelinearizationTerms() local
862 SCEVRemoveMax::rewrite(Pair.second, SE, &MaxTerms); in getDelinearizationTerms()
863 if (!MaxTerms.empty()) { in getDelinearizationTerms()
864 Terms.insert(Terms.begin(), MaxTerms.begin(), MaxTerms.end()); in getDelinearizationTerms()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopDetection.cpp872 std::vector<const SCEV *> MaxTerms; in getDelinearizationTerms() local
873 SCEVRemoveMax::rewrite(Pair.second, SE, &MaxTerms); in getDelinearizationTerms()
874 if (!MaxTerms.empty()) { in getDelinearizationTerms()
875 Terms.insert(Terms.begin(), MaxTerms.begin(), MaxTerms.end()); in getDelinearizationTerms()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/Analysis/
H A DScopDetection.cpp861 std::vector<const SCEV *> MaxTerms; in getDelinearizationTerms() local
862 SCEVRemoveMax::rewrite(Pair.second, SE, &MaxTerms); in getDelinearizationTerms()
863 if (!MaxTerms.empty()) { in getDelinearizationTerms()
864 Terms.insert(Terms.begin(), MaxTerms.begin(), MaxTerms.end()); in getDelinearizationTerms()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/Analysis/
H A DScopDetection.cpp857 std::vector<const SCEV *> MaxTerms; in getDelinearizationTerms() local
858 SCEVRemoveMax::rewrite(Pair.second, SE, &MaxTerms); in getDelinearizationTerms()
859 if (!MaxTerms.empty()) { in getDelinearizationTerms()
860 Terms.insert(Terms.begin(), MaxTerms.begin(), MaxTerms.end()); in getDelinearizationTerms()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopDetection.cpp872 std::vector<const SCEV *> MaxTerms; in getDelinearizationTerms() local
873 SCEVRemoveMax::rewrite(Pair.second, SE, &MaxTerms); in getDelinearizationTerms()
874 if (!MaxTerms.empty()) { in getDelinearizationTerms()
875 Terms.insert(Terms.begin(), MaxTerms.begin(), MaxTerms.end()); in getDelinearizationTerms()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopDetection.cpp872 std::vector<const SCEV *> MaxTerms; in getDelinearizationTerms() local
873 SCEVRemoveMax::rewrite(Pair.second, SE, &MaxTerms); in getDelinearizationTerms()
874 if (!MaxTerms.empty()) { in getDelinearizationTerms()
875 Terms.insert(Terms.begin(), MaxTerms.begin(), MaxTerms.end()); in getDelinearizationTerms()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/Analysis/
H A DScopDetection.cpp883 std::vector<const SCEV *> MaxTerms; in getDelinearizationTerms() local
884 SCEVRemoveMax::rewrite(Pair.second, SE, &MaxTerms); in getDelinearizationTerms()
885 if (!MaxTerms.empty()) { in getDelinearizationTerms()
886 Terms.insert(Terms.begin(), MaxTerms.begin(), MaxTerms.end()); in getDelinearizationTerms()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/parser/
H A Dparser_expressions.cpp3689 int Terms, MaxTerms; in Parse_Spline() local
3694 MaxTerms = 2; in Parse_Spline()
3701 MaxTerms = Old->Terms; in Parse_Spline()
3780 MaxTerms = max(MaxTerms, Terms); in Parse_Spline()
3796 New->Terms = MaxTerms; // keep number of supplied terms in Parse_Spline()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dexpress.cpp3619 int Terms, MaxTerms; in Parse_Spline() local
3635 MaxTerms = 2; in Parse_Spline()
3642 MaxTerms = New->Terms; in Parse_Spline()
3808 MaxTerms = max(MaxTerms, Terms); in Parse_Spline()
3856 New->Terms = MaxTerms; // keep number of supplied terms in Parse_Spline()
/dports/lang/voc/voc-63008f6/src/library/ulm/
H A DulmTCrypt.Mod53 MaxTerms = 1000;
177 PolFeld : ARRAY MaxTerms OF Polynom; (* used for sorting purposes *)
486 WHILE (p # NIL) & (cnt < MaxTerms) DO
492 parameters are set to reasonable values and MaxTerms is high
494 ASSERT(cnt<MaxTerms);
/dports/www/gallery2/gallery2/modules/exif/lib/exifer/
H A Dexif.inc942 $MaxTerms = 15; //Limit to prevent infinite loop
953 for ($i = 0;$i<$MaxTerms;$i++)