Home
last modified time | relevance | path

Searched refs:iw1 (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/dports/math/scilab/scilab-6.1.1/scilab/modules/polynomials/src/fortran/
H A Dbezstp.f27 iw1=ixy+ll
28 iw=iw1+n0
107 call dcopy(l-m1,w(ixy+2*m1),2,w(iw1),-1)
108 call dpmul1(p1,n1,w(iw1),l-1-m1,w(iw))
112 call dpmul(p2,n2,w(iw1),l-1-m2,w(iw),nw)
133 call dcopy(np+1,a(l,1),na,w(iw1),1)
134 call daxpy(np,z,a(l+1,1),na,w(iw1),1)
135 call dscal(np+1,1.0d+0/fact,w(iw1),1)
137 call ddif(np+1,w(iw1),1,w(iw),1)
146 call dpmul1(w(iw1),np,w(iw),n1-np,w(iw))
[all …]
/dports/lang/yorick/yorick-y_2_2_04/fft/
H A Dcfft2.c15 long j, i0, iw3, iw2, iw1, jw, nistd; in cfft2() local
18 iw1 = n+n; in cfft2()
19 iw2 = iw1+n+n; in cfft2()
31 cfftf1 (n,&ws[iw3],ws,&ws[iw1],(long *)&ws[iw2]); in cfft2()
33 cfftb1 (n,&ws[iw3],ws,&ws[iw1],(long *)&ws[iw2]); in cfft2()
41 cfftf1 (n,c,ws,&ws[iw1],(long *)&ws[iw2]); in cfft2()
43 cfftb1 (n,c,ws,&ws[iw1],(long *)&ws[iw2]); in cfft2()
/dports/math/cln/cln-1.3.6/src/base/digitseq/
H A Dcl_DS_mul_nuss.h83 : "m" (a.iw1), "m" (b.iw1), "m" (r.iw1) in add()
122 r.iw1 = a.iw1 + b.iw1; in add()
126 r.iw1 = a.iw1 + b.iw1 + 1; in add()
150 : "m" (a.iw1), "m" (b.iw1), "m" (r.iw1) in sub()
189 r.iw1 = a.iw1 - b.iw1; in sub()
193 r.iw1 = a.iw1 - b.iw1 - 1; in sub()
361 mulu32(a.iw1, b.iw1, w3=, w2=); in mul()
808 r.iw1 = a.iw1 + b.iw1; in add()
812 r.iw1 = a.iw1 + b.iw1 + 1; in add()
829 r.iw1 = a.iw1 - b.iw1; in sub()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dpr56007.f5 integer iw1(90), doiw1(90) variable
6 do iw1(1)=1
7 do iw1=1
8 do iw1=1,2 ! { dg-error "cannot be an array" }
H A Dpr56007.f905 integer iw1(90), doiw1(90) variable
6 do iw1=1,2 ! { dg-error "cannot be an array" }
8 do iw1(1)=1 ! { dg-error "Unclassifiable statement" }
9 do iw1=1 ! { dg-error "cannot be an array" }
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dpr56007.f905 integer iw1(90), doiw1(90) variable
6 do iw1=1,2 ! { dg-error "cannot be an array" }
8 do iw1(1)=1
9 do iw1=1 ! { dg-error "cannot be an array" }
H A Dpr56007.f5 integer iw1(90), doiw1(90) variable
6 do iw1(1)=1
7 do iw1=1
8 do iw1=1,2 ! { dg-error "cannot be an array" }
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dpr56007.f905 integer iw1(90), doiw1(90) variable
6 do iw1=1,2 ! { dg-error "cannot be an array" }
8 do iw1(1)=1 ! { dg-error "Unclassifiable statement" }
9 do iw1=1 ! { dg-error "cannot be an array" }
H A Dpr56007.f5 integer iw1(90), doiw1(90) variable
6 do iw1(1)=1
7 do iw1=1
8 do iw1=1,2 ! { dg-error "cannot be an array" }
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dpr56007.f905 integer iw1(90), doiw1(90) variable
6 do iw1=1,2 ! { dg-error "cannot be an array" }
8 do iw1(1)=1
9 do iw1=1 ! { dg-error "cannot be an array" }
H A Dpr56007.f5 integer iw1(90), doiw1(90) variable
6 do iw1(1)=1
7 do iw1=1
8 do iw1=1,2 ! { dg-error "cannot be an array" }
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpr56007.f905 integer iw1(90), doiw1(90) variable
6 do iw1=1,2 ! { dg-error "cannot be an array" }
8 do iw1(1)=1 ! { dg-error "Unclassifiable statement" }
9 do iw1=1 ! { dg-error "cannot be an array" }
H A Dpr56007.f5 integer iw1(90), doiw1(90) variable
6 do iw1(1)=1
7 do iw1=1
8 do iw1=1,2 ! { dg-error "cannot be an array" }
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dpr56007.f5 integer iw1(90), doiw1(90) variable
6 do iw1(1)=1
7 do iw1=1
8 do iw1=1,2 ! { dg-error "cannot be an array" }
H A Dpr56007.f905 integer iw1(90), doiw1(90) variable
6 do iw1=1,2 ! { dg-error "cannot be an array" }
8 do iw1(1)=1
9 do iw1=1 ! { dg-error "cannot be an array" }
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpr56007.f5 integer iw1(90), doiw1(90) variable
6 do iw1(1)=1
7 do iw1=1
8 do iw1=1,2 ! { dg-error "cannot be an array" }
H A Dpr56007.f905 integer iw1(90), doiw1(90) variable
6 do iw1=1,2 ! { dg-error "cannot be an array" }
8 do iw1(1)=1 ! { dg-error "Unclassifiable statement" }
9 do iw1=1 ! { dg-error "cannot be an array" }
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dpr56007.f905 integer iw1(90), doiw1(90) variable
6 do iw1=1,2 ! { dg-error "cannot be an array" }
8 do iw1(1)=1
9 do iw1=1 ! { dg-error "cannot be an array" }
H A Dpr56007.f5 integer iw1(90), doiw1(90) variable
6 do iw1(1)=1
7 do iw1=1
8 do iw1=1,2 ! { dg-error "cannot be an array" }
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dpr56007.f905 integer iw1(90), doiw1(90) variable
6 do iw1=1,2 ! { dg-error "cannot be an array" }
8 do iw1(1)=1 ! { dg-error "Unclassifiable statement" }
9 do iw1=1 ! { dg-error "cannot be an array" }
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpr56007.f5 integer iw1(90), doiw1(90) variable
6 do iw1(1)=1
7 do iw1=1
8 do iw1=1,2 ! { dg-error "cannot be an array" }
H A Dpr56007.f905 integer iw1(90), doiw1(90) variable
6 do iw1=1,2 ! { dg-error "cannot be an array" }
8 do iw1(1)=1 ! { dg-error "Unclassifiable statement" }
9 do iw1=1 ! { dg-error "cannot be an array" }
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dpr56007.f5 integer iw1(90), doiw1(90) variable
6 do iw1(1)=1
7 do iw1=1
8 do iw1=1,2 ! { dg-error "cannot be an array" }
H A Dpr56007.f905 integer iw1(90), doiw1(90) variable
6 do iw1=1,2 ! { dg-error "cannot be an array" }
8 do iw1(1)=1
9 do iw1=1 ! { dg-error "cannot be an array" }
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpr56007.f905 integer iw1(90), doiw1(90) variable
6 do iw1=1,2 ! { dg-error "cannot be an array" }
8 do iw1(1)=1 ! { dg-error "Unclassifiable statement" }
9 do iw1=1 ! { dg-error "cannot be an array" }

12345678910>>...13