Home
last modified time | relevance | path

Searched refs:_depth (Results 26 – 50 of 1785) sorted by relevance

12345678910>>...72

/dports/math/vampire/vampire-4.5.1/Shell/
H A DAnswerExtractor.cpp148 _depth = 0; in run()
152 _depth++; in run()
153 if(_depth==_goalCnt) { in run()
160 if(_depth==0) { in run()
163 _depth--; in run()
166 ASS_EQ(_depth, _goalCnt); in run()
178 _unifIts[_depth] = _lemmas.getUnifications(_goalLits[_depth], false, false); in enterGoal()
179 _triedEqUnif[_depth] = false; in enterGoal()
187 _btData[_depth].backtrack(); in leaveGoal()
203 _triedEqUnif[_depth] = true; in nextGoalUnif()
[all …]
/dports/devel/lfcbase/lfcbase-1.16.2/src/
H A DTextIndex.cc30 _depth = depth; in TextIndex()
57 for ( int i=0; i<_depth;i++) in nextKey()
63 for ( int i=1; i<_depth; i++) in nextKey()
71 if ( nextPos(_depth-1) ) in nextKey()
84 for ( int i=1; i<_depth; i++) in nextKey()
98 if ( _depPos[d] < _tokenSet.Size() - ( _depth - d ) ) in nextPos()
102 for ( int i=d; i<_depth; i++ ) in nextPos()
/dports/science/openbabel/openbabel-3.1.1/src/
H A Dobiter.cpp302 _depth[_ptr->GetIdx()] = 1; in OBMolAtomBFSIter()
310 _depth[a->GetIdx()] = 2; in OBMolAtomBFSIter()
327 _depth[_ptr->GetIdx()] = 1; in OBMolAtomBFSIter()
346 _depth = ai._depth; in OBMolAtomBFSIter()
357 _depth = ai._depth; in operator =()
392 _depth[a->GetIdx()] = _depth[_ptr->GetIdx()] + 1; in operator ++()
474 _depth[_ptr->GetIdx()] = 1; in OBMolBondBFSIter()
512 _depth.resize(numbonds, 0); in OBMolBondBFSIter()
513 _depth[_ptr->GetIdx()] = 1; in OBMolBondBFSIter()
539 _depth = ai._depth; in OBMolBondBFSIter()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/Runtime/
H A DXmlQueryOutput.cs78 _depth = 1; in XmlQueryOutput()
455 _depth++; in WriteStartElementUnchecked()
489 _depth--; in WriteEndElementUnchecked()
509 _depth++; in WriteStartAttributeUnchecked()
528 _depth--; in WriteEndAttributeUnchecked()
602 _depth++; in WriteStartRoot()
611 _depth--; in WriteEndRoot()
756 _depth++; in WriteStartNamespace()
776 _depth--; in WriteEndNamespace()
795 _depth++; in WriteStartComment()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rgbd/src/
H A Dcolored_kinfu.cpp212 CV_Assert(!_depth.empty() && _depth.size() == params.frameSize); in update()
216 if(_depth.isUMat()) in update()
218 _depth.copyTo(depth); in update()
224 return updateT(_depth.getMat(), _rgb.getMat()); in update()
232 CV_Assert(!_depth.empty() && _depth.size() == params.frameSize); in update()
236 if(!_depth.isUMat()) in update()
238 _depth.copyTo(depth); in update()
244 return updateT(_depth.getUMat(), _rgb.getUMat()); in update()
257 if(_depth.type() != DEPTH_TYPE) in updateT()
258 _depth.convertTo(depth, DEPTH_TYPE); in updateT()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/glsl/
H A Dglslastdump.cpp38 : out(out), _depth(0) in ASTDump()
44 _depth = 0; in operator ()()
55 out << QByteArray(_depth, ' ') << id << '\n'; in preVisit()
59 ++_depth; in preVisit()
65 --_depth; in postVisit()
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnqt/
H A Dclient_parameter.cpp84 Depth _depth; member
112 GETSETSI(DiffParameter, Depth, _depth, depth)
127 Depth _depth; member
147 GETSETSI(StatusParameter, Depth, _depth, depth)
215 Depth _depth; member
247 _depth(DepthInfinity), _merge_options() in MergeParameterData()
253 Depth _depth; member
275 GETSETSI(MergeParameter, Depth, _depth, depth);
308 , _depth(DepthInfinity) in CheckoutParameterData()
316 Depth _depth; member
[all …]
/dports/security/mailzu/MailZu_0.8RC3/lib/pear/PEAR/
H A DXMLParser.php66 var $_depth = 0;
88 $this->_depth = 0;
130 $this->_depth++;
131 $this->_dataStack[$this->_depth] = null;
174 $data = $this->postProcess($this->_dataStack[$this->_depth], $element);
245 $this->_depth--;
258 $this->_dataStack[$this->_depth] .= $cdata;
/dports/deskutils/egroupware/egroupware/vendor/pear/pear/PEAR/
H A DXMLParser.php59 var $_depth = 0; variable in PEAR_XMLParser
86 $this->_depth = 0;
124 $this->_depth++;
125 $this->_dataStack[$this->_depth] = null;
166 $data = $this->postProcess($this->_dataStack[$this->_depth], $element);
232 $this->_depth--;
245 $this->_dataStack[$this->_depth] .= $cdata;
/dports/devel/pear/pear-1.10.12/go-pear-bundle/tmp/PEAR-1.10.12/PEAR/
H A DXMLParser.php59 var $_depth = 0; variable in PEAR_XMLParser
86 $this->_depth = 0;
124 $this->_depth++;
125 $this->_dataStack[$this->_depth] = null;
166 $data = $this->postProcess($this->_dataStack[$this->_depth], $element);
232 $this->_depth--;
245 $this->_dataStack[$this->_depth] .= $cdata;
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/pear/PEAR/
H A DXMLParser.php59 var $_depth = 0; variable in PEAR_XMLParser
86 $this->_depth = 0;
124 $this->_depth++;
125 $this->_dataStack[$this->_depth] = null;
166 $data = $this->postProcess($this->_dataStack[$this->_depth], $element);
232 $this->_depth--;
245 $this->_dataStack[$this->_depth] .= $cdata;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/jfr/leakprofiler/chains/
H A DdfsClosure.cpp52 _depth(0) { in DFSClosure()
58 _depth(depth) { in DFSClosure()
109 if (_depth == 0 && _ignore_root_set) { in closure_impl()
129 if (_depth < _max_depth - 1) { in closure_impl()
130 DFSClosure next_level(this, _depth + 1); in closure_impl()
136 const size_t length = _start_edge == NULL ? _depth + 1 : in add_chain()
137 _start_edge->distance_to_root() + 1 + _depth + 1; in add_chain()
150 assert(idx == _depth + 1, "invariant"); in add_chain()
/dports/cad/cura/Cura-58bae31/plugins/ImageReader/
H A DImageReaderUI.py31 self._depth = self.default_depth
47 self._depth = depth
53 return self._depth
75 self._ui_view.findChild(QObject, "Depth").setProperty("text", str(self._depth))
122 self._depth = self._width / self._aspect
124 self._ui_view.findChild(QObject, "Depth").setProperty("text", str(self._depth))
132 self._depth = float(value.replace(",", "."))
134 self._depth = 0
136 self._depth = 0
138 self._width = self._depth * self._aspect
/dports/audio/praat/praat-6.2.03/melder/
H A Dmelder_progress.cpp28 int MelderProgress::_depth = 0;
33 void Melder_progressOff () { MelderProgress::_depth --; }
34 void Melder_progressOn () { MelderProgress::_depth ++; }
37 if (! Melder_batch && MelderProgress::_depth >= 0 && Melder_debug != 14)
44 if (! Melder_batch && MelderProgress::_depth >= 0) {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/
H A DXmlSerializableWriter.cs14 private int _depth = 0; field in System.Runtime.Serialization.XmlSerializableWriter
19 _depth = 0; in BeginWrite()
26 if (_depth != 0) in EndWrite()
50 _depth++; in WriteStartElement()
55 if (_depth == 0) in WriteEndElement()
58 _depth--; in WriteEndElement()
63 if (_depth == 0) in WriteFullEndElement()
66 _depth--; in WriteFullEndElement()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgUtil/
H A DStateGraph35 return (lhs->_depth < rhs->_depth);
57 int _depth;
72 _depth(0),
84 _depth(0),
90 if (_parent) _depth = _parent->_depth + 1;
133 _averageDistance += (*itr)->_depth;
146 _minimumDistance = (*itr)->_depth;
152 if ((*itr)->_depth<_minimumDistance) _minimumDistance=(*itr)->_depth;
244 while (sg_curr->_depth>sg_new->_depth)
252 return_path.reserve(sg_new->_depth+1);
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/include/bimg/
H A Dbimg.h271 , uint16_t _depth
301 , uint32_t _depth
312 , uint32_t _depth
325 , uint32_t _depth
338 , uint32_t _depth
348 , uint32_t _depth
378 , uint32_t _depth
388 , uint32_t _depth
426 , uint32_t _depth
440 , uint32_t _depth
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/include/bimg/
H A Dbimg.h271 , uint16_t _depth
301 , uint32_t _depth
312 , uint32_t _depth
325 , uint32_t _depth
338 , uint32_t _depth
348 , uint32_t _depth
378 , uint32_t _depth
388 , uint32_t _depth
426 , uint32_t _depth
440 , uint32_t _depth
[all …]
/dports/www/pear-HTTP_WebDAV_Client/HTTP_WebDAV_Client-1.0.2/HTTP/WebDAV/Tools/
H A D_parse_propfind_response.php11 $this->_depth = 0;
24 unset($this->_depth);
39 switch ($this->_depth) {
49 $this->_depth++;
63 $this->_depth--;
65 switch ($this->_depth) {
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DprimRange.cpp77 if (_depth) { in increment()
78 --_depth; in increment()
87 ++_depth; in increment()
94 if (_depth) { in increment()
95 --_depth; in increment()
/dports/devel/cxxtools/cxxtools-2.2.1/src/
H A Dsettingsreader.cpp73 if( _depth == 0 ) in enterMember()
100 ++_depth; in enterMember()
121 ++_depth; in enterMember()
134 --_depth; in leaveMember()
136 if(_depth == 1 && _isDotted) in leaveMember()
141 --_depth; in leaveMember()
/dports/games/shaaft/Shaaft-0.5.0/game/
H A DBlockModel.cpp72 << " d=" << _depth << "\n"; in BlockModel()
74 _planes = new unsigned char*[_depth]; in BlockModel()
76 memset( _planesLockCount, 0, _depth); in BlockModel()
80 for( int i=0; i<_depth; i++) in BlockModel()
182 _offset = Point3Di(0,0,_depth-1); in addBlock()
470 for( int d=0; d<_depth; d++) in checkPlanes()
480 for( int i=d; i<(_depth-1); i++) in checkPlanes()
485 _planesLockCount[_depth-1] = 0; in checkPlanes()
486 _planes[_depth-1] = tmpplane; in checkPlanes()
537 if( a.z >= _depth) in lockElement()
[all …]
/dports/sysutils/mapdir/mapdir-1.2.1/
H A Dmapdir84 local _file _depth _psymbol _pnoes _pbinstring
87 _depth=$3
108 process_new_dir $_file $_depth
263 _depth=$2
264 if [ $p_flag -eq 1 ] && [ $_depth -ge 1 ]; then
266 while [ $_depth -ge 0 ]; do
281 _depth=$(($_depth-1))
287 _depth=$2
294 _depth=$(($_depth+1))
299 readfile $_newpath 0 $_depth lastentry $_pnoes $_psstring
[all …]
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/click/
H A Dsync.hh60 int32_t _depth; member in Spinlock
70 : _depth(0), _owner(click_invalid_processor()) in Spinlock()
82 if (_depth != 0) in ~Spinlock()
106 _depth++; in acquire()
128 _depth++; in attempt()
146 if (likely(_depth > 0)) { in release()
147 if (--_depth == 0) { in release()
164 return _depth > 1; in nested()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/drawing/engines/opengl/
H A DOpenGLFramebuffer.cpp25 _depth = 0; in OpenGLFramebuffer()
49 _depth = CreateDepthTexture(width, height); in OpenGLFramebuffer()
53 _depth = 0; in OpenGLFramebuffer()
59 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_TEXTURE_2D, _depth, 0); in OpenGLFramebuffer()
67 glDeleteTextures(1, &_depth); in ~OpenGLFramebuffer()
121 std::swap(_depth, depth); in SwapDepthTexture()
124 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_TEXTURE_2D, _depth, 0); in SwapDepthTexture()

12345678910>>...72