Home
last modified time | relevance | path

Searched refs:ndimx (Results 1 – 24 of 24) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/atomic/src/
H A Dvpack.f9011 integer :: ndim, ndimx, nspin, iflag, n local
13 real(DP) :: vin (ndimx * nspin), vout (ndimx * nspin)
14 if (nspin.eq.1.or.ndim.eq.ndimx) return
17 vin (n + ndim) = vin (n + ndimx)
18 vout (n + ndim) = vout (n + ndimx)
22 vin (n + ndimx) = vin (n + ndim)
23 vout (n + ndimx) = vout (n + ndim)
25 do n = ndim + 1, ndimx
H A Dvdpack.f9021 integer :: ndim, ndimx, nwf, nwfx, nspin, is, n, i, ns, ns1 local
23 real(DP) :: v(ndimx,2), d(nwfx,nwfx,2), vd(ndimx*2+nwfx*nwfx*2)
/dports/biology/molden/molden5.8/
H A Dplden.f164 subroutine p3dd(iun,scale,ndimx,ndimz,adjus,dens) argument
173 hinvx = dble(1.0d0/ndimx)
203 write(iun,*) ' zDimension ',ndimx
204 write(iun,*) ' xSpacing ',(dble(ndimx)/dble(ndimz))*
211 do j=1,ndimx
214 & dens(ij)*scale*dble(ndimx)
226 call plvmol(iun,ndimx,adjus)
H A Ddummys.f1209 subroutine p3dv(iun,scale,ndimx,ndimz,adjus) argument
1218 call p3dd(iun,scale,ndimx,ndimz,adjus,dens)
H A Dxwin.c10133 void p3dv(iun,scale,ndimx,ndimz,adjus) in p3dv() argument
10136 void P3DV(iun,scale,ndimx,ndimz,adjus) in p3dv()
10138 void p3dv_(iun,scale,ndimx,ndimz,adjus) in p3dv()
10143 int *ndimx;
10149 p3dd(iun,scale,ndimx,ndimz,adjus,
10152 P3DD(iun,scale,ndimx,ndimz,adjus,
10154 p3dd_(iun,scale,ndimx,ndimz,adjus,
/dports/math/R-cran-sm/sm/R/
H A Dsm.r544 ndimx <- ncol(x) functionVar
548 if (missing(nseg)) nseg <- rep(switch(ndimx, 100, 17, 7), ndimx)
552 b <- list(length = ndimx)
553 m <- vector(length = ndimx)
554 for (i in 1:ndimx) {
561 if (ndimx > 1)
564 if (ndimx == 3)
570 for (i in 1:ndimx) {
580 if (ndimx >= 2) {
584 if (ndimx == 3) {
[all …]
/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Dmedia.cpp109 int ndimx = geom.pixx; variable
111 CHECK(ndimx == odimx * 2);
130 unsigned ndimx, ndimy; variable
136 ncplane_dim_yx(newn, &ndimy, &ndimx);
138 CHECK(ndimx == dimx);
/dports/science/nwchem-data/nwchem-7.0.2-release/src/driver/
H A Dgraveyard530 integer ndimx, ndimq, ndimi, ndim, ndim1
560 ndimx=3*nat
641 call hnd_prsq(x(i10),ndimx,ndimx,ndim1)
695 call hnd_prsq(x(i10),ndimx,ndimx,ndim1)
1321 integer ndimx, ndimq, ndimi, ndim, ndim1
1351 ndimx=3*nat
1432 call hnd_prsq(x(i10),ndimx,ndimx,ndim1)
1486 call hnd_prsq(x(i10),ndimx,ndimx,ndim1)
3155 ndimx=3*nat
3208 call hnd_prsq(x(i10),ndimx,ndimx,ndim)
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/driver/
H A Dgraveyard530 integer ndimx, ndimq, ndimi, ndim, ndim1
560 ndimx=3*nat
641 call hnd_prsq(x(i10),ndimx,ndimx,ndim1)
695 call hnd_prsq(x(i10),ndimx,ndimx,ndim1)
1321 integer ndimx, ndimq, ndimi, ndim, ndim1
1351 ndimx=3*nat
1432 call hnd_prsq(x(i10),ndimx,ndimx,ndim1)
1486 call hnd_prsq(x(i10),ndimx,ndimx,ndim1)
3155 ndimx=3*nat
3208 call hnd_prsq(x(i10),ndimx,ndimx,ndim)
[all …]
/dports/deskutils/teapot/teapot-2.3.0/
H A Dsheet.c221 unsigned int ndimx,ndimy,ndimz; in resize() local
225 ndimx=(x>=sheet->dimx ? x+1 : sheet->dimx); in resize()
229 newsheet=malloc(ndimx*ndimy*ndimz*sizeof(Cell*)); in resize()
230 for (x=0; x<ndimx; ++x) for (y=0; y<ndimy; ++y) for (z=0; z<ndimz; ++z) in resize()
241 newcolumn=malloc(ndimx*ndimz*sizeof(int)); in resize()
242 for (x=0; x<ndimx; ++x) for (z=0; z<ndimz; ++z) in resize()
251 sheet->dimx=ndimx; in resize()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/
H A Dnode_wrangler.py842 ndimx = node.dimensions.x
861 ndimx = 0
880 mx, my = bpy.context.region.view2d.view_to_region(nlocx + ndimx, nlocy, clip=False)
908 mx, my = bpy.context.region.view2d.view_to_region(nlocx + ndimx, nlocy - ndimy, clip=False)
938 m2x, m2y = bpy.context.region.view2d.view_to_region(nlocx + ndimx, nlocy, clip=False)
949 m1x, m1y = bpy.context.region.view2d.view_to_region(nlocx + ndimx, nlocy, clip=False)
950 m2x, m2y = bpy.context.region.view2d.view_to_region(nlocx + ndimx, nlocy - ndimy, clip=False)
962 m2x, m2y = bpy.context.region.view2d.view_to_region(nlocx + ndimx, nlocy-ndimy, clip=False)
/dports/devel/ga/ga-5.8/global/testing/
H A Dthread_perf_strided.c179 int ndimx = 2; in main() local
H A Dthreadsafec.c139 int ndimx = 2; in main() local
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/CECILL/
H A DCImg.h7442 void _resize(T foo, const unsigned int ndimx, const unsigned int ndimy, const bool redraw) {
7448 cimg::X11attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
7453 nshminfo->shmid = shmget(IPC_PRIVATE, ndimx*ndimy*sizeof(T), IPC_CREAT | 0777);
7480 if (redraw) _render_resize((T*)data,width,height,ndata,ndimx,ndimy);
7481 else cimg_std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
7497 T *ndata = (T*)cimg_std::malloc(ndimx*ndimy*sizeof(T));
7498 if (redraw) _render_resize((T*)data,width,height,ndata,ndimx,ndimy);
7499 else cimg_std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
7503 cimg::X11attr().nb_bits,ZPixmap,0,(char*)data,ndimx,ndimy,8,0);
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/greycstoration/cimg/
H A DCImg.h7452 void _resize(T foo, const unsigned int ndimx, const unsigned int ndimy, const bool redraw) {
7458 cimg::X11attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
7463 nshminfo->shmid = shmget(IPC_PRIVATE, ndimx*ndimy*sizeof(T), IPC_CREAT | 0777);
7490 if (redraw) _render_resize((T*)data,width,height,ndata,ndimx,ndimy);
7491 else cimg_std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
7507 T *ndata = (T*)cimg_std::malloc(ndimx*ndimy*sizeof(T));
7508 if (redraw) _render_resize((T*)data,width,height,ndata,ndimx,ndimy);
7509 else cimg_std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
7513 cimg::X11attr().nb_bits,ZPixmap,0,(char*)data,ndimx,ndimy,8,0);
/dports/games/springlobby/springlobby-0.180/src/lsl/lib/cimg/
H A DCImg.h7057 …void _resize(T pixel_type, const unsigned int ndimx, const unsigned int ndimy, const bool force_re…
7065 … cimg::X11_attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
7068 nshminfo->shmid = shmget(IPC_PRIVATE,ndimx*ndimy*sizeof(T),IPC_CREAT | 0777);
7088 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
7089 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
7105 T *ndata = (T*)std::malloc(ndimx*ndimy*sizeof(T));
7106 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
7107 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
7111 cimg::X11_attr().nb_bits,ZPixmap,0,(char*)_data,ndimx,ndimy,8,0);
/dports/graphics/photivo/photivo/Sources/greyc/
H A DCImg.h7664 …void _resize(T pixel_type, const unsigned int ndimx, const unsigned int ndimy, const bool force_re…
7672 … cimg::X11_attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
7675 nshminfo->shmid = shmget(IPC_PRIVATE,ndimx*ndimy*sizeof(T),IPC_CREAT | 0777);
7695 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
7696 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
7712 T *ndata = (T*)std::malloc(ndimx*ndimy*sizeof(T));
7713 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
7714 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
7718 cimg::X11_attr().nb_bits,ZPixmap,0,(char*)_data,ndimx,ndimy,8,0);
/dports/deskutils/terminal-image-viewer/TerminalImageViewer-1.1.0/src/main/cpp/
H A DCImg.h8764 …void _resize(T pixel_type, const unsigned int ndimx, const unsigned int ndimy, const bool force_re…
8772 … cimg::X11_attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
8775 nshminfo->shmid = shmget(IPC_PRIVATE,ndimx*ndimy*sizeof(T),IPC_CREAT | 0777);
8796 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
8797 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
8813 T *ndata = (T*)std::malloc(ndimx*ndimy*sizeof(T));
8814 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
8815 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
8819 cimg::X11_attr().nb_bits,ZPixmap,0,(char*)_data,ndimx,ndimy,8,0);
/dports/multimedia/zart/gmic-2.8.1/src/
H A DCImg.h9628 …void _resize(T pixel_type, const unsigned int ndimx, const unsigned int ndimy, const bool force_re…
9636 … cimg::X11_attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
9639 nshminfo->shmid = shmget(IPC_PRIVATE,ndimx*ndimy*sizeof(T),IPC_CREAT | 0777);
9660 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
9661 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
9677 T *ndata = (T*)std::malloc(ndimx*ndimy*sizeof(T));
9678 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
9679 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
9683 cimg::X11_attr().nb_bits,ZPixmap,0,(char*)_data,ndimx,ndimy,8,0);
/dports/graphics/openfx-misc/openfx-misc-3ab0531/CImg/
H A DCImg.h8788 …void _resize(T pixel_type, const unsigned int ndimx, const unsigned int ndimy, const bool force_re…
8796 … cimg::X11_attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
8799 nshminfo->shmid = shmget(IPC_PRIVATE,ndimx*ndimy*sizeof(T),IPC_CREAT | 0777);
8820 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
8821 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
8837 T *ndata = (T*)std::malloc(ndimx*ndimy*sizeof(T));
8838 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
8839 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
8843 cimg::X11_attr().nb_bits,ZPixmap,0,(char*)_data,ndimx,ndimy,8,0);
/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/gmic/gmic/src/
H A DCImg.h8079 …void _resize(T pixel_type, const unsigned int ndimx, const unsigned int ndimy, const bool force_re…
8087 … cimg::X11_attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
8090 nshminfo->shmid = shmget(IPC_PRIVATE,ndimx*ndimy*sizeof(T),IPC_CREAT | 0777);
8111 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
8112 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
8128 T *ndata = (T*)std::malloc(ndimx*ndimy*sizeof(T));
8129 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
8130 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
8134 cimg::X11_attr().nb_bits,ZPixmap,0,(char*)_data,ndimx,ndimy,8,0);
/dports/graphics/cimg/CImg-v.2.9.7/
H A DCImg.h9846 …void _resize(T pixel_type, const unsigned int ndimx, const unsigned int ndimy, const bool force_re…
9854 … cimg::X11_attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
9857 nshminfo->shmid = shmget(IPC_PRIVATE,ndimx*ndimy*sizeof(T),IPC_CREAT | 0777);
9878 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
9879 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
9895 T *ndata = (T*)std::malloc(ndimx*ndimy*sizeof(T));
9896 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
9897 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
9901 cimg::X11_attr().nb_bits,ZPixmap,0,(char*)_data,ndimx,ndimy,8,0);
/dports/graphics/gmic/gmic-3.0.0/src/
H A DCImg.h9859 …void _resize(T pixel_type, const unsigned int ndimx, const unsigned int ndimy, const bool force_re…
9867 … cimg::X11_attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
9870 nshminfo->shmid = shmget(IPC_PRIVATE,ndimx*ndimy*sizeof(T),IPC_CREAT | 0777);
9891 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
9892 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
9908 T *ndata = (T*)std::malloc(ndimx*ndimy*sizeof(T));
9909 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
9910 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
9914 cimg::X11_attr().nb_bits,ZPixmap,0,(char*)_data,ndimx,ndimy,8,0);
/dports/graphics/gmic-qt/CImg-v.2.9.8/
H A DCImg.h9859 …void _resize(T pixel_type, const unsigned int ndimx, const unsigned int ndimy, const bool force_re…
9867 … cimg::X11_attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
9870 nshminfo->shmid = shmget(IPC_PRIVATE,ndimx*ndimy*sizeof(T),IPC_CREAT | 0777);
9891 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
9892 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
9908 T *ndata = (T*)std::malloc(ndimx*ndimy*sizeof(T));
9909 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
9910 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
9914 cimg::X11_attr().nb_bits,ZPixmap,0,(char*)_data,ndimx,ndimy,8,0);