Home
last modified time | relevance | path

Searched refs:mx0 (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/mail/p5-Sisimai/Sisimai-v4.25.11/set-of-emails/maildir/bsd/
H A Dlhost-postfix-16.eml4 Received: from mx0.example.jp (mx0.example.jp [192.0.2.9])
8 Received: by mx0.example.jp (Postfix)
17 boundary="FFFFFFFFFF.00000000/mx0.example.jp"
19 Message-Id: <000000000000000.FFFFFFFFFFFF@mx0.example.jp>
23 --FFFFFFFFFF.00000000/mx0.example.jp
27 This is the mail system at host mx0.example.jp.
42 --FFFFFFFFFF.00000000/mx0.example.jp
46 Reporting-MTA: dns; mx0.example.jp
57 --FFFFFFFFFF.00000000/mx0.example.jp
62 Received: by mx0.example.jp (Postfix, from userid 525)
[all …]
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/BhobUGens/
H A DBhobChaos.cpp328 if (x0 != unit->mx0) unit->mx0=xn=x0; in Henon2DN_next()
387 if (x0 != unit->mx0) unit->mx0=xn=x0; in Henon2DL_next()
450 if (x0 != unit->mx0) unit->mx0=xn=x0; in Henon2DC_next()
518 if (x0 != unit->mx0) unit->mx0=xn=x0; in HenonTrig_next()
575 if (x0 != unit->mx0) unit->mx0=xn=x0; in Latoocarfian2DN_next()
634 if (x0 != unit->mx0) unit->mx0=xn=x0; in Latoocarfian2DL_next()
695 if (x0 != unit->mx0) unit->mx0=xn=x0; in Latoocarfian2DC_next()
766 if (x0 != unit->mx0) unit->mx0=xn=x0; in LatoocarfianTrig_next()
825 if (x0 != unit->mx0) unit->mx0=xn=x0; in Lorenz2DN_next()
892 if (x0 != unit->mx0) unit->mx0=xn=x0; in Lorenz2DL_next()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxclipm.c131 int mx0, mx1, my0, my1; in mask_clip_fill_rectangle_hl_color() local
139 mx0 = x + cdev->phase.x; in mask_clip_fill_rectangle_hl_color()
141 mx1 = mx0 + w; in mask_clip_fill_rectangle_hl_color()
144 if (mx0 < 0) in mask_clip_fill_rectangle_hl_color()
145 mx0 = 0; in mask_clip_fill_rectangle_hl_color()
173 if (mx0 < 0) in mask_clip_fill_rectangle()
174 mx0 = 0; in mask_clip_fill_rectangle()
197 int sx, mx0, my0, mx1, my1
203 if ( mx0 < 0 )\
204 sx -= mx0, mx0 = 0;\
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxclipm.c131 int mx0, mx1, my0, my1; in mask_clip_fill_rectangle_hl_color() local
139 mx0 = x + cdev->phase.x; in mask_clip_fill_rectangle_hl_color()
141 mx1 = mx0 + w; in mask_clip_fill_rectangle_hl_color()
144 if (mx0 < 0) in mask_clip_fill_rectangle_hl_color()
145 mx0 = 0; in mask_clip_fill_rectangle_hl_color()
173 if (mx0 < 0) in mask_clip_fill_rectangle()
174 mx0 = 0; in mask_clip_fill_rectangle()
197 int sx, mx0, my0, mx1, my1
203 if ( mx0 < 0 )\
204 sx -= mx0, mx0 = 0;\
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxclipm.c128 int mx0, mx1, my0, my1; in mask_clip_fill_rectangle_hl_color() local
136 mx0 = x + cdev->phase.x; in mask_clip_fill_rectangle_hl_color()
138 mx1 = mx0 + w; in mask_clip_fill_rectangle_hl_color()
141 if (mx0 < 0) in mask_clip_fill_rectangle_hl_color()
142 mx0 = 0; in mask_clip_fill_rectangle_hl_color()
170 if (mx0 < 0) in mask_clip_fill_rectangle()
171 mx0 = 0; in mask_clip_fill_rectangle()
194 int sx, mx0, my0, mx1, my1
200 if ( mx0 < 0 )\
201 sx -= mx0, mx0 = 0;\
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxclipm.c128 int mx0, mx1, my0, my1; in mask_clip_fill_rectangle_hl_color() local
136 mx0 = x + cdev->phase.x; in mask_clip_fill_rectangle_hl_color()
138 mx1 = mx0 + w; in mask_clip_fill_rectangle_hl_color()
141 if (mx0 < 0) in mask_clip_fill_rectangle_hl_color()
142 mx0 = 0; in mask_clip_fill_rectangle_hl_color()
170 if (mx0 < 0) in mask_clip_fill_rectangle()
171 mx0 = 0; in mask_clip_fill_rectangle()
194 int sx, mx0, my0, mx1, my1
200 if ( mx0 < 0 )\
201 sx -= mx0, mx0 = 0;\
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxclipm.c98 int mx1 = mx0 + w, my1 = my0 + h; in mask_clip_fill_rectangle()
100 if (mx0 < 0) in mask_clip_fill_rectangle()
101 mx0 = 0; in mask_clip_fill_rectangle()
111 mx0 - cdev->phase.x, my0 - cdev->phase.y, in mask_clip_fill_rectangle()
112 mx1 - mx0, my1 - my0, gx_no_color_index, color); in mask_clip_fill_rectangle()
124 int sx, mx0, my0, mx1, my1
129 mx1 = mx0 + vw, my1 = my0 + vh;\
130 if ( mx0 < 0 )\
131 sx -= mx0, mx0 = 0;\
164 for (cx = mx0; cx < mx1; cx += nx) { in mask_clip_copy_mono()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxclipm.c113 int mx1 = mx0 + w, my1 = my0 + h; in mask_clip_fill_rectangle()
115 if (mx0 < 0) in mask_clip_fill_rectangle()
116 mx0 = 0; in mask_clip_fill_rectangle()
126 mx0 - cdev->phase.x, my0 - cdev->phase.y, in mask_clip_fill_rectangle()
127 mx1 - mx0, my1 - my0, gx_no_color_index, color); in mask_clip_fill_rectangle()
139 int sx, mx0, my0, mx1, my1
144 mx1 = mx0 + vw, my1 = my0 + vh;\
145 if ( mx0 < 0 )\
146 sx -= mx0, mx0 = 0;\
179 for (cx = mx0; cx < mx1; cx += nx) { in mask_clip_copy_mono()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxclipm.c113 int mx1 = mx0 + w, my1 = my0 + h; in mask_clip_fill_rectangle()
115 if (mx0 < 0) in mask_clip_fill_rectangle()
116 mx0 = 0; in mask_clip_fill_rectangle()
126 mx0 - cdev->phase.x, my0 - cdev->phase.y, in mask_clip_fill_rectangle()
127 mx1 - mx0, my1 - my0, gx_no_color_index, color); in mask_clip_fill_rectangle()
139 int sx, mx0, my0, mx1, my1
144 mx1 = mx0 + vw, my1 = my0 + vh;\
145 if ( mx0 < 0 )\
146 sx -= mx0, mx0 = 0;\
179 for (cx = mx0; cx < mx1; cx += nx) { in mask_clip_copy_mono()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxclipm.c98 int mx1 = mx0 + w, my1 = my0 + h; in mask_clip_fill_rectangle()
100 if (mx0 < 0) in mask_clip_fill_rectangle()
101 mx0 = 0; in mask_clip_fill_rectangle()
111 mx0 - cdev->phase.x, my0 - cdev->phase.y, in mask_clip_fill_rectangle()
112 mx1 - mx0, my1 - my0, gx_no_color_index, color); in mask_clip_fill_rectangle()
124 int sx, mx0, my0, mx1, my1
129 mx1 = mx0 + vw, my1 = my0 + vh;\
130 if ( mx0 < 0 )\
131 sx -= mx0, mx0 = 0;\
164 for (cx = mx0; cx < mx1; cx += nx) { in mask_clip_copy_mono()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/image/jpeg/
H A Dscan.go131 mx0, my0 int
161 mx0, my0 = d.comp[compIndex].h*mx, d.comp[compIndex].v*my
165 mx0 += j % 2
170 mx0 = blockCount % q
173 if mx0*8 >= d.width || my0*8 >= d.height {
180 b = d.progCoeffs[compIndex][my0*mxx*d.comp[compIndex].h+mx0]
252 d.progCoeffs[compIndex][my0*mxx*d.comp[compIndex].h+mx0] = b
269 dst, stride = d.img1.Pix[8*(my0*d.img1.Stride+mx0):], d.img1.Stride
273 dst, stride = d.img3.Y[8*(my0*d.img3.YStride+mx0):], d.img3.YStride
275 dst, stride = d.img3.Cb[8*(my0*d.img3.CStride+mx0):], d.img3.CStride
[all …]
/dports/lang/gcc48/gcc-4.8.5/libgo/go/image/jpeg/
H A Dscan.go133 mx0, my0 int
163 mx0, my0 = d.comp[compIndex].h*mx, d.comp[compIndex].v*my
167 mx0 += j % 2
172 mx0 = blockCount % q
175 if mx0*8 >= d.width || my0*8 >= d.height {
182 b = d.progCoeffs[compIndex][my0*mxx*d.comp[compIndex].h+mx0]
254 d.progCoeffs[compIndex][my0*mxx*d.comp[compIndex].h+mx0] = b
271 dst, stride = d.img1.Pix[8*(my0*d.img1.Stride+mx0):], d.img1.Stride
275 dst, stride = d.img3.Y[8*(my0*d.img3.YStride+mx0):], d.img3.YStride
277 dst, stride = d.img3.Cb[8*(my0*d.img3.CStride+mx0):], d.img3.CStride
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/image/jpeg/
H A Dscan.go133 mx0, my0 int
163 mx0, my0 = d.comp[compIndex].h*mx, d.comp[compIndex].v*my
167 mx0 += j % 2
172 mx0 = blockCount % q
175 if mx0*8 >= d.width || my0*8 >= d.height {
182 b = d.progCoeffs[compIndex][my0*mxx*d.comp[compIndex].h+mx0]
254 d.progCoeffs[compIndex][my0*mxx*d.comp[compIndex].h+mx0] = b
271 dst, stride = d.img1.Pix[8*(my0*d.img1.Stride+mx0):], d.img1.Stride
275 dst, stride = d.img3.Y[8*(my0*d.img3.YStride+mx0):], d.img3.YStride
277 dst, stride = d.img3.Cb[8*(my0*d.img3.CStride+mx0):], d.img3.CStride
[all …]
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Ddcen3x3.c84 float mx0=0, mx1=0, mx2=0; in dcen3x3() local
90 badcen += dcen3(image[0 + 3*0], image[1 + 3*0], image[2 + 3*0], &mx0); in dcen3x3()
105 bx = (mx0 + mx1 + mx2) / 3.; in dcen3x3()
106 mx = (mx2 - mx0) / 2.; in dcen3x3()
/dports/audio/drumgizmo/drumgizmo-0.9.19/plugingui/
H A Dpowerwidget.cc221 float mx0 = (float)(buttonEvent->x - x0) / width0; in buttonEvent() local
233 if(std::abs(mx0 - settings.powermap_fixed0_x.load()) < radius_x && in buttonEvent()
239 if(std::abs(mx0 - settings.powermap_fixed1_x.load()) < radius_x && in buttonEvent()
245 if(std::abs(mx0 - settings.powermap_fixed2_x.load()) < radius_x && in buttonEvent()
269 float mx0 = (float)(mouseMoveEvent->x - x0) / width0; in mouseMoveEvent() local
275 settings.powermap_fixed0_x.store(clamp(mx0, 0, 1)); in mouseMoveEvent()
280 settings.powermap_fixed1_x.store(clamp(mx0, 0, 1)); in mouseMoveEvent()
285 settings.powermap_fixed2_x.store(clamp(mx0, 0, 1)); in mouseMoveEvent()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/actions/
H A Dactions-object-align.cpp59 double mx0 = 0; in object_align() local
85 if (token == "left" ) { mx0 = 1.0; mx1 = 0.0; sx0 = 1.0; sx1 = 0.0; } in object_align()
86 else if (token == "hcenter" ) { mx0 = 0.5; mx1 = 0.5; sx0 = 0.5; sx1 = 0.5; } in object_align()
87 else if (token == "right" ) { mx0 = 0.0; mx1 = 1.0; sx0 = 0.0; sx1 = 1.0; } in object_align()
93 if (token == "left" ) { mx0 = 0.0; mx1 = 1.0; sx0 = 1.0; sx1 = 0.0; } in object_align()
95 else if (token == "right" ) { mx0 = 1.0; mx1 = 0.0; sx0 = 0.0; sx1 = 1.0; } in object_align()
128 …Inkscape::Selection::CompareSize direction = (mx0 != 0.0 || mx1 != 0.0) ? Inkscape::Selection::VER… in object_align()
169 Geom::Point mp = Geom::Point(mx0 * b->min()[Geom::X] + mx1 * b->max()[Geom::X], in object_align()
/dports/math/R/R-4.1.2/src/gnuwin32/
H A Dconsole.c366 p->mx0 = 5; in newconsoledata()
402 temp = mx0; in intersect_input()
403 mx0 = mx1; in intersect_input()
411 mx0 = max(mx0, prompt_wid); in intersect_input()
414 p->mx0 = mx0; in intersect_input()
1336 if (p->mx0 >= len) p->mx0 = len - 1; in consolecopy()
1337 if (p->mx0 < 0) p->mx0 = 0; in consolecopy()
2067 if (p->mx0 >= len) p->mx0 = len - 1; in consoleprint()
2068 if (p->mx0 < 0) p->mx0 = 0; in consoleprint()
2166 if (p->mx0 >= len) p->mx0 = len - 1; in consolesavefile()
[all …]
/dports/math/libRmath/R-4.1.1/src/gnuwin32/
H A Dconsole.c366 p->mx0 = 5; in newconsoledata()
402 temp = mx0; in intersect_input()
403 mx0 = mx1; in intersect_input()
411 mx0 = max(mx0, prompt_wid); in intersect_input()
414 p->mx0 = mx0; in intersect_input()
1336 if (p->mx0 >= len) p->mx0 = len - 1; in consolecopy()
1337 if (p->mx0 < 0) p->mx0 = 0; in consolecopy()
2067 if (p->mx0 >= len) p->mx0 = len - 1; in consoleprint()
2068 if (p->mx0 < 0) p->mx0 = 0; in consoleprint()
2166 if (p->mx0 >= len) p->mx0 = len - 1; in consolesavefile()
[all …]
/dports/lang/yorick/yorick-y_2_2_04/play/win/
H A Dmfcterm.cpp553 long mn0, mx0; in save_line() local
554 GetRichEditCtrl().GetSel(mn0, mx0); in save_line()
556 if (mx0 > i) mn0 = mx0 = i; in save_line()
559 GetRichEditCtrl().SetSel(mn0, mx0); in save_line()
578 long mn0, mx0, i, m = mark; in add_output() local
579 GetRichEditCtrl().GetSel(mn0, mx0); in add_output()
583 if (mx0>m || (mx0==m && mn0==mx0)) { in add_output()
584 if (mn0 < m) mn0 = mx0; in add_output()
585 mn0 += mark-m, mx0 += mark-m; in add_output()
587 GetRichEditCtrl().SetSel(mn0, mx0); in add_output()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/examples/
H A Dmaxwell3D_EFIE.cpp50 Mesh mx0(sqx-dx, triangle, 1,gmsh); in main() local
51 mx0.rotate3d(1.,0.,0.,pi_/2); in main()
52 Domain py0 = mx0.domain("Omega"); in main()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dpr32635.f10 1 mx0,k,numnp,numel,iadj)
21 if (imat(ix(5,i),mx0).ne.1) go to 20
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dpr32635.f10 1 mx0,k,numnp,numel,iadj)
21 if (imat(ix(5,i),mx0).ne.1) go to 20
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dpr32635.f10 1 mx0,k,numnp,numel,iadj)
21 if (imat(ix(5,i),mx0).ne.1) go to 20
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dpr32635.f10 1 mx0,k,numnp,numel,iadj)
21 if (imat(ix(5,i),mx0).ne.1) go to 20
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpr32635.f10 1 mx0,k,numnp,numel,iadj)
21 if (imat(ix(5,i),mx0).ne.1) go to 20

12345678910