Home
last modified time | relevance | path

Searched refs:coords (Results 1 – 25 of 8101) sorted by relevance

12345678910>>...325

/dports/games/xsc/xsc-1.6/
H A Dgothgbt.C27 const coords x3700[] = {
56 const coords x3701[] = {
78 const coords x3702[] = {
111 const coords x3703[] = {
147 const coords x3704[] = {
175 const coords x3705[] = {
209 const coords x3706[] = {
249 const coords x3707[] = {
278 const coords x3708[] = {
320 const coords x3709[] = {
[all …]
H A Dromans.C27 const coords x700[] = {
46 const coords x701[] = {
52 const coords x702[] = {
68 const coords x703[] = {
85 const coords x704[] = {
91 const coords x705[] = {
110 const coords x706[] = {
135 const coords x707[] = {
140 const coords x708[] = {
171 const coords x709[] = {
[all …]
H A Dromant.C27 const coords x3200[] = {
70 const coords x3201[] = {
83 const coords x3202[] = {
134 const coords x3203[] = {
197 const coords x3204[] = {
210 const coords x3205[] = {
254 const coords x3206[] = {
314 const coords x3207[] = {
346 const coords x3208[] = {
408 const coords x3209[] = {
[all …]
H A Dcyrilc.C27 const coords x2200[] = {
64 const coords x2201[] = {
72 const coords x2202[] = {
112 const coords x2203[] = {
154 const coords x2204[] = {
162 const coords x2205[] = {
194 const coords x2206[] = {
239 const coords x2207[] = {
263 const coords x2208[] = {
317 const coords x2209[] = {
[all …]
/dports/math/dune-localfunctions/dune-localfunctions-f6628171b2773065ab43f97a77f47cd8c4283d8f/dune/localfunctions/test/
H A Dgeometries.hh130 coords[0][0] = -.5; coords[0][1] = -.5; coords[0][2] = -.5; in TestGeometries()
131 coords[1][0] = .5; coords[1][1] = -.5; coords[1][2] = -.5; in TestGeometries()
132 coords[2][0] = 0 ; coords[2][1] = .5; coords[2][2] = -.5; in TestGeometries()
133 coords[3][0] = 0 ; coords[3][1] = 0 ; coords[3][2] = .5; in TestGeometries()
138 coords[0][0] = -.5; coords[0][1] = 0; coords[0][2] = -.5; in TestGeometries()
139 coords[1][0] = 0 ; coords[1][1] = -.5; coords[1][2] = -.5; in TestGeometries()
140 coords[2][0] = .5; coords[2][1] = 0; coords[2][2] = -.5; in TestGeometries()
141 coords[3][0] = 0 ; coords[3][1] = .5; coords[3][2] = -.5; in TestGeometries()
142 coords[4][0] = .1; coords[4][1] = .1; coords[4][2] = .1; in TestGeometries()
147 coords[0][0] = -.6; coords[0][1] = -.5; coords[0][2] = -.4; in TestGeometries()
[all …]
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/egl/openvg/
H A Dlion-render.c42 init(l, 0, color, coords, ELEMENTS(coords)/2); in poly0()
54 init(l, 1, color, coords, ELEMENTS(coords)/2); in poly1()
63 init(l, 2, color, coords, ELEMENTS(coords)/2); in poly2()
74 init(l, 3, color, coords, ELEMENTS(coords)/2); in poly3()
88 init(l, 4, color, coords, ELEMENTS(coords)/2); in poly4()
100 init(l, 5, color, coords, ELEMENTS(coords)/2); in poly5()
117 init(l, 6, color, coords, ELEMENTS(coords)/2); in poly6()
129 init(l, 7, color, coords, ELEMENTS(coords)/2); in poly7()
139 init(l, 8, color, coords, ELEMENTS(coords)/2); in poly8()
149 init(l, 9, color, coords, ELEMENTS(coords)/2); in poly9()
[all …]
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/egl/openvg/
H A Dlion-render.c42 init(l, 0, color, coords, ELEMENTS(coords)/2); in poly0()
54 init(l, 1, color, coords, ELEMENTS(coords)/2); in poly1()
63 init(l, 2, color, coords, ELEMENTS(coords)/2); in poly2()
74 init(l, 3, color, coords, ELEMENTS(coords)/2); in poly3()
88 init(l, 4, color, coords, ELEMENTS(coords)/2); in poly4()
100 init(l, 5, color, coords, ELEMENTS(coords)/2); in poly5()
117 init(l, 6, color, coords, ELEMENTS(coords)/2); in poly6()
129 init(l, 7, color, coords, ELEMENTS(coords)/2); in poly7()
139 init(l, 8, color, coords, ELEMENTS(coords)/2); in poly8()
149 init(l, 9, color, coords, ELEMENTS(coords)/2); in poly9()
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/unit/
H A DIdealElementTest.cpp92 Vector3D v1 = coords[1] - coords[0]; in test_unit_tri()
93 Vector3D v2 = coords[2] - coords[0]; in test_unit_tri()
143 Vector3D c = 0.25*(coords[0]+coords[1]+coords[2]+coords[3]); in test_unit_pyr()
168 Vector3D p1 = 0.25*(coords[0]+coords[1]+coords[2]+coords[3]); in test_unit_hex()
169 Vector3D p2 = 0.25*(coords[4]+coords[5]+coords[6]+coords[7]); in test_unit_hex()
170 Vector3D p3 = 0.25*(coords[0]+coords[1]+coords[5]+coords[4]); in test_unit_hex()
171 Vector3D p4 = 0.25*(coords[7]+coords[6]+coords[6]+coords[7]); in test_unit_hex()
172 Vector3D p5 = 0.25*(coords[0]+coords[3]+coords[4]+coords[7]); in test_unit_hex()
173 Vector3D p6 = 0.25*(coords[1]+coords[2]+coords[6]+coords[5]); in test_unit_hex()
197 Vector3D c = 0.25*(coords[0]+coords[1]+coords[2]+coords[3]); in test_side_height_pyr()
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/
H A Dmeasure.cpp75 return tet_volume( coords[0], coords[1], coords[2], coords[3] ) ; in measure()
77 return tet_volume( coords[0], coords[1], coords[2], coords[4] ) + in measure()
78 tet_volume( coords[0], coords[2], coords[3], coords[4] ) ; in measure()
80 return tet_volume( coords[0], coords[1], coords[2], coords[5] ) + in measure()
81 tet_volume( coords[3], coords[5], coords[4], coords[0] ) + in measure()
82 tet_volume( coords[1], coords[4], coords[5], coords[0] ) ; in measure()
84 return tet_volume( coords[0], coords[1], coords[3], coords[4] ) + in measure()
85 tet_volume( coords[7], coords[3], coords[6], coords[4] ) + in measure()
86 tet_volume( coords[4], coords[5], coords[1], coords[6] ) + in measure()
87 tet_volume( coords[1], coords[6], coords[3], coords[4] ) + in measure()
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/Coords/src/
H A Dutil.c29 if ( coords->ndim > 0 && coords->ncoor > 0 ) { in Coords_sizeOf()
30 nbytes += coords->ndim * coords->ncoor * sizeof(float) ; in Coords_sizeOf()
59 coords, dim, coords->type) ; in Coords_min()
64 coords, dim, coords->ndim) ; in Coords_min()
69 coords, dim, coords->ncoor) ; in Coords_min()
74 coords, dim, coords->coors) ; in Coords_min()
129 coords, dim, coords->type) ; in Coords_max()
134 coords, dim, coords->ndim) ; in Coords_max()
139 coords, dim, coords->ncoor) ; in Coords_max()
144 coords, dim, coords->coors) ; in Coords_max()
[all …]
H A DIO.c24 Coords *coords, in Coords_readFromFile() argument
94 Coords *coords, in Coords_readFromFormattedFile() argument
157 Coords *coords, in Coords_readFromBinaryFile() argument
228 Coords *coords, in Coords_writeToFile() argument
302 Coords *coords, in Coords_writeToFormattedFile() argument
312 || (size = coords->ndim * coords->ncoor) <= 0 ) { in Coords_writeToFormattedFile()
323 coords->type, coords->ndim, coords->ncoor) ; in Coords_writeToFormattedFile()
351 Coords *coords, in Coords_writeToBinaryFile() argument
362 || (size = coords->ndim * coords->ncoor) <= 0 ) { in Coords_writeToBinaryFile()
410 coords, fp, rc, coords, fp) ; in Coords_writeForHumanEye()
[all …]
/dports/math/spooles-mpich/spooles.2.2/Coords/src/
H A Dutil.c29 if ( coords->ndim > 0 && coords->ncoor > 0 ) { in Coords_sizeOf()
30 nbytes += coords->ndim * coords->ncoor * sizeof(float) ; in Coords_sizeOf()
59 coords, dim, coords->type) ; in Coords_min()
64 coords, dim, coords->ndim) ; in Coords_min()
69 coords, dim, coords->ncoor) ; in Coords_min()
74 coords, dim, coords->coors) ; in Coords_min()
129 coords, dim, coords->type) ; in Coords_max()
134 coords, dim, coords->ndim) ; in Coords_max()
139 coords, dim, coords->ncoor) ; in Coords_max()
144 coords, dim, coords->coors) ; in Coords_max()
[all …]
H A DIO.c24 Coords *coords, in Coords_readFromFile() argument
94 Coords *coords, in Coords_readFromFormattedFile() argument
157 Coords *coords, in Coords_readFromBinaryFile() argument
228 Coords *coords, in Coords_writeToFile() argument
302 Coords *coords, in Coords_writeToFormattedFile() argument
312 || (size = coords->ndim * coords->ncoor) <= 0 ) { in Coords_writeToFormattedFile()
323 coords->type, coords->ndim, coords->ncoor) ; in Coords_writeToFormattedFile()
351 Coords *coords, in Coords_writeToBinaryFile() argument
362 || (size = coords->ndim * coords->ncoor) <= 0 ) { in Coords_writeToBinaryFile()
410 coords, fp, rc, coords, fp) ; in Coords_writeForHumanEye()
[all …]
/dports/math/spooles/spooles.2.2_SHARED/Coords/src/
H A Dutil.c29 if ( coords->ndim > 0 && coords->ncoor > 0 ) { in Coords_sizeOf()
30 nbytes += coords->ndim * coords->ncoor * sizeof(float) ; in Coords_sizeOf()
59 coords, dim, coords->type) ; in Coords_min()
64 coords, dim, coords->ndim) ; in Coords_min()
69 coords, dim, coords->ncoor) ; in Coords_min()
74 coords, dim, coords->coors) ; in Coords_min()
129 coords, dim, coords->type) ; in Coords_max()
134 coords, dim, coords->ndim) ; in Coords_max()
139 coords, dim, coords->ncoor) ; in Coords_max()
144 coords, dim, coords->coors) ; in Coords_max()
[all …]
H A DIO.c24 Coords *coords, in Coords_readFromFile() argument
94 Coords *coords, in Coords_readFromFormattedFile() argument
157 Coords *coords, in Coords_readFromBinaryFile() argument
228 Coords *coords, in Coords_writeToFile() argument
302 Coords *coords, in Coords_writeToFormattedFile() argument
312 || (size = coords->ndim * coords->ncoor) <= 0 ) { in Coords_writeToFormattedFile()
323 coords->type, coords->ndim, coords->ncoor) ; in Coords_writeToFormattedFile()
351 Coords *coords, in Coords_writeToBinaryFile() argument
362 || (size = coords->ndim * coords->ncoor) <= 0 ) { in Coords_writeToBinaryFile()
410 coords, fp, rc, coords, fp) ; in Coords_writeForHumanEye()
[all …]
/dports/math/spooles/spooles.2.2/Coords/src/
H A Dutil.c29 if ( coords->ndim > 0 && coords->ncoor > 0 ) { in Coords_sizeOf()
30 nbytes += coords->ndim * coords->ncoor * sizeof(float) ; in Coords_sizeOf()
59 coords, dim, coords->type) ; in Coords_min()
64 coords, dim, coords->ndim) ; in Coords_min()
69 coords, dim, coords->ncoor) ; in Coords_min()
74 coords, dim, coords->coors) ; in Coords_min()
129 coords, dim, coords->type) ; in Coords_max()
134 coords, dim, coords->ndim) ; in Coords_max()
139 coords, dim, coords->ncoor) ; in Coords_max()
144 coords, dim, coords->coors) ; in Coords_max()
[all …]
H A DIO.c24 Coords *coords, in Coords_readFromFile() argument
94 Coords *coords, in Coords_readFromFormattedFile() argument
157 Coords *coords, in Coords_readFromBinaryFile() argument
228 Coords *coords, in Coords_writeToFile() argument
302 Coords *coords, in Coords_writeToFormattedFile() argument
312 || (size = coords->ndim * coords->ncoor) <= 0 ) { in Coords_writeToFormattedFile()
323 coords->type, coords->ndim, coords->ncoor) ; in Coords_writeToFormattedFile()
351 Coords *coords, in Coords_writeToBinaryFile() argument
362 || (size = coords->ndim * coords->ncoor) <= 0 ) { in Coords_writeToBinaryFile()
410 coords, fp, rc, coords, fp) ; in Coords_writeForHumanEye()
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A DGeomUtilTests.cpp147 CartVect coords[3]; in general_box_tri_overlap_test() local
179 coords[0] = CartVect(3,1,1); in general_box_tri_overlap_test()
180 coords[1] = CartVect(1,3,1); in general_box_tri_overlap_test()
181 coords[2] = CartVect(1,1,3); in general_box_tri_overlap_test()
186 coords[0] = CartVect(-1,1,1); in general_box_tri_overlap_test()
187 coords[1] = CartVect(1,-1,1); in general_box_tri_overlap_test()
188 coords[2] = CartVect(1,1,-1); in general_box_tri_overlap_test()
388 CartVect coords[8]; in general_box_hex_overlap_test() local
499 CartVect coords[4]; in general_box_tet_overlap_test() local
502 coords[0] = CartVect(0,0,0); in general_box_tet_overlap_test()
[all …]
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/
H A Darea-to-pdf.c100 coords->x2 + coords->x2delta, in fo_pdf_clip_to_coords()
101 coords->y2 + coords->y2delta); in fo_pdf_clip_to_coords()
103 coords->x1 + coords->x1delta, in fo_pdf_clip_to_coords()
104 coords->y1 + coords->y1delta); in fo_pdf_clip_to_coords()
207 coords->x2 + coords->x2delta, in fo_pdf_draw_border_solid()
210 coords->x1 + coords->x1delta, in fo_pdf_draw_border_solid()
293 if (coords->x1 == coords->x2) in fo_pdf_draw_border_dotted()
348 if (coords->x1 == coords->x2) in fo_pdf_draw_border_dashed()
398 if (coords->x1 == coords->x2) in fo_pdf_draw_border_groove()
452 if (coords->x1 == coords->x2) in fo_pdf_draw_border_ridge()
[all …]
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/
H A Darea-to-pdf.c100 coords->x2 + coords->x2delta, in fo_pdf_clip_to_coords()
101 coords->y2 + coords->y2delta); in fo_pdf_clip_to_coords()
103 coords->x1 + coords->x1delta, in fo_pdf_clip_to_coords()
104 coords->y1 + coords->y1delta); in fo_pdf_clip_to_coords()
207 coords->x2 + coords->x2delta, in fo_pdf_draw_border_solid()
210 coords->x1 + coords->x1delta, in fo_pdf_draw_border_solid()
293 if (coords->x1 == coords->x2) in fo_pdf_draw_border_dotted()
348 if (coords->x1 == coords->x2) in fo_pdf_draw_border_dashed()
398 if (coords->x1 == coords->x2) in fo_pdf_draw_border_groove()
452 if (coords->x1 == coords->x2) in fo_pdf_draw_border_ridge()
[all …]
/dports/net-im/convey/convey-src-0.3/src/org/convey/
H A DShapeGraphic.java142 coords[0] = (coords[0] + tx1) * sx + tx2; coords[1] = (coords[1] + ty1) * sy + ty2; in fitToRect()
143 coords[2] = (coords[2] + tx1) * sx + tx2; coords[3] = (coords[3] + ty1) * sy + ty2; in fitToRect()
144 coords[4] = (coords[4] + tx1) * sx + tx2; coords[5] = (coords[5] + ty1) * sy + ty2; in fitToRect()
145 path.curveTo(coords[0], coords[1], coords[2], coords[3], coords[4], coords[5]); in fitToRect()
148 coords[0] = (coords[0] + tx1) * sx + tx2; coords[1] = (coords[1] + ty1) * sy + ty2; in fitToRect()
152 coords[0] = (coords[0] + tx1) * sx + tx2; coords[1] = (coords[1] + ty1) * sy + ty2; in fitToRect()
156 coords[0] = (coords[0] + tx1) * sx + tx2; coords[1] = (coords[1] + ty1) * sy + ty2; in fitToRect()
157 coords[2] = (coords[2] + tx1) * sx + tx2; coords[3] = (coords[3] + ty1) * sy + ty2; in fitToRect()
158 path.quadTo(coords[0], coords[1], coords[2], coords[3]); in fitToRect()
183 path.curveTo(coords[0], coords[1], coords[2], coords[3], coords[4], coords[5]); in translate()
[all …]
/dports/games/zangband/zangband/lib/script/tk/library/
H A Dtabs.tcl313 set coords [$canvas coords $lineId]
325 set coords [$canvas coords $lineId]
335 set coords [$canvas coords $lineId]
347 set coords [$canvas coords $lineId]
355 set coords [$canvas coords $rectId]
365 set coords [$canvas coords $textId]
387 set coords [$canvas coords $lineId]
400 set coords [$canvas coords $lineId]
411 set coords [$canvas coords $lineId]
423 set coords [$canvas coords $lineId]
[all …]
/dports/devel/py-shapely/Shapely-1.8.0/tests/
H A Dtest_polygon.py44 assert ring.coords[:] == coords
53 assert ring.coords[:] == coords
78 assert ring.coords[:] == coords
135 assert polygon.exterior.coords[:] == coords
139 assert polygon.exterior.coords[:] == coords
149 assert polygon.exterior.coords[:] == coords
159 assert polygon.exterior.coords[:] == coords
212 self.assertEqual(ring.coords[0], ring.coords[4])
213 self.assertEqual(ring.coords[0], ring.coords[-1])
254 self.assertEqual(ring.coords[0], ring.coords[4])
[all …]
/dports/science/cdk/cdk-cdk-2.3/display/renderbasic/src/main/java/org/openscience/cdk/renderer/elements/path/
H A DCubicTo.java60 this.coords[0] = coords[0]; in CubicTo()
61 this.coords[1] = coords[1]; in CubicTo()
62 this.coords[2] = coords[2]; in CubicTo()
63 this.coords[3] = coords[3]; in CubicTo()
64 this.coords[4] = coords[4]; in CubicTo()
65 this.coords[5] = coords[5]; in CubicTo()
92 coords[0] = this.coords[0]; in points()
93 coords[1] = this.coords[1]; in points()
94 coords[2] = this.coords[2]; in points()
95 coords[3] = this.coords[3]; in points()
[all …]
/dports/games/tenebrae/tenebrae_0/
H A Dgl_screenrect.c36 dst->coords[i] = src->coords[i]; in R_RectCopy()
46 dst->coords[i] = src->coords[i]+50000; in R_RectPosCopy()
62 res->coords[0] = min (res->coords[0],add->coords[0]); in R_RectsAdd()
63 res->coords[1] = min (res->coords[1],add->coords[1]); in R_RectsAdd()
64 res->coords[2] = max (res->coords[2],add->coords[2]); in R_RectsAdd()
65 res->coords[3] = max (res->coords[3],add->coords[3]); in R_RectsAdd()
72 return (rect->coords[2]-rect->coords[0])*(rect->coords[3]-rect->coords[1]); in R_RectSurf()
90 if (r1->coords[0] > r2->coords[0]) { in R_RectOverlap()
96 if (r1->coords[1] > r2->coords[1]) { in R_RectOverlap()
119 if (r1->coords[1] > r2->coords[1]) { in R_RectOverlap()
[all …]

12345678910>>...325