Home
last modified time | relevance | path

Searched refs:set_box (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/science/hypre/hypre-2.23.0/src/struct_mv/
H A DHYPRE_struct_vector.c100 hypre_Box *set_box, *value_box; in HYPRE_StructVectorSetBoxValues2() local
109 hypre_BoxIMinD(set_box, d) = ilower[d]; in HYPRE_StructVectorSetBoxValues2()
110 hypre_BoxIMaxD(set_box, d) = iupper[d]; in HYPRE_StructVectorSetBoxValues2()
117 hypre_BoxDestroy(set_box); in HYPRE_StructVectorSetBoxValues2()
173 hypre_Box *set_box, *value_box; in HYPRE_StructVectorAddToBoxValues2() local
182 hypre_BoxIMinD(set_box, d) = ilower[d]; in HYPRE_StructVectorAddToBoxValues2()
183 hypre_BoxIMaxD(set_box, d) = iupper[d]; in HYPRE_StructVectorAddToBoxValues2()
190 hypre_BoxDestroy(set_box); in HYPRE_StructVectorAddToBoxValues2()
257 hypre_Box *set_box, *value_box; in HYPRE_StructVectorGetBoxValues2() local
266 hypre_BoxIMinD(set_box, d) = ilower[d]; in HYPRE_StructVectorGetBoxValues2()
[all …]
H A DHYPRE_struct_matrix.c147 hypre_Box *set_box, *value_box; in HYPRE_StructMatrixSetBoxValues2() local
156 hypre_BoxIMinD(set_box, d) = ilower[d]; in HYPRE_StructMatrixSetBoxValues2()
157 hypre_BoxIMaxD(set_box, d) = iupper[d]; in HYPRE_StructMatrixSetBoxValues2()
166 hypre_BoxDestroy(set_box); in HYPRE_StructMatrixSetBoxValues2()
185 hypre_Box *set_box, *value_box; in HYPRE_StructMatrixGetBoxValues2() local
194 hypre_BoxIMinD(set_box, d) = ilower[d]; in HYPRE_StructMatrixGetBoxValues2()
195 hypre_BoxIMaxD(set_box, d) = iupper[d]; in HYPRE_StructMatrixGetBoxValues2()
204 hypre_BoxDestroy(set_box); in HYPRE_StructMatrixGetBoxValues2()
279 hypre_Box *set_box, *value_box; in HYPRE_StructMatrixAddToBoxValues2() local
288 hypre_BoxIMinD(set_box, d) = ilower[d]; in HYPRE_StructMatrixAddToBoxValues2()
[all …]
/dports/science/hypre/hypre-2.23.0/src/sstruct_mv/
H A DHYPRE_sstruct_vector.c461 hypre_Box *set_box, *value_box; in HYPRE_SStructVectorSetBoxValues2() local
465 set_box = hypre_BoxCreate(ndim); in HYPRE_SStructVectorSetBoxValues2()
470 hypre_BoxIMinD(set_box, d) = ilower[d]; in HYPRE_SStructVectorSetBoxValues2()
471 hypre_BoxIMaxD(set_box, d) = iupper[d]; in HYPRE_SStructVectorSetBoxValues2()
478 hypre_BoxDestroy(set_box); in HYPRE_SStructVectorSetBoxValues2()
498 hypre_Box *set_box, *value_box; in HYPRE_SStructVectorAddToBoxValues2() local
502 set_box = hypre_BoxCreate(ndim); in HYPRE_SStructVectorAddToBoxValues2()
507 hypre_BoxIMinD(set_box, d) = ilower[d]; in HYPRE_SStructVectorAddToBoxValues2()
515 hypre_BoxDestroy(set_box); in HYPRE_SStructVectorAddToBoxValues2()
539 set_box = hypre_BoxCreate(ndim); in HYPRE_SStructVectorGetBoxValues2()
[all …]
H A DHYPRE_sstruct_matrix.c517 hypre_Box *set_box, *value_box; in HYPRE_SStructMatrixSetBoxValues2() local
521 set_box = hypre_BoxCreate(ndim); in HYPRE_SStructMatrixSetBoxValues2()
526 hypre_BoxIMinD(set_box, d) = ilower[d]; in HYPRE_SStructMatrixSetBoxValues2()
527 hypre_BoxIMaxD(set_box, d) = iupper[d]; in HYPRE_SStructMatrixSetBoxValues2()
535 hypre_BoxDestroy(set_box); in HYPRE_SStructMatrixSetBoxValues2()
556 hypre_Box *set_box, *value_box; in HYPRE_SStructMatrixAddToBoxValues2() local
560 set_box = hypre_BoxCreate(ndim); in HYPRE_SStructMatrixAddToBoxValues2()
574 hypre_BoxDestroy(set_box); in HYPRE_SStructMatrixAddToBoxValues2()
595 hypre_Box *set_box, *value_box; in HYPRE_SStructMatrixGetBoxValues2() local
599 set_box = hypre_BoxCreate(ndim); in HYPRE_SStructMatrixGetBoxValues2()
[all …]
H A Dsstruct_matrix.c419 hypre_CopyBox(set_box, hypre_BoxArrayBox(left_boxes, 0)); in hypre_SStructPMatrixSetBoxValues()
457 hypre_SubtractBoxes(set_box, grid_box, diff_boxes); in hypre_SStructPMatrixSetBoxValues()
1046 nrows = hypre_BoxVolume(set_box); in hypre_SStructUMatrixSetBoxValues()
1062 hypre_CopyBox(set_box, box); in hypre_SStructUMatrixSetBoxValues()
1240 hypre_BoxGetSize(set_box, loop_size); in hypre_SStructUMatrixSetBoxValues()
1391 hypre_Box *set_box; in hypre_SStructMatrixSetValues() local
1394 set_box = hypre_BoxCreate(ndim); in hypre_SStructMatrixSetValues()
1397 hypre_BoxIMinD(set_box, d) = cindex[d]; in hypre_SStructMatrixSetValues()
1398 hypre_BoxIMaxD(set_box, d) = cindex[d]; in hypre_SStructMatrixSetValues()
1402 hypre_BoxDestroy(set_box); in hypre_SStructMatrixSetValues()
[all …]
/dports/www/elinks/elinks-0.11.7/src/terminal/
H A Ddraw.c157 set_box(&borderbox, box->x - 1, box->y - 1, in draw_border()
164 set_box(&bbox, box->x, borderbox.y, box->width, 1); in draw_border()
176 set_box(&bbox, borderbox.x, box->y, 1, box->height); in draw_border()
268 set_box(&dbox, box->x + width, box->y + box->height, in draw_shadow()
274 set_box(&dbox, box->x + box->width, box->y + height, in draw_shadow()
363 set_box(&box, 0, 0, term->width, term->height); in clear_terminal()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c334 #define set_box(field, val) do { \ in fd_try_shadow_resource() macro
345 set_box(level, l); in fd_try_shadow_resource()
351 set_box(box.z, i); in fd_try_shadow_resource()
360 set_box(level, level); in fd_try_shadow_resource()
365 set_box(box.y, 0); in fd_try_shadow_resource()
366 set_box(box.z, 0); in fd_try_shadow_resource()
367 set_box(box.height, 1); in fd_try_shadow_resource()
368 set_box(box.depth, 1); in fd_try_shadow_resource()
371 set_box(box.x, 0); in fd_try_shadow_resource()
372 set_box(box.width, box->x); in fd_try_shadow_resource()
[all …]
/dports/science/gramps/gramps-5.1.4/gramps/plugins/gramplet/
H A Dpedigreegramplet.py128 def set_box(self, pos, value): member in PedigreeGramplet
143 self.set_box(generation, 1)
147 self.set_box(generation, 1)
191 self.set_box(generation, 0)
193 self.set_box(generation, 0) # regardless, turn off line if on
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/doc/src/examples/core/
H A DJamfile.v219 exe set_box : set_box.cpp ;
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/doc/src/examples/core/
H A DJamfile.v219 exe set_box : set_box.cpp ;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/doc/src/examples/core/
H A DJamfile.v219 exe set_box : set_box.cpp ;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/doc/src/examples/core/
H A DJamfile.v219 exe set_box : set_box.cpp ;
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/doc/src/examples/core/
H A DJamfile.v219 exe set_box : set_box.cpp ;
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/doc/src/examples/core/
H A DJamfile.v219 exe set_box : set_box.cpp ;
/dports/databases/percona57-client/boost_1_59_0/libs/geometry/doc/src/examples/core/
H A DJamfile.v219 exe set_box : set_box.cpp ;
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/doc/src/examples/core/
H A DJamfile.v219 exe set_box : set_box.cpp ;
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/doc/src/examples/core/
H A DJamfile19 exe set_box : set_box.cpp ;
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c488 set_box(level, l); in fd_try_shadow_resource()
494 set_box(box.z, i); in fd_try_shadow_resource()
503 set_box(level, level); in fd_try_shadow_resource()
508 set_box(box.y, 0); in fd_try_shadow_resource()
509 set_box(box.z, 0); in fd_try_shadow_resource()
510 set_box(box.height, 1); in fd_try_shadow_resource()
511 set_box(box.depth, 1); in fd_try_shadow_resource()
514 set_box(box.x, 0); in fd_try_shadow_resource()
515 set_box(box.width, box->x); in fd_try_shadow_resource()
520 set_box(box.x, box->x + box->width); in fd_try_shadow_resource()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c488 set_box(level, l); in fd_try_shadow_resource()
494 set_box(box.z, i); in fd_try_shadow_resource()
503 set_box(level, level); in fd_try_shadow_resource()
508 set_box(box.y, 0); in fd_try_shadow_resource()
509 set_box(box.z, 0); in fd_try_shadow_resource()
510 set_box(box.height, 1); in fd_try_shadow_resource()
511 set_box(box.depth, 1); in fd_try_shadow_resource()
514 set_box(box.x, 0); in fd_try_shadow_resource()
515 set_box(box.width, box->x); in fd_try_shadow_resource()
520 set_box(box.x, box->x + box->width); in fd_try_shadow_resource()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c488 set_box(level, l); in fd_try_shadow_resource()
494 set_box(box.z, i); in fd_try_shadow_resource()
503 set_box(level, level); in fd_try_shadow_resource()
508 set_box(box.y, 0); in fd_try_shadow_resource()
509 set_box(box.z, 0); in fd_try_shadow_resource()
510 set_box(box.height, 1); in fd_try_shadow_resource()
511 set_box(box.depth, 1); in fd_try_shadow_resource()
514 set_box(box.x, 0); in fd_try_shadow_resource()
515 set_box(box.width, box->x); in fd_try_shadow_resource()
520 set_box(box.x, box->x + box->width); in fd_try_shadow_resource()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c488 set_box(level, l); in fd_try_shadow_resource()
494 set_box(box.z, i); in fd_try_shadow_resource()
503 set_box(level, level); in fd_try_shadow_resource()
508 set_box(box.y, 0); in fd_try_shadow_resource()
509 set_box(box.z, 0); in fd_try_shadow_resource()
510 set_box(box.height, 1); in fd_try_shadow_resource()
511 set_box(box.depth, 1); in fd_try_shadow_resource()
514 set_box(box.x, 0); in fd_try_shadow_resource()
515 set_box(box.width, box->x); in fd_try_shadow_resource()
520 set_box(box.x, box->x + box->width); in fd_try_shadow_resource()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c488 set_box(level, l); in fd_try_shadow_resource()
494 set_box(box.z, i); in fd_try_shadow_resource()
503 set_box(level, level); in fd_try_shadow_resource()
508 set_box(box.y, 0); in fd_try_shadow_resource()
509 set_box(box.z, 0); in fd_try_shadow_resource()
510 set_box(box.height, 1); in fd_try_shadow_resource()
511 set_box(box.depth, 1); in fd_try_shadow_resource()
514 set_box(box.x, 0); in fd_try_shadow_resource()
515 set_box(box.width, box->x); in fd_try_shadow_resource()
520 set_box(box.x, box->x + box->width); in fd_try_shadow_resource()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c488 set_box(level, l); in fd_try_shadow_resource()
494 set_box(box.z, i); in fd_try_shadow_resource()
503 set_box(level, level); in fd_try_shadow_resource()
508 set_box(box.y, 0); in fd_try_shadow_resource()
509 set_box(box.z, 0); in fd_try_shadow_resource()
510 set_box(box.height, 1); in fd_try_shadow_resource()
511 set_box(box.depth, 1); in fd_try_shadow_resource()
514 set_box(box.x, 0); in fd_try_shadow_resource()
515 set_box(box.width, box->x); in fd_try_shadow_resource()
520 set_box(box.x, box->x + box->width); in fd_try_shadow_resource()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c488 set_box(level, l); in fd_try_shadow_resource()
494 set_box(box.z, i); in fd_try_shadow_resource()
503 set_box(level, level); in fd_try_shadow_resource()
508 set_box(box.y, 0); in fd_try_shadow_resource()
509 set_box(box.z, 0); in fd_try_shadow_resource()
510 set_box(box.height, 1); in fd_try_shadow_resource()
511 set_box(box.depth, 1); in fd_try_shadow_resource()
514 set_box(box.x, 0); in fd_try_shadow_resource()
515 set_box(box.width, box->x); in fd_try_shadow_resource()
520 set_box(box.x, box->x + box->width); in fd_try_shadow_resource()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c488 set_box(level, l); in fd_try_shadow_resource()
494 set_box(box.z, i); in fd_try_shadow_resource()
503 set_box(level, level); in fd_try_shadow_resource()
508 set_box(box.y, 0); in fd_try_shadow_resource()
509 set_box(box.z, 0); in fd_try_shadow_resource()
510 set_box(box.height, 1); in fd_try_shadow_resource()
511 set_box(box.depth, 1); in fd_try_shadow_resource()
514 set_box(box.x, 0); in fd_try_shadow_resource()
515 set_box(box.width, box->x); in fd_try_shadow_resource()
520 set_box(box.x, box->x + box->width); in fd_try_shadow_resource()
[all …]

123456789