Home
last modified time | relevance | path

Searched refs:blockLevel (Results 1 – 25 of 120) sorted by relevance

12345

/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/test/
H A Dblocklevel.cc32 static_assert(blockLevel<double>() == 0, "Wrong block level!"); in main()
35 static_assert(blockLevel<FVBlock<3>>() == 1, "Wrong block level!"); in main()
36 static_assert(blockLevel<BlockVector<FVBlock<3>>>() == 2, "Wrong block level!"); in main()
41 static_assert(blockLevel<MTBV0>() == 3, "Wrong block level!"); in main()
49 static_assert(blockLevel<FMBlock<3,1>>() == 1, "Wrong block level!"); in main()
50 static_assert(blockLevel<Matrix<FMBlock<3,1>>>() == 2, "Wrong block level!"); in main()
51 static_assert(blockLevel<BCRSMatrix<FMBlock<3,1>>>() == 2, "Wrong block level!"); in main()
57 static_assert(blockLevel<MTBM0>() == 3, "Wrong block level!"); in main()
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/
H A Dblocklevel.hh40 std::size_t blockLevel = BlockLevel<Block00>::value() + 1; in blockLevelMultiTypeBlockMatrix() local
47 blockLevel = op(blockLevel, BlockLevel<Block>::value() + 1); in blockLevelMultiTypeBlockMatrix()
50 return blockLevel; in blockLevelMultiTypeBlockMatrix()
60 std::size_t blockLevel = BlockLevel<Block0>::value() + 1; in blockLevelMultiTypeBlockVector() local
65 blockLevel = op(blockLevel, BlockLevel<Block>::value() + 1); in blockLevelMultiTypeBlockVector()
67 return blockLevel; in blockLevelMultiTypeBlockVector()
174 constexpr std::size_t blockLevel() in blockLevel() function
H A Dsolverregistry.hh30 template<template<class,class,class,int>class Preconditioner, int blockLevel=1>
38 … = std::make_shared<Preconditioner<Matrix, Domain, Range, blockLevel>>(matrix, config); in defaultPreconditionerBlockLevelCreator()
/dports/astro/celestia-gtk/celestia-1.6.1/src/tools/charm2/
H A Dcharm2.pl128 $blockLevel = 0;
164 $blockLevel++;
166 if($blockLevel > 0) {
169 if($blockLevel == 1) {
175 $blockLevel--;
177 if($blockLevel == 0) {
222 } elsif($blockLevel == 0) {
237 } elsif($blockLevel == 1) {
/dports/astro/celestia/celestia-1.6.1/src/tools/charm2/
H A Dcharm2.pl128 $blockLevel = 0;
164 $blockLevel++;
166 if($blockLevel > 0) {
169 if($blockLevel == 1) {
175 $blockLevel--;
177 if($blockLevel == 0) {
222 } elsif($blockLevel == 0) {
237 } elsif($blockLevel == 1) {
/dports/editors/calligra/calligra-3.2.1/words/part/dockers/
H A DKWNavigationWidget.cpp127 int blockLevel = block.blockFormat().intProperty(KoParagraphStyle::OutlineLevel); in updateData() local
129 if (!blockLevel) { in updateData()
144 while (curChain.top().second >= blockLevel) { in updateData()
149 curChain.push(QPair<QStandardItem *, int>(item, blockLevel)); in updateData()
/dports/editors/calligra/calligra-3.2.1/extras/okularodtgenerator/
H A DOkularOdtGenerator.cpp158 int blockLevel = 0; in loadDocument() local
160 blockLevel = block.blockFormat().intProperty(KoParagraphStyle::OutlineLevel); in loadDocument()
164 if (blockLevel == 0) { in loadDocument()
177 if ( parentLevel < blockLevel ) { in loadDocument()
187 parentNodeStack.push( qMakePair( blockLevel, QDomNode(item) ) ); in loadDocument()
/dports/sysutils/froxlor/froxlor-0.9.38.7_4/froxlor/scripts/jobs/
H A Dcron_tasks.inc.http.30.nginx.php530 $blockLevel = 0;
536 $blockLevel ++;
538 if (strpos($line, "}") !== false && $blockLevel > 0) {
539 $blockLevel --;
542 if ($line == "}" && $blockLevel == 0) {
558 } elseif ($blockLevel == 0) {
/dports/math/vtk8/VTK-8.2.0/Geovis/Core/
H A DvtkGeoAlignedImageSource.cxx233 unsigned int blockLevel = level + 1; in FetchChild() local
234 if (blockLevel >= this->LevelImages->GetNumberOfBlocks()) in FetchChild()
311 …this->CropImageForNode(child, vtkImageData::SafeDownCast(this->LevelImages->GetBlock(blockLevel))); in FetchChild()
/dports/math/vtk6/VTK-6.2.0/Geovis/Core/
H A DvtkGeoAlignedImageSource.cxx231 unsigned int blockLevel = level + 1; in FetchChild() local
232 if (blockLevel >= this->LevelImages->GetNumberOfBlocks()) in FetchChild()
309 …this->CropImageForNode(child, vtkImageData::SafeDownCast(this->LevelImages->GetBlock(blockLevel))); in FetchChild()
/dports/games/openjk/OpenJK-07675e2/codemp/icarus/
H A DInterpreter.cpp2358 int type, blockLevel = 0, parenthesisLevel = 0; in Interpret() local
2439 blockLevel++; in Interpret()
2455 blockLevel--; in Interpret()
2460 blockLevel++; in Interpret()
2466 blockLevel--; in Interpret()
2493 if ( blockLevel ) in Interpret()
/dports/games/openjk/OpenJK-07675e2/codeJK2/icarus/
H A DInterpreter.cpp2357 int type, blockLevel = 0, parenthesisLevel = 0; in Interpret() local
2438 blockLevel++; in Interpret()
2454 blockLevel--; in Interpret()
2459 blockLevel++; in Interpret()
2465 blockLevel--; in Interpret()
2492 if ( blockLevel ) in Interpret()
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/backend/istl/
H A Dbcrsmatrix.hh57 (blockLevel<C>() > 2),
143 return patternStatistics(std::integral_constant<bool,(blockLevel<C>() > 2)>()); in patternStatistics()
H A Dmatrixhelpers.hh61 …static_assert(static_cast<int>(blockLevel<RV>()) == static_cast<int>(blockLevel<CV>()),"Both vecto…
63 typedef typename recursive_build_matrix_type<E,RV,CV,blockLevel<RV>()>::type type;
140 template<typename M, int blocklevel = blockLevel<M>()>
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/mvdan.cc/gofumpt/format/
H A Dformat.go85 f.blockLevel++
91 f.blockLevel--
112 blockLevel int member
210 return int(count) + (f.blockLevel * 8)
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/mvdan.cc/gofumpt/format/
H A Dformat.go84 f.blockLevel++
90 f.blockLevel--
111 blockLevel int member
209 return int(count) + (f.blockLevel * 8)
/dports/devel/p5-Config-General/Config-General-2.63/
H A DGeneral.pm836 my $blockLevel = 0;
844 $blockLevel++;
847 $blockLevel--;
848 $includeFlag = $blockLevel == 0;
857 if ($blockLevel) {
/dports/security/vault/vault-1.8.2/vendor/mvdan.cc/gofumpt/format/
H A Dformat.go85 f.blockLevel++
91 f.blockLevel--
112 blockLevel int member
210 return int(count) + (f.blockLevel * 8)
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/mvdan.cc/gofumpt/format/
H A Dformat.go85 f.blockLevel++
91 f.blockLevel--
112 blockLevel int member
210 return int(count) + (f.blockLevel * 8)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libxml/src/
H A Dpattern.c116 int blockLevel; member
1784 cur->blockLevel = -1; in xmlNewStreamCtxt()
1882 stream->blockLevel = -1; in xmlStreamPushInternal()
1934 if (stream->blockLevel != -1) { in xmlStreamPushInternal()
2009 stream->blockLevel = stream->level +1; in xmlStreamPushInternal()
2085 stream->blockLevel = stream->level +1; in xmlStreamPushInternal()
2188 stream->blockLevel = stream->level; in xmlStreamPushInternal()
2293 if (stream->blockLevel == stream->level) in xmlStreamPop()
2294 stream->blockLevel = -1; in xmlStreamPop()
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/lib/libxml/
H A Dpattern.c145 int blockLevel; member
1810 cur->blockLevel = -1; in xmlNewStreamCtxt()
1908 stream->blockLevel = -1; in xmlStreamPushInternal()
1960 if (stream->blockLevel != -1) { in xmlStreamPushInternal()
2035 stream->blockLevel = stream->level +1; in xmlStreamPushInternal()
2111 stream->blockLevel = stream->level +1; in xmlStreamPushInternal()
2214 stream->blockLevel = stream->level; in xmlStreamPushInternal()
2319 if (stream->blockLevel == stream->level) in xmlStreamPop()
2320 stream->blockLevel = -1; in xmlStreamPop()
/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/lib/libxml/
H A Dpattern.c145 int blockLevel; member
1810 cur->blockLevel = -1; in xmlNewStreamCtxt()
1908 stream->blockLevel = -1; in xmlStreamPushInternal()
1960 if (stream->blockLevel != -1) { in xmlStreamPushInternal()
2035 stream->blockLevel = stream->level +1; in xmlStreamPushInternal()
2111 stream->blockLevel = stream->level +1; in xmlStreamPushInternal()
2214 stream->blockLevel = stream->level; in xmlStreamPushInternal()
2319 if (stream->blockLevel == stream->level) in xmlStreamPop()
2320 stream->blockLevel = -1; in xmlStreamPop()
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/libxml/
H A Dpattern.c145 int blockLevel; member
1810 cur->blockLevel = -1; in xmlNewStreamCtxt()
1908 stream->blockLevel = -1; in xmlStreamPushInternal()
1960 if (stream->blockLevel != -1) { in xmlStreamPushInternal()
2035 stream->blockLevel = stream->level +1; in xmlStreamPushInternal()
2111 stream->blockLevel = stream->level +1; in xmlStreamPushInternal()
2214 stream->blockLevel = stream->level; in xmlStreamPushInternal()
2319 if (stream->blockLevel == stream->level) in xmlStreamPop()
2320 stream->blockLevel = -1; in xmlStreamPop()
/dports/devel/gettext-tools/gettext-0.21/gnulib-local/lib/libxml/
H A Dpattern.c145 int blockLevel; member
1810 cur->blockLevel = -1; in xmlNewStreamCtxt()
1908 stream->blockLevel = -1; in xmlStreamPushInternal()
1960 if (stream->blockLevel != -1) { in xmlStreamPushInternal()
2035 stream->blockLevel = stream->level +1; in xmlStreamPushInternal()
2111 stream->blockLevel = stream->level +1; in xmlStreamPushInternal()
2214 stream->blockLevel = stream->level; in xmlStreamPushInternal()
2319 if (stream->blockLevel == stream->level) in xmlStreamPop()
2320 stream->blockLevel = -1; in xmlStreamPop()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxml/src/
H A Dpattern.c116 int blockLevel; member
1781 cur->blockLevel = -1; in xmlNewStreamCtxt()
1879 stream->blockLevel = -1; in xmlStreamPushInternal()
1931 if (stream->blockLevel != -1) { in xmlStreamPushInternal()
2006 stream->blockLevel = stream->level +1; in xmlStreamPushInternal()
2082 stream->blockLevel = stream->level +1; in xmlStreamPushInternal()
2185 stream->blockLevel = stream->level; in xmlStreamPushInternal()
2290 if (stream->blockLevel == stream->level) in xmlStreamPop()
2291 stream->blockLevel = -1; in xmlStreamPop()

12345