Home
last modified time | relevance | path

Searched refs:eopc (Results 1 – 20 of 20) sorted by last modified time

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dcgmain.cpp851 int bbih, ebih, bopc, eopc; in processOutlinedByConcur() local
878 eopc = ILI_OPC(eili); in processOutlinedByConcur()
879 if (eopc == IL_ECONCUR) { in processOutlinedByConcur()
905 if ((eopc == IL_BCONCUR) && (bbih != ebih)) in processOutlinedByConcur()
/dports/math/libpgmath/flang-d07daf3/test/f90_correct/src/
H A Dsh01.f9021 integer, dimension(N) :: eopc,eopv,cpc,cpv variable
36 eopc = -10 ! fill in with garbage
46 eopc=eoshift(src, 1) ! eoshift, positive, constant
55 print 10, 'eopc',eopc
65 call check(eopc,eopcres,N)
H A Dsh24.f9021 integer, dimension(N,M) :: eopc,eopv,cpc,cpv variable
83 eopc = -10 ! fill in with garbage
93 eopc=eoshift(src, 2, dim=2) ! eoshift, positive, constant
103 print 10, 'eopc',eopc
114 call check(eopc,eopcres,N*M)
H A Dsh31.f9021 integer, dimension(N,M) :: eopc,eopv,cpc,cpv variable
83 eopc = -10 ! fill in with garbage
93 eopc=eoshift(eoshift(src,1,dim=2), 1, dim=1) ! eoshift, positive, constant
103 print 10, 'eopc',eopc
114 call check(eopc,eopcres,N*M)
H A Dsh33.f9021 integer, dimension(N,M) :: eopc,eopv,cpc,cpv variable
83 eopc = -10 ! fill in with garbage
93 eopc=eoshift(eoshift(src,j,dim=2), 1, dim=1) ! eoshift, positive, constant
103 print 10, 'eopc',eopc
114 call check(eopc,eopcres,N*M)
H A Dsh35.f9021 integer, dimension(N,M) :: eopc,eopv,cpc,cpv variable
83 eopc = -10 ! fill in with garbage
93 eopc=eoshift(eoshift(src,1,dim=1), 1, dim=2) ! eoshift, positive, constant
103 print 10, 'eopc',eopc
114 call check(eopc,eopcres,N*M)
H A Dsh36.f9021 integer, dimension(N,M) :: eopc,eopv,cpc,cpv variable
83 eopc = -10 ! fill in with garbage
93 eopc=eoshift(eoshift(src,-1,dim=1), 1, dim=2) ! eoshift, positive, constant
103 print 10, 'eopc',eopc
114 call check(eopc,eopcres,N*M)
H A Dsh41.f9021 integer, dimension(N,M) :: eopc,eopv,cpc,cpv variable
83 eopc = -10 ! fill in with garbage
93 eopc=eoshift(eoshift(src,1,9,dim=1), 1, dim=1) ! eoshift, positive, constant
103 print 10, 'eopc',eopc
114 call check(eopc,eopcres,N*M)
H A Dsh43.f9021 integer, dimension(N,M) :: eopc,eopv,cpc,cpv variable
83 eopc = -10 ! fill in with garbage
93 eopc=eoshift(eoshift(src,j,9,dim=2), 1, dim=2) ! eoshift, positive, constant
103 print 10, 'eopc',eopc
114 call check(eopc,eopcres,N*M)
H A Dsh02.f9021 integer, dimension(N) :: eopc,eopv,cpc,cpv variable
36 eopc = -10 ! fill in with garbage
46 eopc=eoshift(src, 2) ! eoshift, positive, constant
55 print 10, 'eopc',eopc
65 call check(eopc,eopcres,N)
H A Dsh34.f9021 integer, dimension(N,M) :: eopc,eopv,cpc,cpv variable
83 eopc = -10 ! fill in with garbage
93 eopc=eoshift(eoshift(src,k,dim=2), 1, dim=1) ! eoshift, positive, constant
103 print 10, 'eopc',eopc
114 call check(eopc,eopcres,N*M)
H A Dsh37.f9021 integer, dimension(N,M) :: eopc,eopv,cpc,cpv variable
83 eopc = -10 ! fill in with garbage
93 eopc=eoshift(eoshift(src,j,dim=1), 1, dim=2) ! eoshift, positive, constant
103 print 10, 'eopc',eopc
114 call check(eopc,eopcres,N*M)
H A Dsh38.f9021 integer, dimension(N,M) :: eopc,eopv,cpc,cpv variable
83 eopc = -10 ! fill in with garbage
93 eopc=eoshift(eoshift(src, k,dim=1), 1, dim=2) ! eoshift, positive, constant
103 print 10, 'eopc',eopc
114 call check(eopc,eopcres,N*M)
H A Dsh42.f9021 integer, dimension(N,M) :: eopc,eopv,cpc,cpv variable
83 eopc = -10 ! fill in with garbage
93 eopc=eoshift(eoshift(src,1,9,dim=2), 1, dim=2) ! eoshift, positive, constant
103 print 10, 'eopc',eopc
114 call check(eopc,eopcres,N*M)
H A Dsh11.f9021 integer, dimension(N) :: eopc,eopv,cpc,cpv variable
35 eopc = -10 ! fill in with garbage
45 eopc=eoshift(eoshift(src,1,9), 1) ! eoshift, positive, constant
54 print 10, 'eopc',eopc
64 call check(eopc,eopcres,N)
H A Dsh12.f9021 integer, dimension(N) :: eopc,eopv,cpc,cpv variable
35 eopc = -10 ! fill in with garbage
45 eopc=eoshift(eoshift(src,-1,9), 1) ! eoshift, positive, constant
54 print 10, 'eopc',eopc
64 call check(eopc,eopcres,N)
H A Dsh21.f9021 integer, dimension(N,M) :: eopc,eopv,cpc,cpv variable
83 eopc = -10 ! fill in with garbage
93 eopc=eoshift(src, 1, dim=1) ! eoshift, positive, constant
103 print 10, 'eopc',eopc
114 call check(eopc,eopcres,N*M)
H A Dsh22.f9021 integer, dimension(N,M) :: eopc,eopv,cpc,cpv variable
83 eopc = -10 ! fill in with garbage
93 eopc=eoshift(src, 2, dim=1) ! eoshift, positive, constant
103 print 10, 'eopc',eopc
114 call check(eopc,eopcres,N*M)
H A Dsh23.f9021 integer, dimension(N,M) :: eopc,eopv,cpc,cpv variable
83 eopc = -10 ! fill in with garbage
93 eopc=eoshift(src, 1, dim=2) ! eoshift, positive, constant
103 print 10, 'eopc',eopc
114 call check(eopc,eopcres,N*M)
H A Dsh32.f9021 integer, dimension(N,M) :: eopc,eopv,cpc,cpv variable
83 eopc = -10 ! fill in with garbage
93 eopc=eoshift(eoshift(src,-1,dim=2), 1, dim=1) ! eoshift, positive, constant
103 print 10, 'eopc',eopc
114 call check(eopc,eopcres,N*M)