Home
last modified time | relevance | path

Searched refs:_findPrev (Results 1 – 9 of 9) sorted by relevance

/dports/biology/seqan1/seqan-1.3.1/seqan/seeds/
H A Dglobal_seed_chain.h42 _findPrev(Map<TValue, Skiplist<TSpec> > & me, in _findPrev() function
55 _findPrev(Map<TValue, Skiplist<TSpec> > & me, in _findPrev() function
60 return _findPrev(me, _find, path); in _findPrev()
142 TSkiplistIterator it_skip = _findPrev(list, leftDim1(*it->second.i2->i1)); in globalChaining()
154 TSkiplistIterator it_skip = _findPrev(list, maxValue<TValue>()); in globalChaining()
215 TSkiplistIterator it_skip = _findPrev(list, leftDim1(*it->second.i2->i1)); in globalChaining()
228 TSkiplistIterator it_skip = _findPrev(list, total); in globalChaining()
274 TIterator it = _findPrev(list, rightDim1(*pElement->i1)+1); in insertTriple()
H A Dseeds_generated_forwards.h314 … TFind> inline typename Iterator< Map<TValue, Skiplist<TSpec> > >::Type _findPrev(Map<TValue, Skip…
315 … TFind> inline typename Iterator< Map<TValue, Skiplist<TSpec> > >::Type _findPrev(Map<TValue, Skip…
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/
H A DAtomIterators.cpp236 _pos = _findPrev(_pos - 1); in operator --()
243 _pos = _findPrev(_pos - 1); in operator --()
259 int HeteroatomIterator_<Atom_, Mol_>::_findPrev(int from) { in _findPrev() function in RDKit::HeteroatomIterator_
345 _pos = _findPrev(_pos - 1); in operator --()
352 _pos = _findPrev(_pos - 1); in operator --()
368 int AromaticAtomIterator_<Atom_, Mol_>::_findPrev(int from) { in _findPrev() function in RDKit::AromaticAtomIterator_
469 _pos = _findPrev(_pos - 1); in operator --()
476 _pos = _findPrev(_pos - 1); in operator --()
494 int QueryAtomIterator_<Atom_, Mol_>::_findPrev(int from) { in _findPrev() function in RDKit::QueryAtomIterator_
589 _pos = _findPrev(_pos - 1); in operator --()
[all …]
H A DAtomIterators.h106 int _findPrev(int from);
139 int _findPrev(int from);
173 int _findPrev(int from);
207 int _findPrev(int from);
/dports/graphics/qgis-ltr/qgis-3.16.16/python/console/
H A Dconsole.py545 self.findPrevButton.triggered.connect(self._findPrev)
558 self.findPreviousScut.activated.connect(self._findPrev)
605 def _findPrev(self): member in PythonConsoleWidget
/dports/graphics/qgis/qgis-3.22.3/python/console/
H A Dconsole.py550 self.findPrevButton.triggered.connect(self._findPrev)
563 self.findPreviousScut.activated.connect(self._findPrev)
610 def _findPrev(self): member in PythonConsoleWidget
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View.h712 bool _findPrev(UT_uint32* pPrefix,
H A Dfv_View_protected.cpp2811 FV_View::_findPrev(UT_uint32* /*pPrefix*/, in _findPrev() function in FV_View
3379 _findPrev(pPrefix, bDoneEntireDocument); in _findReplaceReverse()
H A Dfv_View.cpp7771 bool bRes = _findPrev(pPrefix, bDoneEntireDocument); in findPrev()