Home
last modified time | relevance | path

Searched refs:STENCIL (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/
H A Dlinepointerneighborhood.h23 template<typename CELL, class STENCIL>
24 class West<CELL, STENCIL, true>
84 template<typename CELL, class STENCIL>
85 class East<CELL, STENCIL, true>
145 template<typename CELL, class STENCIL>
146 class Top<CELL, STENCIL, true>
179 template<typename CELL, class STENCIL>
180 class Bottom<CELL, STENCIL, true>
213 template<typename CELL, class STENCIL>
214 class North<CELL, STENCIL, true>
[all …]
H A Dlinepointerassembly.h90 template<class STENCIL, int INDEX>
94 typedef typename STENCIL::template Coords<INDEX> RelCoord;
100 streak, typename STENCIL::template Coords<INDEX>())); in operator()
111 template<class STENCIL>
116 …void operator()(const CELL *pointers[STENCIL::VOLUME], const Streak<STENCIL::DIM>& streak, GRID& g… in operator()
118 Stencils::Repeat<STENCIL::VOLUME, in operator()
120 STENCIL>()(pointers, streak, &grid); in operator()
H A Dpointerneighborhood.h15 template<typename CELL, typename STENCIL>
26 return cells[Stencils::OffsetHelper<STENCIL, X, Y, Z>::VALUE][0];
/dports/science/siconos/siconos-4.4.0/externals/netlib/dftemplates/double/
H A DMatGen.f270 STENCIL(3) = STENCIL(3) + COEFF
274 STENCIL(2) = STENCIL(2) + COEFF
278 STENCIL(3) = STENCIL(3) + COEFF
279 STENCIL(2) = STENCIL(2) - COEFF
285 STENCIL(5) = STENCIL(5) + COEFF
289 STENCIL(4) = STENCIL(4) + COEFF
293 STENCIL(5) = STENCIL(5) + COEFF
294 STENCIL(4) = STENCIL(4) - COEFF
300 STENCIL(7) = STENCIL(7) + COEFF
304 STENCIL(6) = STENCIL(6) + COEFF
[all …]
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/test/unit/
H A Dvanillaupdatefunctortest.h12 template<class STENCIL>
13 class UpdateFunctorTestHelper : public UpdateFunctorTestBase<STENCIL>
16 using UpdateFunctorTestBase<STENCIL>::DIM;
17 typedef typename UpdateFunctorTestBase<STENCIL>::TestCellType TestCellType;
18 typedef typename UpdateFunctorTestBase<STENCIL>::GridType GridType;
19 typedef STENCIL Stencil;
H A Dlinepointerupdatefunctortest.h14 template<class STENCIL>
15 class UpdateFunctorTestHelper : public UpdateFunctorTestBase<STENCIL>
18 using UpdateFunctorTestBase<STENCIL>::DIM;
19 typedef typename UpdateFunctorTestBase<STENCIL>::TestCellType TestCellType;
20 typedef typename UpdateFunctorTestBase<STENCIL>::GridType GridType;
21 typedef STENCIL Stencil;
H A Dupdatefunctortest.h138 template<class STENCIL>
139 class UpdateFunctorTestHelper : public UpdateFunctorTestBase<STENCIL>
142 using UpdateFunctorTestBase<STENCIL>::DIM;
143 typedef typename UpdateFunctorTestBase<STENCIL>::TestCellType TestCellType;
144 typedef typename UpdateFunctorTestBase<STENCIL>::GridType GridType;
145 typedef STENCIL Stencil;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/perf_tests/
H A DBlitFramebufferPerf.cpp23 STENCIL, enumerator
35 case BufferType::STENCIL: in BufferTypeString()
52 case BufferType::STENCIL: in BufferTypeMask()
69 case BufferType::STENCIL: in BufferTypeFormat()
86 case BufferType::STENCIL: in BufferTypeAttachment()
211 case BufferType::STENCIL: in drawBenchmark()
247 D3D11(BufferType::STENCIL, 0),
251 D3D11(BufferType::STENCIL, 2),
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/misc/
H A Dtestcell.h65 template<class STENCIL, int INDEX>
69 typedef typename STENCIL::template Coords<INDEX> RelCoord;
85 typename STENCIL = Stencils::Moore<DIM, 1>,
102 public APITraits::HasStencil<STENCIL>
178 Stencils::Repeat<STENCIL::VOLUME, in update()
180 STENCIL>()(&isValid, this, neighborhood); in update()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-1.0/
H A Dno-op-paths.c70 STENCIL, enumerator
99 case STENCIL: in path_name()
181 case STENCIL: in set_path_state()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/
H A Dfbotexture.c21 #define STENCIL 1 macro
118 #if STENCIL in RenderTexture()
126 #if DEPTH || STENCIL in RenderTexture()
138 #if STENCIL in RenderTexture()
275 #if STENCIL in CleanUp()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/demos/
H A Dfbotexture.c21 #define STENCIL 1 macro
118 #if STENCIL in RenderTexture()
126 #if DEPTH || STENCIL in RenderTexture()
138 #if STENCIL in RenderTexture()
275 #if STENCIL in CleanUp()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-hal/src/
H A Dformat.rs25 const STENCIL = 0x4; const
290 S8 { 8, STENCIL, (1, 1), stencil: 8 },
291 D16_S8 { 24, DEPTH | STENCIL, (1, 1), depth: 16, stencil: 8 },
292 D24_S8 { 32, DEPTH | STENCIL, (1, 1), depth: 24, stencil: 8 },
293 D32_S8 { 40, DEPTH | STENCIL, (1, 1), depth: 32, stencil: 8 },
608 self.surface_desc().aspects.contains(Aspects::STENCIL) in is_stencil()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-hal-0.4.0/src/
H A Dformat.rs25 const STENCIL = 0x4; const
289 S8 { 8, STENCIL, (1, 1), stencil: 8 },
290 D16_S8 { 24, DEPTH | STENCIL, (1, 1), depth: 16, stencil: 8 },
291 D24_S8 { 32, DEPTH | STENCIL, (1, 1), depth: 24, stencil: 8 },
292 D32_S8 { 40, DEPTH | STENCIL, (1, 1), depth: 32, stencil: 8 },
607 self.surface_desc().aspects.contains(Aspects::STENCIL) in is_stencil()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dtemporary_3.f9087 TYPE(subgrid_t) :: STENCIL variable
107 CALL STENCIL%INIT (GRD, [r1, r2, r3, r4])
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dtemporary_3.f9088 TYPE(subgrid_t) :: STENCIL variable
108 CALL STENCIL%INIT (GRD, [r1, r2, r3, r4])
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dtemporary_3.f9087 TYPE(subgrid_t) :: STENCIL variable
107 CALL STENCIL%INIT (GRD, [r1, r2, r3, r4])
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dtemporary_3.f9088 TYPE(subgrid_t) :: STENCIL variable
108 CALL STENCIL%INIT (GRD, [r1, r2, r3, r4])
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dtemporary_3.f9087 TYPE(subgrid_t) :: STENCIL variable
107 CALL STENCIL%INIT (GRD, [r1, r2, r3, r4])
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dtemporary_3.f9088 TYPE(subgrid_t) :: STENCIL variable
108 CALL STENCIL%INIT (GRD, [r1, r2, r3, r4])
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dtemporary_3.f9087 TYPE(subgrid_t) :: STENCIL variable
107 CALL STENCIL%INIT (GRD, [r1, r2, r3, r4])
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dtemporary_3.f9087 TYPE(subgrid_t) :: STENCIL variable
107 CALL STENCIL%INIT (GRD, [r1, r2, r3, r4])
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dtemporary_3.f9087 TYPE(subgrid_t) :: STENCIL variable
107 CALL STENCIL%INIT (GRD, [r1, r2, r3, r4])
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dtemporary_3.f9088 TYPE(subgrid_t) :: STENCIL variable
108 CALL STENCIL%INIT (GRD, [r1, r2, r3, r4])
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dtemporary_3.f9087 TYPE(subgrid_t) :: STENCIL variable
107 CALL STENCIL%INIT (GRD, [r1, r2, r3, r4])

12345678910>>...16