Home
last modified time | relevance | path

Searched refs:iX0 (Results 1 – 25 of 29) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/src/devices/cpu/dsp56156/
H A Dtables.cpp75 case 0x00: SD = iX0; break; in decode_DDDDD_table()
115 case 0x0: SD = iX0; break; in decode_DD_table()
128 case 0x0: S = iX0; D = iA; break; in decode_DDF_table()
129 case 0x1: S = iX0; D = iB; break; in decode_DDF_table()
179 case 0x0: SD = iX0; break; in decode_HH_table()
190 case 0x0: SD = iX0; break; in decode_HHH_table()
375 case 0x0: S1 = iX0; S2 = iX0; D = iA; break; in decode_QQQF_table()
376 case 0x1: S1 = iX0; S2 = iX0; D = iB; break; in decode_QQQF_table()
700 if (reg == iX0) return X0; in regValue16()
731 if (reg == iX0) X0 = value; in setReg16()
[all …]
H A Dtables.h18 enum reg_id {iX, iX0, iX1, enumerator
H A Dinst.h3700 if (m_source == iX0 && m_source2 == iX0) return false; in decode()
3701 if (m_source == iX1 && m_source2 == iX0) return false; in decode()
3744 if (m_source == iX0 && m_source2 == iX0) return false; in decode()
3745 if (m_source == iX1 && m_source2 == iX0) return false; in decode()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/dsp56156/
H A Dtables.cpp75 case 0x00: SD = iX0; break; in decode_DDDDD_table()
115 case 0x0: SD = iX0; break; in decode_DD_table()
128 case 0x0: S = iX0; D = iA; break; in decode_DDF_table()
129 case 0x1: S = iX0; D = iB; break; in decode_DDF_table()
179 case 0x0: SD = iX0; break; in decode_HH_table()
190 case 0x0: SD = iX0; break; in decode_HHH_table()
375 case 0x0: S1 = iX0; S2 = iX0; D = iA; break; in decode_QQQF_table()
376 case 0x1: S1 = iX0; S2 = iX0; D = iB; break; in decode_QQQF_table()
700 if (reg == iX0) return X0; in regValue16()
731 if (reg == iX0) X0 = value; in setReg16()
[all …]
H A Dtables.h18 enum reg_id {iX, iX0, iX1, enumerator
H A Dinst.h3700 if (m_source == iX0 && m_source2 == iX0) return false; in decode()
3701 if (m_source == iX1 && m_source2 == iX0) return false; in decode()
3744 if (m_source == iX0 && m_source2 == iX0) return false; in decode()
3745 if (m_source == iX1 && m_source2 == iX0) return false; in decode()
/dports/security/hashcat/hashcat-6.2.5/rules/
H A DT0XlC-insert_00-99_1950-2050_toprules_0_F.rule34 iU1 iV9 iW3 iX0
364 iU1 iV9 iW4 iX0
694 iU1 iV9 iW5 iX0
1024 iU1 iV9 iW6 iX0
1354 iU1 iV9 iW7 iX0
1684 iU1 iV9 iW8 iX0
2014 iU1 iV9 iW9 iX0
2344 iU2 iV0 iW0 iX0
2345 iV2 iW0 iX0 iY0
2346 iW2 iX0 iY0 iZ0
[all …]
/dports/security/hashcat-legacy/hashcat-legacy-2.00/rules/
H A DT0XlC-insert_00-99_1950-2050_toprules_0_F.rule34 iU1 iV9 iW3 iX0
364 iU1 iV9 iW4 iX0
694 iU1 iV9 iW5 iX0
1024 iU1 iV9 iW6 iX0
1354 iU1 iV9 iW7 iX0
1684 iU1 iV9 iW8 iX0
2014 iU1 iV9 iW9 iX0
2344 iU2 iV0 iW0 iX0
2345 iV2 iW0 iX0 iY0
2346 iW2 iX0 iY0 iZ0
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GuiListBox.cpp133 int32_t iX0 = pCurr->GetBounds().x + GetClientRect().x + C4GUI_ListBoxBarIndent; in DrawElement() local
134 int32_t iX1 = iX0 + pClientWindow->GetClientRect().Wdt - 2*C4GUI_ListBoxBarIndent; in DrawElement()
138 …pDraw->DrawLineDw(cgo.Surface, (float)(iX0+cgo.TargetX), (float)(iY+cgo.TargetY), (float)(iX1+cgo.… in DrawElement()
H A DC4GuiLabels.cpp38 …Label::Label(const char *szLblText, int32_t iX0, int32_t iTop, int32_t iAlign, DWORD dwFClr, CStdF… in Label() argument
39 …: Element(), dwFgClr(dwFClr), x0(iX0), iAlign(iAlign), pFont(pFont), cHotkey(0), fAutosize(true), … in Label()
H A DC4Gui.h497 …Label(const char *szLblText, int32_t iX0, int32_t iTop, int32_t iAlign=ALeft, DWORD dwFClr=0xfffff…
/dports/math/vtk8/VTK-8.2.0/Imaging/Core/
H A DvtkImageInterpolator.cxx743 vtkIdType iX0 = iX[0]; in Tricubic() local
744 vtkIdType iX1 = iX0; in Tricubic()
745 vtkIdType iX2 = iX0; in Tricubic()
746 vtkIdType iX3 = iX0; in Tricubic()
792 result += fzy*(fX0*tmpPtr[iX0] + in Tricubic()
/dports/math/vtk9/VTK-9.1.0/Imaging/Core/
H A DvtkGenericImageInterpolator.cxx675 vtkIdType iX0 = iX[0]; in Tricubic() local
676 vtkIdType iX1 = iX0; in Tricubic()
677 vtkIdType iX2 = iX0; in Tricubic()
678 vtkIdType iX3 = iX0; in Tricubic()
726 (fX0 * array.Get(tmpIdx + iX0, cc) + fX1 * array.Get(tmpIdx + iX1, cc) + in Tricubic()
H A DvtkImageInterpolator.cxx712 vtkIdType iX0 = iX[0]; in Tricubic() local
713 vtkIdType iX1 = iX0; in Tricubic()
714 vtkIdType iX2 = iX0; in Tricubic()
715 vtkIdType iX3 = iX0; in Tricubic()
762 fzy * (fX0 * tmpPtr[iX0] + fX1 * tmpPtr[iX1] + fX2 * tmpPtr[iX2] + fX3 * tmpPtr[iX3]); in Tricubic()
/dports/math/vtk6/VTK-6.2.0/Imaging/Core/
H A DvtkImageInterpolator.cxx748 vtkIdType iX0 = iX[0]; in Tricubic() local
749 vtkIdType iX1 = iX0; in Tricubic()
750 vtkIdType iX2 = iX0; in Tricubic()
751 vtkIdType iX3 = iX0; in Tricubic()
795 result += fzy*(fX0*tmpPtr[iX0] + in Tricubic()
/dports/games/openclonk/openclonk-release-8.1-src/src/landscape/
H A DC4PXS.cpp90 int32_t iX0 = iX, iY0 = iY; in Execute() local
113 if (iX != iX0) x = itofix(iX); in Execute()
H A DC4Landscape.cpp3542 int32_t iX0 = std::min(iX1, iX2); int32_t iY0 = std::min(iY1, iY2); in DrawBox() local
3543 iX2 = std::max(iX1, iX2); iY2 = std::max(iY1, iY2); iX1 = iX0; iY1 = iY0; in DrawBox()
/dports/games/py-pychess/pychess-1.0.2/
H A Dpychess.xmp239 "iXiXiXb @X;X;X;X&X`.e.p.l.p.4.`.wX[.y.+.T 5 iX0 D l iXiXiXiXiXiX",
/dports/astro/siril/siril/src/opencv/findHomography/
H A Dcalibration.cpp2309 float iX0=-FLT_MAX, iX1=FLT_MAX, iY0=-FLT_MAX, iY1=FLT_MAX; in icvGetRectangles() local
2323 iX0 = MAX(iX0, p.x); in icvGetRectangles()
2331 inner = cv::Rect_<float>(iX0, iY0, iX1-iX0, iY1-iY0); in icvGetRectangles()
/dports/games/openclonk/openclonk-release-8.1-src/src/game/
H A DC4GameScript.cpp2735 static long FnGetPXSCount(C4PropList * _this, Nillable<long> iMaterial, Nillable<long> iX0, Nillabl… in FnGetPXSCount() argument
2737 if (iX0.IsNil()) in FnGetPXSCount()
2748 int32_t x = iX0, y = iY0; in FnGetPXSCount()
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dshim3d.c3542 Int4 iX0, iY0, iZ0, iX1, iY1, iZ1; local
3545 iX0 = (Int4) (px * 1000000.0);
3552 iX0, iY0, iZ0, iX1, iY1, iZ1);
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dcalibration.cpp2476 float iX0=-FLT_MAX, iX1=FLT_MAX, iY0=-FLT_MAX, iY1=FLT_MAX; in icvGetRectangles() local
2490 iX0 = MAX(iX0, p.x); in icvGetRectangles()
2498 inner = cv::Rect_<float>(iX0, iY0, iX1-iX0, iY1-iY0); in icvGetRectangles()
/dports/math/py-heyoka/heyoka.py-0.16.0/doc/notebooks/
H A DThe restricted three-body problem.ipynb156 …mF3F+7PjmNFf7mZc0aDm24O5XBcXdNEONZ3B5CJjbaP54+E8kgrreOna3tL6/2/DlYL6Xw61Vs+iX0/j6+bAK9daF8AcyKxi+u…
/dports/mail/archiveopteryx-devel/aox-96ab17e/message/
H A Droot.zone5758 REISEN. 86400 IN RRSIG DS 8 1 86400 20140722000000 20140714230000 8230 . i+ETH9V55z+iX0+LkzdiNT8r…
/dports/astro/josm/josm-18303/META-INF/
H A DMANIFEST.MF17605 SHA-256-Digest: uERk7UgDlwBzy2ItXN0Ib4N/9Uu3I8/a0eIMgrX/iX0=

12