Home
last modified time | relevance | path

Searched refs:nbox (Results 1 – 25 of 891) sorted by relevance

12345678910>>...36

/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dmdiis.f9061 mdiist%nbox = 0
87 mdiist%nbox = 0
126 mdiist%nbox = 1
136 mdiist%nbox = 0
223 mdiist%ibox(mdiist%nbox + 1) = mdiist%nbox + 1
224 mdiist%nbox = mdiist%nbox + 1
248 DO i = 1, mdiist%nbox
262 DO i = 1, mdiist%nbox
334 ALLOCATE(dmat(mdiist%nbox + 1, mdiist%nbox + 1))
348 dmat(mdiist%nbox + 1, mdiist%nbox + 1) = 0.0_DP
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/unit/
H A Dunit_ClusterNode.cpp49 number_t nbox=10; in unit_ClusterNode() local
53 ClusterTree<Point> dn_regular(meshd.nodes,_regularBisection,nbox); in unit_ClusterNode()
55 ClusterTree<Point> dn_bounding(meshd.nodes,_boundingBoxBisection,nbox); in unit_ClusterNode()
57 ClusterTree<Point> dn_cardinal(meshd.nodes,_cardinalityBisection,nbox); in unit_ClusterNode()
66 nbox=10; in unit_ClusterNode()
67 ClusterTree<Point> cn_regular(meshc.nodes,_regularBisection,nbox); in unit_ClusterNode()
69 ClusterTree<Point> cn_bounding(meshc.nodes,_boundingBoxBisection,nbox); in unit_ClusterNode()
71 ClusterTree<Point> cn_cardinal(meshc.nodes,_cardinalityBisection,nbox); in unit_ClusterNode()
80 nbox=3; in unit_ClusterNode()
81 ClusterTree<Point> sn_regular(meshs.nodes,_regularBisection,nbox); in unit_ClusterNode()
[all …]
/dports/devel/ppl/ppl-1.2/tests/Box/
H A Dfrompolyhedron1.cc39 TBox nbox(ph); in test01() local
66 TBox nbox(ph); in test02() local
95 TBox nbox(ph); in test03() local
128 TBox nbox(ph); in test04() local
154 TBox nbox(ph); in test05() local
175 TBox nbox(ph); in test06() local
196 TBox nbox(ph); in test07() local
222 TBox nbox(ph); in test08() local
254 TBox nbox(ph); in test09() local
287 TBox nbox(ph); in test10() local
[all …]
H A Dfrompolyhedron2.cc44 TBox nbox(ph); in test01() local
54 bool ok = (nbox == known_box && pbox == known_box); in test01()
57 print_constraints(nbox, "*** nbox ***"); in test01()
78 TBox nbox(ph); in test02() local
87 bool ok = (nbox == known_box && pbox == known_box); in test02()
90 print_constraints(nbox, "*** nbox ***"); in test02()
110 Rational_Box nbox(ph); in test03() local
114 NNC_Polyhedron known_nph(nbox); in test03()
/dports/science/siesta/siesta-4.1.5/Util/Contrib/APostnikov/
H A Dwraxsf1.f50 . coord*b2ang,nbox)
54 . coord*b2ang,nbox)
56 if (nbox.gt.0) then
58 write (io1,"(i6,' 1')") nbox
60 do ibox = 1,nbox
89 write (io1,"(i6,' 1')") nbox
90 if (nbox.gt.0) then
92 write (io1,"(i6,' 1')") nbox
94 do ibox = 1,nbox
119 if (nbox.gt.0) then
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/nfs/
H A Dmbox.c5 uint nbox; variable
12 for(i=0; i<nbox; i++) in markboxes()
22 for(i=0; i<nbox; i++) in sweepboxes()
34 for(i=0; i<nbox; i++) in mboxbyname()
43 if(id < 0 || id >= nbox) in mboxbyid()
55 if(nbox%64 == 0) in mboxcreate()
56 box = erealloc(box, (nbox+64)*sizeof box[0]); in mboxcreate()
57 box[nbox++] = b; in mboxcreate()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libframe/
H A Dfrbox.c15 if(bn > f->nbox) in _fraddbox()
17 if(f->nbox+n > f->nalloc) in _fraddbox()
19 for(i=f->nbox; --i>=bn; ) in _fraddbox()
21 f->nbox+=n; in _fraddbox()
29 if(n0>=f->nbox || n1>=f->nbox || n1<n0) in _frclosebox()
32 for(i=n1; i<f->nbox; i++) in _frclosebox()
34 f->nbox -= n1-n0; in _frclosebox()
40 if(n0>=f->nbox || n1>=f->nbox || n1<n0) in _frdelbox()
53 if(n0>=f->nbox || n1>=f->nbox) in _frfreebox()
154 for(b = &f->box[bn]; bn<f->nbox && p+NRUNE(b)<=q; bn++, b++) in _frfindbox()
H A Dfrptofchar.c15 for(b = &f->box[bn]; bn<f->nbox; bn++,b++){ in _frptofcharptb()
46 int nbox; in _frptofcharnb() local
48 nbox = f->nbox; in _frptofcharnb()
49 f->nbox = nb; in _frptofcharnb()
51 f->nbox = nbox; in _frptofcharnb()
79 for(b=f->box,bn=0,p=0; bn<f->nbox && qt.y<pt.y; bn++,b++){ in frcharofpt()
86 for(; bn<f->nbox && qt.x<=pt.x; bn++,b++){ in frcharofpt()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/glamor/
H A Dglamor_copy.c166 int nbox, in glamor_copy_bail() argument
204 int nbox, in glamor_copy_cpu_fbo() argument
290 int nbox, in glamor_copy_fbo_cpu() argument
427 if (nbox < 100) { in glamor_copy_fbo_fbo_draw()
433 for (n = 0; n < nbox; n++) { in glamor_copy_fbo_fbo_draw()
520 if (nbox == 0) in glamor_copy_fbo_fbo_temp()
538 for (n = 1; n < nbox; n++) { in glamor_copy_fbo_fbo_temp()
643 if (nbox == 0) in glamor_copy_needs_temp()
691 int nbox, in glamor_copy_gl() argument
730 int nbox, in glamor_copy() argument
[all …]
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/glamor/
H A Dglamor_copy.c166 int nbox, in glamor_copy_bail() argument
204 int nbox, in glamor_copy_cpu_fbo() argument
290 int nbox, in glamor_copy_fbo_cpu() argument
427 if (nbox < 100) { in glamor_copy_fbo_fbo_draw()
433 for (n = 0; n < nbox; n++) { in glamor_copy_fbo_fbo_draw()
520 if (nbox == 0) in glamor_copy_fbo_fbo_temp()
538 for (n = 1; n < nbox; n++) { in glamor_copy_fbo_fbo_temp()
643 if (nbox == 0) in glamor_copy_needs_temp()
691 int nbox, in glamor_copy_gl() argument
730 int nbox, in glamor_copy() argument
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/glamor/
H A Dglamor_copy.c166 int nbox, in glamor_copy_bail() argument
204 int nbox, in glamor_copy_cpu_fbo() argument
290 int nbox, in glamor_copy_fbo_cpu() argument
427 if (nbox < 100) { in glamor_copy_fbo_fbo_draw()
433 for (n = 0; n < nbox; n++) { in glamor_copy_fbo_fbo_draw()
520 if (nbox == 0) in glamor_copy_fbo_fbo_temp()
538 for (n = 1; n < nbox; n++) { in glamor_copy_fbo_fbo_temp()
643 if (nbox == 0) in glamor_copy_needs_temp()
691 int nbox, in glamor_copy_gl() argument
730 int nbox, in glamor_copy() argument
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/glamor/
H A Dglamor_copy.c166 int nbox, in glamor_copy_bail() argument
204 int nbox, in glamor_copy_cpu_fbo() argument
290 int nbox, in glamor_copy_fbo_cpu() argument
427 if (nbox < 100) { in glamor_copy_fbo_fbo_draw()
433 for (n = 0; n < nbox; n++) { in glamor_copy_fbo_fbo_draw()
520 if (nbox == 0) in glamor_copy_fbo_fbo_temp()
538 for (n = 1; n < nbox; n++) { in glamor_copy_fbo_fbo_temp()
643 if (nbox == 0) in glamor_copy_needs_temp()
691 int nbox, in glamor_copy_gl() argument
730 int nbox, in glamor_copy() argument
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/glamor/
H A Dglamor_copy.c166 int nbox, in glamor_copy_bail() argument
204 int nbox, in glamor_copy_cpu_fbo() argument
290 int nbox, in glamor_copy_fbo_cpu() argument
427 if (nbox < 100) { in glamor_copy_fbo_fbo_draw()
433 for (n = 0; n < nbox; n++) { in glamor_copy_fbo_fbo_draw()
520 if (nbox == 0) in glamor_copy_fbo_fbo_temp()
538 for (n = 1; n < nbox; n++) { in glamor_copy_fbo_fbo_temp()
643 if (nbox == 0) in glamor_copy_needs_temp()
691 int nbox, in glamor_copy_gl() argument
730 int nbox, in glamor_copy() argument
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/glamor/
H A Dglamor_copy.c166 int nbox, in glamor_copy_bail() argument
204 int nbox, in glamor_copy_cpu_fbo() argument
290 int nbox, in glamor_copy_fbo_cpu() argument
427 if (nbox < 100) { in glamor_copy_fbo_fbo_draw()
433 for (n = 0; n < nbox; n++) { in glamor_copy_fbo_fbo_draw()
520 if (nbox == 0) in glamor_copy_fbo_fbo_temp()
538 for (n = 1; n < nbox; n++) { in glamor_copy_fbo_fbo_temp()
643 if (nbox == 0) in glamor_copy_needs_temp()
691 int nbox, in glamor_copy_gl() argument
730 int nbox, in glamor_copy() argument
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/glamor/
H A Dglamor_copy.c166 int nbox, in glamor_copy_bail() argument
204 int nbox, in glamor_copy_cpu_fbo() argument
290 int nbox, in glamor_copy_fbo_cpu() argument
427 if (nbox < 100) { in glamor_copy_fbo_fbo_draw()
433 for (n = 0; n < nbox; n++) { in glamor_copy_fbo_fbo_draw()
520 if (nbox == 0) in glamor_copy_fbo_fbo_temp()
538 for (n = 1; n < nbox; n++) { in glamor_copy_fbo_fbo_temp()
643 if (nbox == 0) in glamor_copy_needs_temp()
691 int nbox, in glamor_copy_gl() argument
730 int nbox, in glamor_copy() argument
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/glamor/
H A Dglamor_copy.c166 int nbox, in glamor_copy_bail() argument
204 int nbox, in glamor_copy_cpu_fbo() argument
290 int nbox, in glamor_copy_fbo_cpu() argument
427 if (nbox < 100) { in glamor_copy_fbo_fbo_draw()
433 for (n = 0; n < nbox; n++) { in glamor_copy_fbo_fbo_draw()
520 if (nbox == 0) in glamor_copy_fbo_fbo_temp()
538 for (n = 1; n < nbox; n++) { in glamor_copy_fbo_fbo_temp()
643 if (nbox == 0) in glamor_copy_needs_temp()
691 int nbox, in glamor_copy_gl() argument
730 int nbox, in glamor_copy() argument
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/glamor/
H A Dglamor_copy.c166 int nbox, in glamor_copy_bail() argument
204 int nbox, in glamor_copy_cpu_fbo() argument
290 int nbox, in glamor_copy_fbo_cpu() argument
427 if (nbox < 100) { in glamor_copy_fbo_fbo_draw()
433 for (n = 0; n < nbox; n++) { in glamor_copy_fbo_fbo_draw()
520 if (nbox == 0) in glamor_copy_fbo_fbo_temp()
538 for (n = 1; n < nbox; n++) { in glamor_copy_fbo_fbo_temp()
643 if (nbox == 0) in glamor_copy_needs_temp()
691 int nbox, in glamor_copy_gl() argument
730 int nbox, in glamor_copy() argument
[all …]
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dalignedblob.cpp430 TBOX nbox = neighbour->bounding_box(); in FindAlignedBlob() local
431 int n_y = (nbox.top() + nbox.bottom()) / 2; in FindAlignedBlob()
435 tprintf("Neighbour too far at (%d,%d)->(%d,%d)\n", nbox.left(), nbox.bottom(), nbox.right(), in FindAlignedBlob()
436 nbox.top()); in FindAlignedBlob()
452 backup_result->bounding_box().y_gap(nbox) > gridsize()) { in FindAlignedBlob()
462 int n_left = nbox.left(); in FindAlignedBlob()
463 int n_right = nbox.right(); in FindAlignedBlob()
467 nbox.bottom(), nbox.right(), nbox.top(), n_x, n_y, x_at_n_y); in FindAlignedBlob()
476 *end_y = top_to_bottom ? nbox.top() : nbox.bottom(); in FindAlignedBlob()
489 *end_y = top_to_bottom ? nbox.top() : nbox.bottom(); in FindAlignedBlob()
[all …]
H A Dstrokewidth.cpp398 nbox.bottom(), nbox.right(), nbox.top(), neighbour->horz_stroke_width(), in PrintBoxWidths()
693 TBOX merged(nbox); in AcceptableCJKMerge()
745 *bbox += nbox; in AccumulateOverlaps()
749 nbox.print(); in AccumulateOverlaps()
795 nbox.print(); in AccumulateOverlaps()
957 int mid_x = (nbox.left() + nbox.right()) / 2; in FindGoodNeighbour()
963 nbox.print(); in FindGoodNeighbour()
996 if (overlap == nbox.height() && nbox.width() > nbox.height()) { in FindGoodNeighbour()
1001 gap = dir == BND_LEFT ? left - nbox.left() : nbox.right() - right; in FindGoodNeighbour()
1012 if (overlap == nbox.width() && nbox.height() > nbox.width()) { in FindGoodNeighbour()
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/mfb/
H A Dmfbline.c160 nbox = nboxInit;
207 nbox--;
210 if (nbox)
228 nbox--;
262 nbox--;
279 nbox--;
287 nbox = 0;
299 nbox--;
434 while (nbox--)
600 while(nbox--)
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/mi/
H A Dmicopy.c45 int nbox; in miCopyRegion() local
49 nbox = RegionNumRects(pDstRegion); in miCopyRegion()
63 if (nbox > 1) { in miCopyRegion()
65 pboxNew1 = xallocarray(nbox, sizeof(BoxRec)); in miCopyRegion()
68 pboxBase = pboxNext = pbox + nbox - 1; in miCopyRegion()
78 pboxNew1 -= nbox; in miCopyRegion()
94 if (nbox > 1) { in miCopyRegion()
96 pboxNew2 = xallocarray(nbox, sizeof(BoxRec)); in miCopyRegion()
102 while (pboxBase < pbox + nbox) { in miCopyRegion()
103 while ((pboxNext < pbox + nbox) && in miCopyRegion()
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/mi/
H A Dmicopy.c45 int nbox; in miCopyRegion() local
49 nbox = RegionNumRects(pDstRegion); in miCopyRegion()
63 if (nbox > 1) { in miCopyRegion()
65 pboxNew1 = xallocarray(nbox, sizeof(BoxRec)); in miCopyRegion()
68 pboxBase = pboxNext = pbox + nbox - 1; in miCopyRegion()
78 pboxNew1 -= nbox; in miCopyRegion()
94 if (nbox > 1) { in miCopyRegion()
96 pboxNew2 = xallocarray(nbox, sizeof(BoxRec)); in miCopyRegion()
102 while (pboxBase < pbox + nbox) { in miCopyRegion()
103 while ((pboxNext < pbox + nbox) && in miCopyRegion()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/mi/
H A Dmicopy.c45 int nbox; in miCopyRegion() local
49 nbox = RegionNumRects(pDstRegion); in miCopyRegion()
63 if (nbox > 1) { in miCopyRegion()
65 pboxNew1 = xallocarray(nbox, sizeof(BoxRec)); in miCopyRegion()
68 pboxBase = pboxNext = pbox + nbox - 1; in miCopyRegion()
78 pboxNew1 -= nbox; in miCopyRegion()
94 if (nbox > 1) { in miCopyRegion()
96 pboxNew2 = xallocarray(nbox, sizeof(BoxRec)); in miCopyRegion()
102 while (pboxBase < pbox + nbox) { in miCopyRegion()
103 while ((pboxNext < pbox + nbox) && in miCopyRegion()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/mi/
H A Dmicopy.c45 int nbox; in miCopyRegion() local
49 nbox = RegionNumRects(pDstRegion); in miCopyRegion()
63 if (nbox > 1) { in miCopyRegion()
65 pboxNew1 = xallocarray(nbox, sizeof(BoxRec)); in miCopyRegion()
68 pboxBase = pboxNext = pbox + nbox - 1; in miCopyRegion()
78 pboxNew1 -= nbox; in miCopyRegion()
94 if (nbox > 1) { in miCopyRegion()
96 pboxNew2 = xallocarray(nbox, sizeof(BoxRec)); in miCopyRegion()
102 while (pboxBase < pbox + nbox) { in miCopyRegion()
103 while ((pboxNext < pbox + nbox) && in miCopyRegion()
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/mi/
H A Dmicopy.c45 int nbox; in miCopyRegion() local
49 nbox = RegionNumRects(pDstRegion); in miCopyRegion()
63 if (nbox > 1) { in miCopyRegion()
65 pboxNew1 = xallocarray(nbox, sizeof(BoxRec)); in miCopyRegion()
68 pboxBase = pboxNext = pbox + nbox - 1; in miCopyRegion()
78 pboxNew1 -= nbox; in miCopyRegion()
94 if (nbox > 1) { in miCopyRegion()
96 pboxNew2 = xallocarray(nbox, sizeof(BoxRec)); in miCopyRegion()
102 while (pboxBase < pbox + nbox) { in miCopyRegion()
103 while ((pboxNext < pbox + nbox) && in miCopyRegion()
[all …]

12345678910>>...36