Home
last modified time | relevance | path

Searched refs:nw1 (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/graphics/libopenraw/libopenraw-0.3.0/lib/
H A Dolympusdecompressor.cpp42 int nbits, sign, low, high, i, wo0, n, nw0, wo1, nw1; in decompressOlympus() local
59 wo0 = nw0 = wo1 = nw1 = 0; in decompressOlympus()
152 nw1 = pred; in decompressOlympus()
159 if (((wo1 < nw1) & (nw1 < n)) | ((n < nw1) & (nw1 < wo1))) { in decompressOlympus()
160 if (abs(wo1 - nw1) > 32 || abs(n - nw1) > 32) { in decompressOlympus()
161 pred = wo1 + n - nw1; in decompressOlympus()
166 pred = abs(wo1 - nw1) > abs(n - nw1) ? wo1 : n; in decompressOlympus()
173 nw1 = n; in decompressOlympus()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Djoin.c217 struct wire *nw1,*nw2; in join_middle_out() local
219 join_splice_middle(n,&nw1,&nw2,w->nodes->x,w->nodes->y,size,es); in join_middle_out()
221 joint_make(nw1->nodes->x,nw1->nodes->y,nw1,nw2,w,NULL,es); in join_middle_out()
231 GWire *nw1,*nw2; in join_middle_in() local
234 joint_make(nw1->nodes->x,nw1->nodes->y,nw1,nw2,w,NULL,es); in join_middle_in()
244 GWire *nw1,*nw2; in join_corner_out() local
246 join_splice_corner(n,&nw1,&nw2,size,es); in join_corner_out()
248 joint_make(nw1->nodes->x,nw1->nodes->y,nw1,nw2,w,NULL,es); in join_corner_out()
258 GWire *nw1,*nw2; in join_corner_in() local
260 join_splice_corner(n,&nw1,&nw2,size,es); in join_corner_in()
[all …]
/dports/graphics/rawstudio/rawstudio-2.0/plugins/load-rawspeed/rawspeed/
H A DOrfDecoder.cpp107 int nbits, sign, low, high, i, wo0, n, nw0, wo1, nw1; in decodeCompressed() local
122 wo0 = nw0 = wo1 = nw1 = 0; in decodeCompressed()
208 nw1 = pred; in decodeCompressed()
215 if (((wo1 < nw1) & (nw1 < n)) | ((n < nw1) & (nw1 < wo1))) { in decodeCompressed()
216 if (abs(wo1 - nw1) > 32 || abs(n - nw1) > 32) in decodeCompressed()
217 pred = wo1 + n - nw1; in decodeCompressed()
221 pred = abs(wo1 - nw1) > abs(n - nw1) ? wo1 : n; in decodeCompressed()
227 nw1 = n; in decodeCompressed()
/dports/games/zdoom/zdoom-2.8.1/gdtoa/
H A DstrtoIg.c42 int i, nb, nw, nw1, rv, rv1, swap; local
60 nw1 = nw - 1;
67 b1->x[nw1] = 1L << nb11;
77 || (nb1 && b1->x[nw1] & 1L << nb1)) {
83 if (b1->x[nw1] & 1L << nb11) {
99 for(i = nw1; !b1->x[i]; --i)
106 if (!(b1->x[nw1] & 1L << nb11)) {
H A Dsmisc.c142 int nw, nw1; local
153 nw1 = nw & 1;
154 for(xe = x + (nw - nw1); x < xe; x += 2)
156 if (nw1)
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gdtoa/
H A DstrtoIg.c44 int i, nb, nw, nw1, rv, rv1, swap; local
66 nw1 = nw - 1;
73 b1->x[nw1] = 1L << nb11;
83 || (nb1 && b1->x[nw1] & 1L << nb1)) {
89 if (b1->x[nw1] & 1L << nb11) {
105 for(i = nw1; !b1->x[i]; --i)
112 if (!(b1->x[nw1] & 1L << nb11)) {
H A Dsmisc.c153 int nw, nw1; local
164 nw1 = nw & 1;
165 for(xe = x + (nw - nw1); x < xe; x += 2)
167 if (nw1)
/dports/games/ecwolf/ecwolf-1.3.3-src/gdtoa/
H A DstrtoIg.c42 int i, nb, nw, nw1, rv, rv1, swap; local
60 nw1 = nw - 1;
67 b1->x[nw1] = 1L << nb11;
77 || (nb1 && b1->x[nw1] & 1L << nb1)) {
83 if (b1->x[nw1] & 1L << nb11) {
99 for(i = nw1; !b1->x[i]; --i)
106 if (!(b1->x[nw1] & 1L << nb11)) {
H A Dsmisc.c142 int nw, nw1; local
153 nw1 = nw & 1;
154 for(xe = x + (nw - nw1); x < xe; x += 2)
156 if (nw1)
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A Dtransform_tools.cpp62 FloatPoint nw1, ne1, sw1, se1; in newRect() local
64 nw1 = transformPoint(nw - transform._hotspot, transform._angle, transform._zoom); in newRect()
69 float top = MIN(nw1.y, MIN(ne1.y, MIN(sw1.y, se1.y))); in newRect()
70 float bottom = MAX(nw1.y, MAX(ne1.y, MAX(sw1.y, se1.y))); in newRect()
71 float left = MIN(nw1.x, MIN(ne1.x, MIN(sw1.x, se1.x))); in newRect()
72 float right = MAX(nw1.x, MAX(ne1.x, MAX(sw1.x, se1.x))); in newRect()
/dports/games/residualvm/residualvm-0.3.1/graphics/
H A Dtransform_tools.cpp61 FloatPoint nw1, ne1, sw1, se1; in newRect() local
63 nw1 = transformPoint(nw - transform._hotspot, transform._angle, transform._zoom); in newRect()
68 float top = MIN(nw1.y, MIN(ne1.y, MIN(sw1.y, se1.y))); in newRect()
69 float bottom = MAX(nw1.y, MAX(ne1.y, MAX(sw1.y, se1.y))); in newRect()
70 float left = MIN(nw1.x, MIN(ne1.x, MIN(sw1.x, se1.x))); in newRect()
71 float right = MAX(nw1.x, MAX(ne1.x, MAX(sw1.x, se1.x))); in newRect()
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A Dtransform_tools.cpp62 FloatPoint nw1, ne1, sw1, se1; in newRect() local
64 nw1 = transformPoint(nw - transform._hotspot, transform._angle, transform._zoom); in newRect()
69 float top = MIN(nw1.y, MIN(ne1.y, MIN(sw1.y, se1.y))); in newRect()
70 float bottom = MAX(nw1.y, MAX(ne1.y, MAX(sw1.y, se1.y))); in newRect()
71 float left = MIN(nw1.x, MIN(ne1.x, MIN(sw1.x, se1.x))); in newRect()
72 float right = MAX(nw1.x, MAX(ne1.x, MAX(sw1.x, se1.x))); in newRect()
/dports/science/cdcl/dcl-5.4.8-C/demo/math2/vstlib/
H A Dvstl01.c37 static integer i__, j, nw1[3]; in MAIN__() local
53 vs1int_(wz1, nw1, &c__3); in MAIN__()
61 vs1din_(wz1, nw1, &c__3, &x[j * 3 - 3]); in MAIN__()
64 vs1out_(wz1, nw1, &c__3); in MAIN__()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeFix/
H A DShapeFix_SplitCommonVertex.cxx88 for(Standard_Integer nw1=1; nw1<wires.Length(); nw1++) { in Perform() local
89 TopoDS_Wire w1 = TopoDS::Wire(wires.Value(nw1)); in Perform()
91 for(Standard_Integer nw2=nw1+1; nw2<=wires.Length(); nw2++) { in Perform()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/gdtoa/
H A Dsmisc.c105 int nw, nw1; in copybits() local
116 nw1 = nw & 1; in copybits()
117 for(xe = x + (nw - nw1); x < xe; x += 2) in copybits()
119 if (nw1) in copybits()
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/gdtoa/
H A Dsmisc.c105 int nw, nw1; in copybits() local
116 nw1 = nw & 1; in copybits()
117 for(xe = x + (nw - nw1); x < xe; x += 2) in copybits()
119 if (nw1) in copybits()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/fx/
H A Draindropfilter.cpp270 int w, h, nw1, nh1, nw2, nh2; in CreateRainDrop() local
292 nw1 = (int)((double)X + lfRadius * qCos(lfAngle)); in CreateRainDrop()
298 if (isInside(Width, Height, nw1, nh1)) in CreateRainDrop()
400 … imageData.setColor(pBits + pixelOffset(Width, nw1, nh1, bytesDepth), sixteenBit); in CreateRainDrop()
448 for (nw1 = -nBlurRadius ; runningFlag() && (nw1 <= nBlurRadius) ; ++nw1) in CreateRainDrop()
450 nw2 = X + w + nw1; in CreateRainDrop()
465 nw1 = X + w; in CreateRainDrop()
468 if (isInside(Width, Height, nw1, nh1) && (nBlurPixels != 0)) in CreateRainDrop()
470 offset = pixelOffset(Width, nw1, nh1, bytesDepth); in CreateRainDrop()
/dports/science/libccp4/libccp4-6.5.1/fortran/
H A Dcmaplib_f.c460 *nu1, *nu2, *nv1, *nv2, *nw1, *nsecs,
505 *nu1, *nu2, *nv1, *nv2, *nw1, *nsecs,
572 *nu1, *nu2, *nv1, *nv2, *nw1, *nsecs,
616 *nu1, *nu2, *nv1, *nv2, *nw1, *nsecs,
662 int iuvw[3], int mxyz[3], int *nw1, int *nu1, int *nu2,
704 mxyz, nu1, nu2, nv1, nv2, nw1,
729 int iuvw[3], int mxyz[3], int *nw1, int *nu1, int *nu2,
772 mxyz, nu1, nu2, nv1, nv2, nw1,
819 int iuvw[3], int mxyz[3], int *nw1, int *nu1, int *nu2,
853 mxyz, nu1, nu2, nv1, nv2, nw1,
[all …]
/dports/cad/feappv/feappv-4.1i/program/
H A Dpmacr.f82 integer nw1,nw2,nw3,nw4,nw5,nw6,nw7,nw8,nwp local
299 nw1 = nwd1
300 nw2 = nwd2 + nw1
355 if(j.le.nw1) then
358 call pmacr2(lct,ct,j-nw1)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/gdtoa/
H A Dsmisc.c160 int nw, nw1; local
171 nw1 = nw & 1;
172 for(xe = x + (nw - nw1); x < xe; x += 2)
174 if (nw1)
/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/src/fortran/
H A Dn1fc1.f50 nw1 = ny + memax + 1
51 nw2 = nw1 + memax + 1
68 & dz(nxga),dz(ny),dz(nw1),dz(nw2),izs,rzs,dzs)
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DFrameSet.pm672 my $nw1 = $w1 + $delta;
673 if (defined $frame1-> minFrameWidth && $nw1 < $frame1-> minFrameWidth) {
674 $nw1 = $frame1-> minFrameWidth;
675 } elsif (defined $frame1-> maxFrameWidth && $nw1 > $frame1-> maxFrameWidth) {
676 $nw1 = $frame1-> maxFrameWidth;
678 $delta = $nw1 - $w1;
686 $nw1 = $w1 + $delta;
690 $frame1-> width($nw1);
699 $frame1-> height($nw1);
709 $me-> {virtual_sizes}-> [$si] = $me-> {sizes}-> [$si] = $nw1;
/dports/graphics/grx/grx249/src/vdrivers/
H A Ds3.c71 unsigned char old,nw1,nw2; in TestIndexed() local
75 nw1 = ReadIndexed(pt,rg) & msk; in TestIndexed()
79 return (nw1==0) && (nw2==msk); in TestIndexed()
/dports/net/beacon/beacon-1.4/common/src/
H A Dutil.c275 int nw1, nw2, nover, i, j; in overlapping_words() local
283 nw1 = string_to_words(c1, w1, max_words); in overlapping_words()
287 for(i = 0; i < nw1; i++) { in overlapping_words()
/dports/science/wannier90/wannier90-3.1.0/src/
H A Dwannierise.F902574 integer :: r2mnunit, nw1, nw2, nkp, nn local
2581 do nw1 = 1, num_wann
2585 if (nw1 .eq. nw2) delta = 1.0_dp
3100 integer :: nn, nw1, nw2, nw3 local
3104 loop_nw1: do nw1 = 1, num_wann
3105 loop_nw2: do nw2 = nw1 + 1, num_wann
3109 a11 = a11 + (m_w(nw1, nw1, nn) - m_w(nw2, nw2, nn))**2
3110 a12 = a12 + m_w(nw1, nw2, nn)*(m_w(nw1, nw1, nn) - m_w(nw2, nw2, nn))
3133 m_w(nw3, nw1, nn) = rtmp1
3140 m_w(nw1, nw3, nn) = rtmp1
[all …]

12345678