Home
last modified time | relevance | path

Searched refs:npts (Results 1 – 25 of 2544) sorted by relevance

12345678910>>...102

/dports/science/afni/afni-AFNI_21.3.16/src/
H A DDaubechies.c26 int npts; in Daubechies_forward_pass_1d() local
37 a[i] = (h[0]*s[(2*i)%npts] + h[1]*s[(2*i+1)%npts] + h[2]*s[(2*i+2)%npts] in Daubechies_forward_pass_1d()
39 c[i] = (h[3]*s[(2*i)%npts] - h[2]*s[(2*i+1)%npts] + h[1]*s[(2*i+2)%npts] in Daubechies_forward_pass_1d()
62 int npts; in Daubechies_forward_FWT_1d() local
84 int npts, nptsd2; in Daubechies_inverse_pass_1d() local
92 nptsd2 = npts/2; in Daubechies_inverse_pass_1d()
126 int npts; in Daubechies_inverse_FWT_1d() local
148 int npts; in Daubechies_forward_pass_2d() local
182 int npts; in Daubechies_forward_FWT_2d() local
201 int npts; in Daubechies_inverse_pass_2d() local
[all …]
H A DHaar.c109 int npts; in Haar_forward_pass_1d() local
113 npts = powerof2 (n); in Haar_forward_pass_1d()
142 int npts; in Haar_forward_FWT_1d() local
144 npts = powerof2 (n); in Haar_forward_FWT_1d()
164 int npts; in Haar_inverse_pass_1d() local
167 npts = powerof2 (n); in Haar_inverse_pass_1d()
193 int npts; in Haar_inverse_FWT_1d() local
215 int npts; in Haar_forward_pass_2d() local
249 int npts; in Haar_forward_FWT_2d() local
268 int npts; in Haar_inverse_pass_2d() local
[all …]
/dports/comms/wsjtz/wsjtx/lib/ft8/
H A Dwatterson.f906 complex c(0:npts-1)
7 complex c2(0:npts-1)
8 complex cs1(0:npts-1)
9 complex cs2(0:npts-1)
12 df=fs/npts
14 do i=0,npts-1
24 do i=0,npts-1
26 if(i.gt.npts/2) f=(i-npts)*df
44 cs1(0:npts-1)=cs1(0:npts-1)/npts
45 cs2(0:npts-1)=cs2(0:npts-1)/npts
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts variable
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts local
23 do 10 i = 1, npts
30 integer npts local
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts variable
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts local
23 do 10 i = 1, npts
30 integer npts local
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts variable
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts local
23 do 10 i = 1, npts
30 integer npts local
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts variable
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts local
23 do 10 i = 1, npts
30 integer npts local
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts variable
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts local
23 do 10 i = 1, npts
30 integer npts local
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts variable
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts local
23 do 10 i = 1, npts
30 integer npts local
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts variable
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts local
23 do 10 i = 1, npts
30 integer npts local
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts variable
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts local
23 do 10 i = 1, npts
30 integer npts local
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts variable
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts local
23 do 10 i = 1, npts
30 integer npts local
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts variable
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts local
23 do 10 i = 1, npts
30 integer npts local
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts variable
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts local
23 do 10 i = 1, npts
30 integer npts local
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts variable
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts local
23 do 10 i = 1, npts
30 integer npts local
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts variable
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts local
23 do 10 i = 1, npts
30 integer npts local
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts variable
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts local
23 do 10 i = 1, npts
30 integer npts local
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts variable
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts local
23 do 10 i = 1, npts
30 integer npts local
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts variable
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts local
23 do 10 i = 1, npts
30 integer npts local
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts variable
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts local
23 do 10 i = 1, npts
30 integer npts local
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts variable
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts local
23 do 10 i = 1, npts
30 integer npts local
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts
23 do 10 i = 1, npts
30 integer npts
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts variable
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts local
23 do 10 i = 1, npts
30 integer npts local
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gfortran.dg/
H A Dbounds_check_2.f5 integer npts variable
7 double precision v(npts)
8 double precision w(npts,npts,npts)
12 call init1 (npts, v)
13 call init2 (npts, w)
18 integer npts local
23 do 10 i = 1, npts
30 integer npts local
31 double precision w(npts,npts,*)
35 do 20 i = 1, npts
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkCellArray.h105 VTK_SIZEHINT(pts, npts);
134 VTK_SIZEHINT(pts, npts);
153 VTK_SIZEHINT(pts, npts);
218 VTK_SIZEHINT(pts, npts);
304 for ( *ptr++ = npts, i = 0; i < npts; i++) in InsertNextCell()
333 this->Ia->SetValue(this->InsertLocation-npts-1, npts); in UpdateCellCount()
369 npts=0; in GetNextCell()
389 for (i=0; i < (npts/2); i++) in ReverseCell()
392 pts[i] = pts[npts-i-1]; in ReverseCell()
393 pts[npts-i-1] = tmp; in ReverseCell()
[all …]

12345678910>>...102