Home
last modified time | relevance | path

Searched defs:ny (Results 251 – 275 of 7437) sorted by relevance

1...<<11121314151617181920>>...298

/dports/devel/zfp/zfp-0.5.5/examples/
H A DdiffusionC.c16 int ny; // grid points in y member
29 init_constants(constants* c, int nx, int ny, int nt) in init_constants()
132 const int ny = _.size_y(u); in total_compressed() local
142 total(const double* u, const int nx, const int ny) in total()
203 int ny = 100; in main() local
/dports/math/cppad/CppAD-20210000.8/include/cppad/example/atomic_two/
H A Deigen_mat_mul.hpp155 size_t ny = nr_left * nc_right; in op() local
223 size_t ny = nr_left * nc_right; in forward() local
333 size_t ny = nr_left * nc_right; in reverse() local
438 size_t ny = nr_left * nc_right; in for_sparse_jac() local
487 size_t ny = nr_left * nc_right; in rev_sparse_jac() local
536 size_t ny = nr_left * nc_right; in for_sparse_hes() local
597 size_t ny = nr_left * nc_right; in rev_sparse_hes() local
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dhyperslab.c52 init_full(uint8_t *array, size_t nx, size_t ny, size_t nz) in init_full()
84 print_array(uint8_t *array, size_t nx, size_t ny, size_t nz) in print_array()
122 print_ref(size_t nx, size_t ny, size_t nz) in print_ref()
150 test_fill(size_t nx, size_t ny, size_t nz, in test_fill()
311 size_t nx, size_t ny, size_t nz, in test_copy()
791 test_transpose(size_t nx, size_t ny) in test_transpose()
894 test_sub_super(size_t nx, size_t ny) in test_sub_super()
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dhyperslab.c50 init_full(uint8_t *array, size_t nx, size_t ny, size_t nz) in init_full()
82 print_array(uint8_t *array, size_t nx, size_t ny, size_t nz) in print_array()
120 print_ref(size_t nx, size_t ny, size_t nz) in print_ref()
148 test_fill(size_t nx, size_t ny, size_t nz, in test_fill()
309 size_t nx, size_t ny, size_t nz, in test_copy()
789 test_transpose(size_t nx, size_t ny) in test_transpose()
892 test_sub_super(size_t nx, size_t ny) in test_sub_super()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_automask.c97 float_triple mask_rgyrate( int nx, int ny, int nz , byte *mmm ) in mask_rgyrate()
299 int nvox , ii,jj , nmm , nx,ny,nz ; in mri_automask_image() local
449 int THD_mask_clip_neighbors( int nx, int ny, int nz , in THD_mask_clip_neighbors()
725 int THD_mask_fill_holes( int nx, int ny, int nz, byte *mmm, in THD_mask_fill_holes()
952 void THD_mask_clust( int nx, int ny, int nz, byte *mmm ) in THD_mask_clust()
1550 int nx=DSET_NX(dset), ny=DSET_NY(dset), nz=DSET_NZ(dset) ; in THD_autobbox() local
1586 int nvox , ii,jj,kk , nmm , nx,ny,nz,nxy ; in MRI_autobbox() local
1677 int nvox , ii,jj,kk , nmm , nx,ny,nz,nxy ; in MRI_autobbox_byte() local
1814 short *THD_mask_depth ( int nx, int ny, int nz, byte *mask, in THD_mask_depth()
1911 void THD_mask_clust2D( int nx, int ny, float kfrac, byte *mmm ) in THD_mask_clust2D()
[all …]
H A Dedt_clust.c24 int nx, int ny, int nz, in MCW_find_clusters()
210 void MCW_cluster_to_vol( int nx , int ny , int nz , in MCW_cluster_to_vol()
267 void MCW_vol_to_cluster( int nx , int ny , int nz , in MCW_vol_to_cluster()
339 int nx, int ny, int nz, /* dimensions of volume fim */ in MCW_erode_clusters()
H A Dexx.c26 void getplane_byte( int nx , int ny , int nz , byte * vol , in getplane_byte()
48 void putplane_byte( int nx , int ny , int nz , byte * vol , in putplane_byte()
73 int pp , nx=100,ny=100,nz=100,nxy=nx*ny , kk ; in swaptest() local
H A Dphace.c8 int nx,ny , nxup,nyup , ii,jj ; in mri_fft2D() local
102 int nx,ny , nxup,nyup ; in mri_scramble() local
126 int nx,ny,nxup,nyup ; in main() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/tests/minpack2/
H A Dsteady.C52 int ny = n/nx; in init_steady_comb() local
72 int nx, ny; in steady_comb() local
H A Doptdesign.C57 int ny = n/nx; in init_optdesign() local
77 int nx, ny; in optdesign() local
H A Djournal.C59 int ny = n/nx; in init_journal() local
82 int nx, ny; in journal() local
/dports/misc/vxl/vxl-3.3.2/core/vil/algo/tests/
H A Dtest_algo_gauss_reduce.cxx303 test_algo_gauss_reduce_121_byte(unsigned nx, unsigned ny) in test_algo_gauss_reduce_121_byte()
365 test_algo_gauss_reduce_121_int_32(unsigned nx, unsigned ny) in test_algo_gauss_reduce_121_int_32()
426 test_algo_gauss_reduce_121_uint_16(unsigned nx, unsigned ny) in test_algo_gauss_reduce_121_uint_16()
489 test_algo_gauss_reduce_121_float(unsigned nx, unsigned ny) in test_algo_gauss_reduce_121_float()
550 test_algo_gauss_reduce_121_byte_multiplane(unsigned nx, unsigned ny, unsigned np) in test_algo_gauss_reduce_121_byte_multiplane()
589 test_algo_gauss_reduce_2_3_float(unsigned nx, unsigned ny) in test_algo_gauss_reduce_2_3_float()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/term/computation/
H A DLenoirSallesIM.hpp250 const Vector<real_t>* nx, const Vector<real_t>* ny, Vector<real_t>& res) const in computeIR() argument
253 const Vector<real_t>* nx, const Vector<real_t>* ny, Vector<complex_t>& res) const in computeIR() argument
265 … const Vector<real_t>* nx, const Vector<real_t>* ny, Vector<K>& res) const in computeIR() argument
311 const Vector<real_t>* nx, const Vector<real_t>* ny, Vector<real_t>& res) const in computeIR() argument
314 const Vector<real_t>* nx, const Vector<real_t>* ny, Vector<complex_t>& res) const in computeIR() argument
335 … const Vector<real_t>* nx, const Vector<real_t>* ny, Vector<K>& res) const in computeIR() argument
/dports/editors/mined/mined-2015.25/src/
H A Dtextbuf.c449 move_y (ny) in move_y() argument
456 move_to (nx, ny) in move_to() argument
466 move_address (nadd, ny) in move_address() argument
476 move_address_w_o_RD (nadd, ny) in move_address_w_o_RD() argument
/dports/cad/gmsh/gmsh-4.9.2-source/utils/converters/stl_to_cartesian/
H A Dmain.c15 int CreateVoxelMesh(int nx, int ny, int nz) in CreateVoxelMesh()
265 int nx, ny, nz; in main() local
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/FDTD/extensions/
H A Doperator_ext_excitation.h53 unsigned int GetVoltCount(int ny) const {return Volt_Count_Dir[ny];} in GetVoltCount()
56 unsigned int GetCurrCount(int ny) const {return Curr_Count_Dir[ny];} in GetCurrCount()
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/demo/perftest/
H A Ddriver.c11 PetscInt nx,ny,nz; member
49 PetscErrorCode RunTest(int nx, int ny, int nz, int loops, double *wt) in RunTest()
129 int nx=n+1, ny=n+1, nz=n+1; in main() local
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_grid/
H A Dsurfer.cpp166 long lValue, nx, ny; in On_Execute() local
216 short nx, ny; in On_Execute() local
250 int nx, ny; in On_Execute() local
/dports/science/dynare/dynare-4.6.4/contrib/dmm/
H A Dopg.for30 SUBROUTINE OPG(nobs,d,ny,nz,nx,nu,nt,ns,pdll,yk,IYK,S, argument
36 INTEGER ny,nz,nx,nu,ns(6),nt variable
47 INTEGER nobs,d(2),ny,nz,nx,nu,nt,ns(6),pdll,IYK(nobs,ny+1), variable
H A Dcheckdesign.for37 SUBROUTINE CHECKDESIGN(ny,nz,nx,nu,ns,nt,d,theta,pdll,PATH,NMLNAME) argument
42 INTEGER ny,nz,nx,nu,ns(6),nt local
/dports/devel/taskflow/taskflow-3.2.0/sandbox/jacobi/
H A Dpoisson.hpp94 static inline void copy_block(int nx, int ny, int block_x, int block_y, double *u_, double *unew_, … in copy_block()
110 double dy, int nx, int ny, int block_size) { in compute_estimate()
131 inline void sweep_seq(int nx, int ny, double dx, double dy, double *f_, in sweep_seq()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Darray_simplify_1.f9012 integer, parameter :: nx=2, ny=2 variable
/dports/math/dune-polygongrid/dune-polygongrid-f76933aa51aa3ae3e58a5705f9f7ce7d1f6c012c/python/dune/polygongrid/
H A Dblossoms.py4 def blossomDomain(nx, ny): argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Darray_simplify_1.f9012 integer, parameter :: nx=2, ny=2 variable
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Darray_simplify_1.f9012 integer, parameter :: nx=2, ny=2 variable

1...<<11121314151617181920>>...298