Home
last modified time | relevance | path

Searched refs:wPrev (Results 1 – 24 of 24) sorted by relevance

/dports/math/gismo/gismo-21.12.0/src/gsSolver/
H A DgsMinimalResidual.hpp27 wPrev.setZero(n,m); w.setZero(n,m); wNew.setZero(n,m); in initIteration()
65 wNew = (z - a3*wPrev - a2*w)/a1; in step()
85 wPrev.swap(w); w.swap(wNew); // for us the same as: wPrev = w; w = wNew; in step()
101 wPrev.clear(); w.clear(); wNew.clear(); in finalizeIteration()
H A DgsMinimalResidual.h99 wPrev, w, wNew, AwPrev, Aw, AwNew, variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fgas/layout/
H A Dfx_arabic.cpp192 wchar_t wPrev; in GetFormChar() local
193 ParseChar(prev, &wPrev, &ePrev); in GetFormChar()
194 if (wPrev == 0x0644 && eCur == FX_CHARTYPE::kArabicAlef) in GetFormChar()
H A Dcfx_txtbreak.cpp699 wchar_t wPrev = 0xFEFF; in GetDisplayPos() local
719 wPrev = 0xFEFF; in GetDisplayPos()
754 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()
755 bLam = (wPrev == 0x0644 && wch == 0x0644 && wNext == 0x0647); in GetDisplayPos()
814 wPrev = wch; in GetDisplayPos()
907 wPrev = static_cast<wchar_t>(formChars[0].wch); in GetDisplayPos()
H A Dcfx_rtfbreak.cpp741 wchar_t wPrev = 0xFEFF; in GetDisplayPos() local
758 wPrev = 0xFEFF; in GetDisplayPos()
778 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()
823 wPrev = wch; in GetDisplayPos()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fgas/layout/
H A Dfx_arabic.cpp195 wchar_t wPrev; in GetFormChar() local
196 ParseChar(prev, &wPrev, &ePrev); in GetFormChar()
197 if (wPrev == 0x0644 && eCur == FX_CHARTYPE::kArabicAlef) in GetFormChar()
H A Dcfx_txtbreak.cpp695 wchar_t wPrev = 0xFEFF; in GetDisplayPos() local
715 wPrev = 0xFEFF; in GetDisplayPos()
750 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()
751 bLam = (wPrev == 0x0644 && wch == 0x0644 && wNext == 0x0647); in GetDisplayPos()
810 wPrev = wch; in GetDisplayPos()
905 wPrev = static_cast<wchar_t>(formChars[0].wch); in GetDisplayPos()
H A Dcfx_rtfbreak.cpp738 wchar_t wPrev = 0xFEFF; in GetDisplayPos() local
755 wPrev = 0xFEFF; in GetDisplayPos()
775 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()
820 wPrev = wch; in GetDisplayPos()
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/QCodeEdit/qnfa/
H A Dqnfa.cpp154 bool wPrev = false, wCur = false; in match() local
175 if ( !(wPrev && wCur) ) in match()
210 wPrev = isWord(*(di - 1)); in match()
491 wPrev = wCur; in match()
493 wPrev = isWord(*di); in match()
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/QCodeEdit/qnfa/
H A Dqnfa.cpp154 bool wPrev = false, wCur = false; in match() local
175 if ( !(wPrev && wCur) ) in match()
210 wPrev = isWord(*(di - 1)); in match()
491 wPrev = wCur; in match()
493 wPrev = isWord(*di); in match()
/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/qnfa/
H A Dqnfa.cpp154 bool wPrev = false, wCur = false; in match() local
175 if ( !(wPrev && wCur) ) in match()
210 wPrev = isWord(*(di - 1)); in match()
495 wPrev = wCur; in match()
497 wPrev = isWord(*di); in match()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/xfa/
H A Dcfxjse_resolveprocessor.cpp537 wchar_t wPrev = 0; in GetFilter() local
547 if (wPrev == '\\') { in GetFilter()
548 pNameBuf[nNameCount - 1] = wPrev = '.'; in GetFilter()
582 wPrev = wCur; in GetFilter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/xfa/
H A Dcfxjse_resolveprocessor.cpp541 wchar_t wPrev = 0; in GetFilter() local
551 if (wPrev == '\\') { in GetFilter()
552 pNameBuf[nNameCount - 1] = wPrev = '.'; in GetFilter()
586 wPrev = wCur; in GetFilter()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/parser/
H A Dxfa_script_resolveprocessor.cpp529 FX_WCHAR wPrev = 0, wCur; in GetFilter() local
534 if (wPrev == '\\') { in GetFilter()
535 pNameBuf[nNameCount - 1] = wPrev = '.'; in GetFilter()
597 wPrev = wCur; in GetFilter()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fgas/layout/
H A Dfgas_textbreak.cpp1215 FX_WCHAR wPrev = 0xFEFF; in GetDisplayPos() local
1234 wPrev = 0xFEFF; in GetDisplayPos()
1270 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()
1271 bLam = (wPrev == 0x0644 && wch == 0x0644 && wNext == 0x0647); in GetDisplayPos()
1359 wPrev = wch; in GetDisplayPos()
1545 wPrev = (FX_WCHAR)formChars[0].wch; in GetDisplayPos()
H A Dfgas_rtfbreak.cpp1195 FX_WCHAR wch, wPrev = 0xFEFF, wNext, wForm; in GetDisplayPos() local
1223 wPrev = 0xFEFF; in GetDisplayPos()
1259 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()
1404 wPrev = wch; in GetDisplayPos()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcrt/
H A Dfx_arabic.cpp317 FX_WCHAR wPrev; in GetFormChar() local
318 ParseChar(prev, wPrev, ePrev); in GetFormChar()
319 if (wPrev == 0x0644 && eCur == FX_CHARTYPE_ArabicAlef) { in GetFormChar()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcrt/
H A Dfx_arabic.cpp312 FX_WCHAR wPrev; in GetFormChar() local
313 ParseChar(prev, wPrev, ePrev); in GetFormChar()
314 if (wPrev == 0x0644 && eCur == FX_CHARTYPE_ArabicAlef) { in GetFormChar()
/dports/cad/sumo/sumo-1.2.0/src/netimport/
H A DNIImporter_OpenDrive.cpp2237 double wPrev = l.widthData.front().computeAt(sPrev); in findWidthSplit() local
2246 << " w=" << wPrev in findWidthSplit()
2257 const double changeDist = fabs(myMinWidth - wPrev); in findWidthSplit()
2258 if (((wPrev < myMinWidth) && (w > myMinWidth)) in findWidthSplit()
2259 || ((wPrev > myMinWidth) && (w < myMinWidth))) { in findWidthSplit()
2260 double splitPos = sPrev + (sEnd - sPrev) / fabs(w - wPrev) * changeDist; in findWidthSplit()
2267 if (wPrev < myMinWidth) { in findWidthSplit()
2272 …splitPos=" << splitPos << " wSplit=" << wSplit << " sPrev=" << sPrev << " wPrev=" << wPrev << "\n"; in findWidthSplit()
2301 wPrev = w; in findWidthSplit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/
H A Dcxfa_textlayout.cpp52 wchar_t wPrev = 0; in ProcessText() local
57 if (wch == 0x20 && wPrev == 0x20) in ProcessText()
60 wPrev = wch; in ProcessText()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/
H A Dcxfa_textlayout.cpp52 wchar_t wPrev = 0; in ProcessText() local
57 if (wch == 0x20 && wPrev == 0x20) in ProcessText()
60 wPrev = wch; in ProcessText()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/animation/
H A Danimation.c3211 CompWindow *wPrev = NULL; in getBottommostInFocusChain() local
3214 wPrev = awBottommost->moreToBePaintedPrev; in getBottommostInFocusChain()
3215 while (wPrev) in getBottommostInFocusChain()
3217 bottommost = wPrev; in getBottommostInFocusChain()
3218 wPrev = GET_ANIM_WINDOW(wPrev, as)->moreToBePaintedPrev; in getBottommostInFocusChain()
3330 CompWindow *wPrev = aw->moreToBePaintedPrev; in animWalkPrev() local
3331 if (wPrev) in animWalkPrev()
3332 wRet = wPrev; in animWalkPrev()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_textlayout.cpp1607 FX_WCHAR wch = 0, wPrev = 0; in ProcessText() local
1613 if (wch == 0x20 && wPrev == 0x20) { in ProcessText()
1616 wPrev = wch; in ProcessText()
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/
H A Ddataman2.cc1118 const Vec3& wPrev(pNode->GetWPrev()); in InitialJointAssembly() local
1124 TmpVec = RDelta*wPrev - wCurr; in InitialJointAssembly()
1128 TmpVec = wPrev - wCurr; in InitialJointAssembly()