Home
last modified time | relevance | path

Searched defs:dimy (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Dmedia.cpp58 unsigned dimy, dimx; variable
78 unsigned dimy, dimx; variable
94 unsigned dimy, dimx; variable
118 unsigned dimy, dimx; variable
143 unsigned dimy, dimx; variable
168 unsigned dimy, dimx; variable
193 unsigned dimy, dimx; variable
217 unsigned dimy, dimx; variable
240 unsigned dimy, dimx; variable
333 unsigned dimy, dimx; variable
[all …]
H A Dselector.cpp64 unsigned dimy, dimx; variable
85 unsigned dimy, dimx; variable
106 unsigned dimy, dimx; variable
127 unsigned dimy, dimx; variable
153 unsigned dimy, dimx; variable
264 unsigned dimy, dimx; variable
311 unsigned dimy, dimx; variable
H A Dfills.cpp19 unsigned dimx, dimy; variable
27 unsigned dimx, dimy; variable
119 unsigned dimy, dimx; variable
149 unsigned dimy, dimx; variable
200 unsigned dimy, dimx; variable
218 unsigned dimy, dimx; variable
236 unsigned dimy, dimx; variable
574 unsigned dimy, dimx; variable
H A Dvisual.cpp146 unsigned dimy, dimx; variable
172 unsigned dimy, dimx; variable
308 unsigned dimy, dimx; variable
412 unsigned dimy, dimx; variable
439 unsigned dimy, dimx; variable
645 unsigned dimy, dimx; variable
690 unsigned dimy, dimx; variable
738 unsigned dimy, dimx; variable
791 unsigned dimy, dimx; variable
843 unsigned dimy, dimx; variable
H A Ddirect.cpp145 auto dimy = ncdirect_dim_y(nc_); variable
166 auto dimy = ncdirect_dim_y(nc_); variable
H A Dcell.cpp72 unsigned dimy, dimx; variable
85 unsigned dimy, dimx; variable
98 unsigned dimy, dimx; variable
/dports/devel/notcurses/notcurses-3.0.1/src/poc/
H A Dgradients.c9 unsigned dimy, dimx; in gradientA() local
27 unsigned dimy, dimx; in gradStriations() local
52 unsigned dimy, dimx; in gradHigh() local
H A Dqrcode.c6 render_qrcode(struct ncplane* n, int dimy, int dimx, const char* text){ in render_qrcode()
33 unsigned dimy, dimx; in main() local
/dports/science/nwchem-data/nwchem-7.0.2-release/src/ddscf/fast/
H A Dfmm.F103 subroutine fmm_charges_to_poles(lmax, depth, dimx, dimy, dimz, argument
500 subroutine fmm_potential_at_charges2(lmax, depth,dimx,dimy,dimz, argument
615 subroutine fmm_potential_at_charges(lmax, depth,dimx,dimy,dimz, argument
717 subroutine fmm(lmax, depth, dimx, dimy, dimz, argument
888 subroutine fmm_pass1(lmax, level, dimx, dimy, dimz, argument
H A Dtestfmm.F257 subroutine fmm_charges_to_poles(lmax, depth, dimx, dimy, dimz, argument
657 subroutine fmm_potential_at_charges2(lmax, depth,dimx,dimy,dimz, argument
772 subroutine fmm_potential_at_charges(lmax, depth,dimx,dimy,dimz, argument
874 subroutine fmm(lmax, depth, dimx, dimy, dimz, argument
1045 subroutine fmm_pass1(lmax, level, dimx, dimy, dimz, argument
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/ddscf/fast/
H A Dfmm.F103 subroutine fmm_charges_to_poles(lmax, depth, dimx, dimy, dimz, argument
500 subroutine fmm_potential_at_charges2(lmax, depth,dimx,dimy,dimz, argument
615 subroutine fmm_potential_at_charges(lmax, depth,dimx,dimy,dimz, argument
717 subroutine fmm(lmax, depth, dimx, dimy, dimz, argument
888 subroutine fmm_pass1(lmax, level, dimx, dimy, dimz, argument
H A Dtestfmm.F257 subroutine fmm_charges_to_poles(lmax, depth, dimx, dimy, dimz, argument
657 subroutine fmm_potential_at_charges2(lmax, depth,dimx,dimy,dimz, argument
772 subroutine fmm_potential_at_charges(lmax, depth,dimx,dimy,dimz, argument
874 subroutine fmm(lmax, depth, dimx, dimy, dimz, argument
1045 subroutine fmm_pass1(lmax, level, dimx, dimy, dimz, argument
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/lib-bigarray-2/
H A Dbigarrf.f3 integer dimx, dimy local
16 subroutine printtab(tab, dimx, dimy) argument
18 integer dimx, dimy local
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/lib-bigarray-2/
H A Dbigarrf.f3 integer dimx, dimy local
16 subroutine printtab(tab, dimx, dimy) argument
18 integer dimx, dimy local
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dsmooth_inc.cpp122 void Smooth2D(const SMOOTH_Ty* src, SMOOTH_Ty* dest, const SizeT dimx, const SizeT dimy, const DLon… in Smooth2D()
127 void Smooth2DWrap(const SMOOTH_Ty* src, SMOOTH_Ty* dest, const SizeT dimx, const SizeT dimy, const … in Smooth2DWrap()
132 void Smooth2DTruncate(const SMOOTH_Ty* src, SMOOTH_Ty* dest, const SizeT dimx, const SizeT dimy, co… in Smooth2DTruncate()
137 void Smooth2DMirror(const SMOOTH_Ty* src, SMOOTH_Ty* dest, const SizeT dimx, const SizeT dimy, cons… in Smooth2DMirror()
142 void Smooth2DZero(const SMOOTH_Ty* src, SMOOTH_Ty* dest, const SizeT dimx, const SizeT dimy, const … in Smooth2DZero()
152 void Smooth2DNan(const SMOOTH_Ty* src, SMOOTH_Ty* dest, const SizeT dimx, const SizeT dimy, const D… in Smooth2DNan()
157 void Smooth2DWrapNan(const SMOOTH_Ty* src, SMOOTH_Ty* dest, const SizeT dimx, const SizeT dimy, con… in Smooth2DWrapNan()
167 void Smooth2DMirrorNan(const SMOOTH_Ty* src, SMOOTH_Ty* dest, const SizeT dimx, const SizeT dimy, c… in Smooth2DMirrorNan()
172 void Smooth2DZeroNan(const SMOOTH_Ty* src, SMOOTH_Ty* dest, const SizeT dimx, const SizeT dimy, con… in Smooth2DZeroNan()
226 SizeT dimy = data->Dim(1); in Smooth() local
[all …]
/dports/devel/hpx/hpx-1.2.1/examples/sheneos/sheneos/
H A Dpartition3d.hpp38 dimension const& dimy, dimension const& dimz) in partition3d()
49 dimension const& dimx, dimension const& dimy, dimension const& dimz) in partition3d()
66 dimension const& dimx, dimension const& dimy, dimension const& dimz) in init_async()
75 dimension const& dimx, dimension const& dimy, dimension const& dimz) in init()
/dports/devel/notcurses/notcurses-3.0.1/src/demo/
H A Dview.c64 legend(struct ncplane* stdn, int dimy, int dimx){ in legend()
107 view_images(struct notcurses* nc, struct ncplane* nstd, int dimy, int dimx){ in view_images()
178 unsigned dimy, dimx; in view_demo() local
H A Dtrans.c29 unsigned dimx, dimy; in legend() local
66 unsigned dimy, dimx; in slideitslideit() local
102 unsigned dimy, dimx; in slidepanel() local
H A Dwhiteout.c17 unsigned dimx, dimy; in mathplane() local
78 init_worm(worm* s, int dimy, int dimx){ in init_worm()
97 wormy(worm* s, int dimy, int dimx){ in wormy()
134 int init_worms(struct worm_ctx* wctx, int dimy, int dimx){ in init_worms()
149 worm_move(struct notcurses* nc, struct worm_ctx* wctx, int dimy, int dimx){ in worm_move()
H A Dchunli.c15 unsigned dimx, dimy; in chunli_draw() local
58 unsigned dimx, dimy; in chunli_demo() local
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/ImageFunction/include/
H A DitkScatterMatrixImageFunction.hxx97 for ( unsigned int dimy = 0; dimy < VectorDimension; dimy++ ) in EvaluateAtIndex() local
107 for ( unsigned int dimy = 0; dimy < VectorDimension; dimy++ ) in EvaluateAtIndex() local
H A DitkCovarianceImageFunction.hxx87 for ( unsigned int dimy = 0; dimy < VectorDimension; dimy++ ) in EvaluateAtIndex() local
102 for ( unsigned int dimy = 0; dimy < VectorDimension; dimy++ ) in EvaluateAtIndex() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tony/
H A Dgfxcore.cpp85 void RMGfxBuffer::create(int dimx, int dimy, int nBpp) { in create()
119 RMGfxBuffer::RMGfxBuffer(int dimx, int dimy, int nBpp) { in RMGfxBuffer()
211 int RMGfxSourceBuffer::init(uint32 resID, int dimx, int dimy, bool bLoadPalette) { in init()
244 RMGfxWoodyBuffer::RMGfxWoodyBuffer(int dimx, int dimy) in RMGfxWoodyBuffer()
561 RMGfxSourceBuffer4::RMGfxSourceBuffer4(int dimx, int dimy) in RMGfxSourceBuffer4()
575 void RMGfxSourceBuffer4::create(int dimx, int dimy) { in create()
646 RMGfxSourceBuffer8::RMGfxSourceBuffer8(int dimx, int dimy) in RMGfxSourceBuffer8()
665 void RMGfxSourceBuffer8::create(int dimx, int dimy) { in create()
1883 int dimy = _dimy; in draw() local
1951 RMGfxSourceBuffer16::RMGfxSourceBuffer16(int dimx, int dimy) in RMGfxSourceBuffer16()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/tony/
H A Dgfxcore.cpp85 void RMGfxBuffer::create(int dimx, int dimy, int nBpp) { in create()
119 RMGfxBuffer::RMGfxBuffer(int dimx, int dimy, int nBpp) { in RMGfxBuffer()
211 int RMGfxSourceBuffer::init(uint32 resID, int dimx, int dimy, bool bLoadPalette) { in init()
244 RMGfxWoodyBuffer::RMGfxWoodyBuffer(int dimx, int dimy) in RMGfxWoodyBuffer()
561 RMGfxSourceBuffer4::RMGfxSourceBuffer4(int dimx, int dimy) in RMGfxSourceBuffer4()
575 void RMGfxSourceBuffer4::create(int dimx, int dimy) { in create()
646 RMGfxSourceBuffer8::RMGfxSourceBuffer8(int dimx, int dimy) in RMGfxSourceBuffer8()
665 void RMGfxSourceBuffer8::create(int dimx, int dimy) { in create()
1883 int dimy = _dimy; in draw() local
1951 RMGfxSourceBuffer16::RMGfxSourceBuffer16(int dimx, int dimy) in RMGfxSourceBuffer16()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/3DEdge/src/
H A Diopnm.c44 int dimx, int dimy, int b ) in _convertVectBufferTo3DBuffer()
96 int dimx, int dimy, int b ) in _convert3DBufferToVectBuffer()
148 int dimx, int dimy, int b ) in _convertGreyBufferToVectBuffer()
205 int *dimx, int *dimy, int *dimz, int *bytes ) in _readPnmImage()

1234567891011