Home
last modified time | relevance | path

Searched refs:ePrev (Results 76 – 100 of 111) sorted by relevance

12345

/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A DWignerSeitz.cpp462 { Edge* ePrev = *(eIter++); in addEdge() local
463 …Vertex* vPrev = (ePrev->face[0]==f) ? ePrev->vertex[1] : ePrev->vertex[0]; //select ending vertex … in addEdge()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dcodecheck1.c638 int ePrev = 0; in scan_file() local
658 }else if( nCurly>0 && z[0]=='(' && ePrev==TK_ID in scan_file()
664 ePrev = eToken; in scan_file()
/dports/audio/lmms/lmms-1.2.2/src/core/
H A DMixer.cpp711 * ePrev = NULL; e; ePrev = e, e = e->next ) in removePlayHandle() local
715 if( ePrev ) in removePlayHandle()
717 ePrev->next = e->next; in removePlayHandle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dread.cxx100 STATE eCurrent = Z_BiffNull, ePrev = Z_BiffNull; in Read() local
566 ePrev = eCurrent; in Read()
742 ePrev = eCurrent; in Read()
758 eCurrent = ePrev; in Read()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dread.cxx98 STATE eCurrent = Z_BiffNull, ePrev = Z_BiffNull; in Read() local
564 ePrev = eCurrent; in Read()
740 ePrev = eCurrent; in Read()
756 eCurrent = ePrev; in Read()
/dports/graphics/polyclipping/polyclipping-6.4.2/Third Party/python/
H A Dclipper.py254 def _InitEdge(e, eNext, ePrev, pt, polyType): argument
256 e.prevE = ePrev
1524 ePrev = e.prevInAEL
1526 if ePrev is None: e = self._ActiveEdges
1527 else: e = ePrev.nextInAEL
1565 ePrev = e.prevInAEL
1567 if ePrev is not None and ePrev.Curr.x == e.Bot.x and \
1569 (ePrev.outIdx >= 0) and (ePrev.Curr.y > ePrev.Top.y) and \
1570 _SlopesEqual2(e, ePrev):
1571 self._AddOutPt(ePrev, e.Bot)
[all …]
/dports/math/ogdf/OGDF/include/ogdf/planarity/
H A DNonPlanarCore.h833 edge ePrev = *it, e; in getAllMultiedges() local
834 for (it = ++it; it.valid(); ++it, ePrev = e) { in getAllMultiedges()
836 if (minIndex[ePrev] == minIndex[e] && maxIndex[ePrev] == maxIndex[e]) { in getAllMultiedges()
837 winningEdges.pushFront(ePrev); in getAllMultiedges()
/dports/lang/spidermonkey78/firefox-78.9.0/editor/spellchecker/
H A DTextServicesDocument.h48 ePrev, enumerator
H A DTextServicesDocument.cpp708 case IteratorStatus::ePrev: in PrevBlock()
772 case IteratorStatus::ePrev: in NextBlock()
1593 mIteratorStatus = IteratorStatus::ePrev; in AdjustContentIterator()
/dports/lang/spidermonkey60/firefox-60.9.0/editor/spellchecker/
H A DTextServicesDocument.h46 ePrev, enumerator
/dports/www/firefox-esr/firefox-91.8.0/editor/spellchecker/
H A DTextServicesDocument.h49 ePrev, enumerator
H A DTextServicesDocument.cpp666 case IteratorStatus::ePrev: in PrevBlock()
730 case IteratorStatus::ePrev: in NextBlock()
1489 mIteratorStatus = IteratorStatus::ePrev; in AdjustContentIterator()
/dports/mail/thunderbird/thunderbird-91.8.0/editor/spellchecker/
H A DTextServicesDocument.h49 ePrev, enumerator
H A DTextServicesDocument.cpp666 case IteratorStatus::ePrev: in PrevBlock()
730 case IteratorStatus::ePrev: in NextBlock()
1489 mIteratorStatus = IteratorStatus::ePrev; in AdjustContentIterator()
/dports/science/jdftx/jdftx-1.6.0/jdftx/electronic/
H A DTetrahedralDOS.cpp125 double ePrev = i->first; in weldEigenvalues() local
127 …while(j!=eigMap.end() && (j->first <= ePrev+Etol)) //Stop when j'th eig differs by more than Etol … in weldEigenvalues()
128 { ePrev = j->first; in weldEigenvalues()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dvcrcommand.cpp219 prevFrameCommand(MI_PrevFrame, FlipConsole::ePrev),
H A Dmagpiefileimportpopup.cpp129 FlipConsole::ePrev, in MagpieFileImportPopup()
/dports/www/firefox/firefox-99.0/editor/spellchecker/
H A DTextServicesDocument.h52 ePrev, enumerator
H A DTextServicesDocument.cpp739 case IteratorStatus::ePrev: in PrevBlock()
803 case IteratorStatus::ePrev: in NextBlock()
1619 mIteratorStatus = IteratorStatus::ePrev; in AdjustContentIterator()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcResub.c727 Dec_Edge_t eRoot, ePrev, eNode0, eNode1, eNode2; in Abc_ManResubQuit2() local
741 ePrev = Dec_GraphAddNodeOr( pGraph, eNode1, eNode2 ); in Abc_ManResubQuit2()
747 ePrev = Dec_GraphAddNodeAnd( pGraph, eNode1, eNode2 ); in Abc_ManResubQuit2()
750 eRoot = Dec_GraphAddNodeOr( pGraph, eNode0, ePrev ); in Abc_ManResubQuit2()
752 eRoot = Dec_GraphAddNodeAnd( pGraph, eNode0, ePrev ); in Abc_ManResubQuit2()
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/txtsvc/
H A DnsTextServicesDocument.h68 ePrev, // No TN in CB, I points to first TN in prev block. enumerator
/dports/math/ogdf/OGDF/src/ogdf/basic/graph_generators/
H A Drandomized.cpp911 edge ePrev = *it, e; in randomPlanarBiconnectedGraph() local
912 for(it = ++it; it.valid(); ++it, ePrev = e) { in randomPlanarBiconnectedGraph()
914 if (minIndex[ePrev] == minIndex[e] && in randomPlanarBiconnectedGraph()
915 maxIndex[ePrev] == maxIndex[e]) in randomPlanarBiconnectedGraph()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dflipconsole.cpp1046 enableButton(ePrev, m_customizeMask & eShowVcr); in applyCustomizeMask()
1241 if (hasButton(m_gadgetsMask, ePrev)) in createPlayToolBar()
1242 createButton(ePrev, "frameprev", tr("&Previous Frame"), false); in createPlayToolBar()
1541 case ePrev: in doButtonPressed()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dflipconsole.h194 ePrev, enumerator
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dcdd_annot_dialog.cpp1272 …CAlign_annot::TEvidence::iterator e, ee = selectedAnnot->SetEvidence().end(), ePrev = ee, eSwap = … in MoveEvidence() local
1278 if (moveUp && ePrev != ee) in MoveEvidence()
1279 eSwap = ePrev; in MoveEvidence()
1294 ePrev = e; in MoveEvidence()

12345