Home
last modified time | relevance | path

Searched refs:global_shape (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Doverlapped_blocks.hxx52 std::pair<Shape, Shape> blockBoundsAt(const Shape& coordinates, const Shape& global_shape, const Sh… in blockBoundsAt() argument
58 vigra_assert(block_begin[i] < global_shape[i], "block coordinates out of bounds"); in blockBoundsAt()
63 block_end[i] = std::min(block_begin[i] + block_shape[i], global_shape[i]); in blockBoundsAt()
69 …ape, Shape> overlapBoundsAt(const std::pair<Shape, Shape>& block_bounds, const Shape& global_shape, in overlapBoundsAt() argument
81 if(overlapped_block_end[i] <= global_shape[i] - overlap_after[i]) in overlapBoundsAt()
84 overlapped_block_end[i] = global_shape[i]; in overlapBoundsAt()
90 Shape blocksShape(const Shape& global_shape, const Shape& block_shape) in blocksShape() argument
95 result[i] = global_shape[i] / block_shape[i]; in blocksShape()
96 if(block_shape[i] * result[i] != global_shape[i]) in blocksShape()
/dports/science/libvdwxc/libvdwxc-b1e0dd854310410012d05daf4c6661b49f31b2ab/pyvdwxc/test/
H A Dtest.py23 global_shape = (ngpts, ngpts, ngpts)
35 gd = GridDescriptor(N_c=global_shape,
42 vdw.set_unit_cell(global_shape, local_shape, cell)
/dports/math/eukleides/eukleides-1.5.4/src/common/
H A Dsetting.c116 int global_shape = DOT; variable
121 global_shape = local_shape = p.addr; in set_global_shape()
245 global_shape = local_shape = DOT; in restore_default_settings()
261 local_shape = global_shape; in restore_global_settings()
H A Dsetting.h74 extern int global_shape;
/dports/math/eukleides/eukleides-1.5.4/src/euktopst/
H A Dcheck.c86 if (global_shape != current_shape) { in check_shape()
88 shape_string(global_shape)); in check_shape()
89 current_shape = global_shape; in check_shape()
/dports/audio/ardour6/Ardour-6.8.0/libs/waveview/waveview/
H A Dwave_view.h134 static Shape global_shape () { return _global_shape; } in global_shape() function
/dports/audio/ardour6/Ardour-6.8.0/libs/waveview/
H A Dwave_view_private.cc47 , shape (WaveView::global_shape()) in WaveViewProperties()
H A Dwave_view.cc148 if (!_shape_independent && (_props->shape != global_shape())) { in handle_visual_property_change()
149 _props->shape = global_shape(); in handle_visual_property_change()
/dports/devel/py-pyopencl/pyopencl-2018.2/pyopencl/compyte/ndarray/
H A Dgen_elemwise.py122 def launch_grid(self, *global_shape): argument
123 global_size = global_shape + (1,)
/dports/math/py-jax/jax-0.2.9/jax/interpreters/
H A Dpxla.py1046 global_shape = [dim * _safe_div(ngparts, nlparts)
1049 return ShapedArray(global_shape, local_aval.dtype)
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxblend.c2861 byte global_shape = (byte)(255 * pdev->shape + 0.5); in template_compose_group() local
3013 has_alpha ? tos_ptr[tos_shape_offset] : global_shape, in template_compose_group()
3614 uint16_t global_shape = (uint16_t)(65535 * pdev->shape + 0.5); in template_compose_group16() local
3778 … has_alpha ? GET16_2NATIVE(tos_is_be, tos_ptr[tos_shape_offset]) : global_shape, in template_compose_group16()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxblend.c2861 byte global_shape = (byte)(255 * pdev->shape + 0.5); in template_compose_group() local
3013 has_alpha ? tos_ptr[tos_shape_offset] : global_shape, in template_compose_group()
3614 uint16_t global_shape = (uint16_t)(65535 * pdev->shape + 0.5); in template_compose_group16() local
3778 … has_alpha ? GET16_2NATIVE(tos_is_be, tos_ptr[tos_shape_offset]) : global_shape, in template_compose_group16()
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dquery.c850 void ENTFTN(GLOBAL_SHAPE, global_shape)(void *shape_b, void *source_b, in ENTFTN() argument