Home
last modified time | relevance | path

Searched refs:isel (Results 1 – 25 of 7838) sorted by relevance

12345678910>>...314

/dports/biology/molden/molden5.8/
H A Dwrzmat.f1298 isel(4) = isel(3)
1299 isel(3) = isel(2)
1300 isel(2) = isel(1)
1415 isel(4) = isel(3)
1416 isel(3) = isel(2)
1417 isel(2) = isel(1)
2292 if (isel(i).eq.isel(j)) goto 100
2878 & isel(2),bstr(1:8),isel(3),
2883 & isel(2),bstr(1:8),isel(3),
2916 & isel(2),isel(3),isel(4)
[all …]
H A Dtomold.f1 subroutine tomold(rout,isel,inum) argument
5 dimension isel(4)
7 call intcor(intc,rout,isel,inum)
16 subroutine setmon(isel,inum) argument
21 dimension isel(4)
45 dimension isel(4)
125 v1(i) = coo(i,isel(1)) - coo(i,isel(2))
126 if (inum.ge.3) v2(i) = coo(i,isel(3)) - coo(i,isel(2))
127 if (inum.ge.4) v3(i) = coo(i,isel(4)) - coo(i,isel(3))
146 if (isel(i).lt.1.or.isel(i).gt.iatoms) goto 100
[all …]
/dports/science/cdo/cdo-2.0.0/src/
H A DSelvar.cc173 for (int isel = 0; isel < nsel; isel++) in Selvar() local
177 found = intarr[isel] == code; in Selvar()
187 found = intarr[isel] == (levID + 1); in Selvar()
189 found = intarr[isel] == (grididx + 1); in Selvar()
191 found = memcmp(argnames[isel].c_str(), gridname, argnames[isel].size()) == 0; in Selvar()
195 found = memcmp(argnames[isel].c_str(), zaxistypename, argnames[isel].size()) == 0; in Selvar()
199 found = intarr[isel] == tabnum; in Selvar()
201 found = intarr[isel] == code; in Selvar()
212 selfound[isel] = true; in Selvar()
240 for (int isel = 0; isel < nsel; isel++) in Selvar() local
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/analyz/
H A Dana_select.F15 integer isel(nsa)
38 isel(i)=1
43 if(r2.le.rtag2) isel(j)=1
63 if(isel(i).eq.0) wt(i)=0.0d0
64 numsel=numsel+isel(i)
79 integer isel(nsa)
84 isel(i)=ival
91 if(isel(i).eq.0) wt(i)=0.0d0
138 if(isel(j).ne.0) then
191 integer lfn,iwsel(mwm),isel(msa)
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/analyz/
H A Dana_select.F15 integer isel(nsa) local
38 isel(i)=1
43 if(r2.le.rtag2) isel(j)=1
63 if(isel(i).eq.0) wt(i)=0.0d0
64 numsel=numsel+isel(i)
79 integer isel(nsa) local
84 isel(i)=ival
91 if(isel(i).eq.0) wt(i)=0.0d0
138 if(isel(j).ne.0) then
191 integer lfn,iwsel(mwm),isel(msa) local
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/diana/
H A Ddia_select.F1 subroutine dia_select(sgmnam,isel,wt,x,numsel) argument
15 integer isel(nsa) local
38 isel(i)=1
43 if(r2.le.rtag2) isel(j)=1
63 if(isel(i).eq.0) wt(i)=0.0d0
64 numsel=numsel+isel(i)
79 integer isel(nsa) local
84 isel(i)=ival
91 if(isel(i).eq.0) wt(i)=0.0d0
138 if(isel(j).ne.0) then
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/diana/
H A Ddia_select.F1 subroutine dia_select(sgmnam,isel,wt,x,numsel) argument
15 integer isel(nsa)
38 isel(i)=1
43 if(r2.le.rtag2) isel(j)=1
63 if(isel(i).eq.0) wt(i)=0.0d0
64 numsel=numsel+isel(i)
79 integer isel(nsa)
84 isel(i)=ival
91 if(isel(i).eq.0) wt(i)=0.0d0
138 if(isel(j).ne.0) then
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dgisel-commandline-option-fastisel.ll4 ; RUN: -verify-machineinstrs=0 -O0 -global-isel=false -debug-only=isel \
8 ; RUN: -verify-machineinstrs=0 -O1 -global-isel=false -debug-only=isel \
12 ; RUN: -verify-machineinstrs=0 -O0 -fast-isel=false -global-isel=false \
13 ; RUN: -debug-only=isel \
17 ; RUN: -verify-machineinstrs=0 -O1 -fast-isel=false -global-isel=false \
18 ; RUN: -debug-only=isel \
22 ; -global-isel=false. FastISel should be used at -O0 (unless -fast-isel=false is
30 ; FASTISEL: Enabling fast-isel
31 ; NOFASTISEL-NOT: Enabling fast-isel
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dgisel-commandline-option-fastisel.ll4 ; RUN: -verify-machineinstrs=0 -O0 -global-isel=false -debug-only=isel \
8 ; RUN: -verify-machineinstrs=0 -O1 -global-isel=false -debug-only=isel \
12 ; RUN: -verify-machineinstrs=0 -O0 -fast-isel=false -global-isel=false \
13 ; RUN: -debug-only=isel \
17 ; RUN: -verify-machineinstrs=0 -O1 -fast-isel=false -global-isel=false \
18 ; RUN: -debug-only=isel \
22 ; -global-isel=false. FastISel should be used at -O0 (unless -fast-isel=false is
30 ; FASTISEL: Enabling fast-isel
31 ; NOFASTISEL-NOT: Enabling fast-isel
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/AArch64/GlobalISel/
H A Dgisel-commandline-option-fastisel.ll4 ; RUN: -verify-machineinstrs=0 -O0 -global-isel=false -debug-only=isel \
8 ; RUN: -verify-machineinstrs=0 -O1 -global-isel=false -debug-only=isel \
12 ; RUN: -verify-machineinstrs=0 -O0 -fast-isel=false -global-isel=false \
13 ; RUN: -debug-only=isel \
17 ; RUN: -verify-machineinstrs=0 -O1 -fast-isel=false -global-isel=false \
18 ; RUN: -debug-only=isel \
22 ; -global-isel=false. FastISel should be used at -O0 (unless -fast-isel=false is
30 ; FASTISEL: Enabling fast-isel
31 ; NOFASTISEL-NOT: Enabling fast-isel
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dgisel-commandline-option-fastisel.ll4 ; RUN: -verify-machineinstrs=0 -O0 -global-isel=false -debug-only=isel \
8 ; RUN: -verify-machineinstrs=0 -O1 -global-isel=false -debug-only=isel \
12 ; RUN: -verify-machineinstrs=0 -O0 -fast-isel=false -global-isel=false \
13 ; RUN: -debug-only=isel \
17 ; RUN: -verify-machineinstrs=0 -O1 -fast-isel=false -global-isel=false \
18 ; RUN: -debug-only=isel \
22 ; -global-isel=false. FastISel should be used at -O0 (unless -fast-isel=false is
30 ; FASTISEL: Enabling fast-isel
31 ; NOFASTISEL-NOT: Enabling fast-isel
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dgisel-commandline-option-fastisel.ll4 ; RUN: -verify-machineinstrs=0 -O0 -global-isel=false -debug-only=isel \
8 ; RUN: -verify-machineinstrs=0 -O1 -global-isel=false -debug-only=isel \
12 ; RUN: -verify-machineinstrs=0 -O0 -fast-isel=false -global-isel=false \
13 ; RUN: -debug-only=isel \
17 ; RUN: -verify-machineinstrs=0 -O1 -fast-isel=false -global-isel=false \
18 ; RUN: -debug-only=isel \
22 ; -global-isel=false. FastISel should be used at -O0 (unless -fast-isel=false is
30 ; FASTISEL: Enabling fast-isel
31 ; NOFASTISEL-NOT: Enabling fast-isel
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/AArch64/GlobalISel/
H A Dgisel-commandline-option-fastisel.ll4 ; RUN: -verify-machineinstrs=0 -O0 -global-isel=false -debug-only=isel \
8 ; RUN: -verify-machineinstrs=0 -O1 -global-isel=false -debug-only=isel \
12 ; RUN: -verify-machineinstrs=0 -O0 -fast-isel=false -global-isel=false \
13 ; RUN: -debug-only=isel \
17 ; RUN: -verify-machineinstrs=0 -O1 -fast-isel=false -global-isel=false \
18 ; RUN: -debug-only=isel \
22 ; -global-isel=false. FastISel should be used at -O0 (unless -fast-isel=false is
30 ; FASTISEL: Enabling fast-isel
31 ; NOFASTISEL-NOT: Enabling fast-isel
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dgisel-commandline-option-fastisel.ll4 ; RUN: -verify-machineinstrs=0 -O0 -global-isel=false -debug-only=isel \
8 ; RUN: -verify-machineinstrs=0 -O1 -global-isel=false -debug-only=isel \
12 ; RUN: -verify-machineinstrs=0 -O0 -fast-isel=false -global-isel=false \
13 ; RUN: -debug-only=isel \
17 ; RUN: -verify-machineinstrs=0 -O1 -fast-isel=false -global-isel=false \
18 ; RUN: -debug-only=isel \
22 ; -global-isel=false. FastISel should be used at -O0 (unless -fast-isel=false is
30 ; FASTISEL: Enabling fast-isel
31 ; NOFASTISEL-NOT: Enabling fast-isel
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dgisel-commandline-option-fastisel.ll4 ; RUN: -verify-machineinstrs=0 -O0 -global-isel=false -debug-only=isel \
8 ; RUN: -verify-machineinstrs=0 -O1 -global-isel=false -debug-only=isel \
12 ; RUN: -verify-machineinstrs=0 -O0 -fast-isel=false -global-isel=false \
13 ; RUN: -debug-only=isel \
17 ; RUN: -verify-machineinstrs=0 -O1 -fast-isel=false -global-isel=false \
18 ; RUN: -debug-only=isel \
22 ; -global-isel=false. FastISel should be used at -O0 (unless -fast-isel=false is
30 ; FASTISEL: Enabling fast-isel
31 ; NOFASTISEL-NOT: Enabling fast-isel
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dgisel-commandline-option-fastisel.ll4 ; RUN: -verify-machineinstrs=0 -O0 -global-isel=false -debug-only=isel \
8 ; RUN: -verify-machineinstrs=0 -O1 -global-isel=false -debug-only=isel \
12 ; RUN: -verify-machineinstrs=0 -O0 -fast-isel=false -global-isel=false \
13 ; RUN: -debug-only=isel \
17 ; RUN: -verify-machineinstrs=0 -O1 -fast-isel=false -global-isel=false \
18 ; RUN: -debug-only=isel \
22 ; -global-isel=false. FastISel should be used at -O0 (unless -fast-isel=false is
30 ; FASTISEL: Enabling fast-isel
31 ; NOFASTISEL-NOT: Enabling fast-isel
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dgisel-commandline-option-fastisel.ll4 ; RUN: -verify-machineinstrs=0 -O0 -global-isel=false -debug-only=isel \
8 ; RUN: -verify-machineinstrs=0 -O1 -global-isel=false -debug-only=isel \
12 ; RUN: -verify-machineinstrs=0 -O0 -fast-isel=false -global-isel=false \
13 ; RUN: -debug-only=isel \
17 ; RUN: -verify-machineinstrs=0 -O1 -fast-isel=false -global-isel=false \
18 ; RUN: -debug-only=isel \
22 ; -global-isel=false. FastISel should be used at -O0 (unless -fast-isel=false is
30 ; FASTISEL: Enabling fast-isel
31 ; NOFASTISEL-NOT: Enabling fast-isel
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dgisel-commandline-option-fastisel.ll4 ; RUN: -verify-machineinstrs=0 -O0 -global-isel=false -debug-only=isel \
8 ; RUN: -verify-machineinstrs=0 -O1 -global-isel=false -debug-only=isel \
12 ; RUN: -verify-machineinstrs=0 -O0 -fast-isel=false -global-isel=false \
13 ; RUN: -debug-only=isel \
17 ; RUN: -verify-machineinstrs=0 -O1 -fast-isel=false -global-isel=false \
18 ; RUN: -debug-only=isel \
22 ; -global-isel=false. FastISel should be used at -O0 (unless -fast-isel=false is
30 ; FASTISEL: Enabling fast-isel
31 ; NOFASTISEL-NOT: Enabling fast-isel
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/AArch64/GlobalISel/
H A Dgisel-commandline-option-fastisel.ll4 ; RUN: -verify-machineinstrs=0 -O0 -global-isel=false -debug-only=isel \
8 ; RUN: -verify-machineinstrs=0 -O1 -global-isel=false -debug-only=isel \
12 ; RUN: -verify-machineinstrs=0 -O0 -fast-isel=false -global-isel=false \
13 ; RUN: -debug-only=isel \
17 ; RUN: -verify-machineinstrs=0 -O1 -fast-isel=false -global-isel=false \
18 ; RUN: -debug-only=isel \
22 ; -global-isel=false. FastISel should be used at -O0 (unless -fast-isel=false is
30 ; FASTISEL: Enabling fast-isel
31 ; NOFASTISEL-NOT: Enabling fast-isel
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/AArch64/GlobalISel/
H A Dgisel-commandline-option-fastisel.ll4 ; RUN: -verify-machineinstrs=0 -O0 -global-isel=false -debug-only=isel \
8 ; RUN: -verify-machineinstrs=0 -O1 -global-isel=false -debug-only=isel \
12 ; RUN: -verify-machineinstrs=0 -O0 -fast-isel=false -global-isel=false \
13 ; RUN: -debug-only=isel \
17 ; RUN: -verify-machineinstrs=0 -O1 -fast-isel=false -global-isel=false \
18 ; RUN: -debug-only=isel \
22 ; -global-isel=false. FastISel should be used at -O0 (unless -fast-isel=false is
30 ; FASTISEL: Enabling fast-isel
31 ; NOFASTISEL-NOT: Enabling fast-isel
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/AArch64/GlobalISel/
H A Dgisel-commandline-option-fastisel.ll4 ; RUN: -verify-machineinstrs=0 -O0 -global-isel=false -debug-only=isel \
8 ; RUN: -verify-machineinstrs=0 -O1 -global-isel=false -debug-only=isel \
12 ; RUN: -verify-machineinstrs=0 -O0 -fast-isel=false -global-isel=false \
13 ; RUN: -debug-only=isel \
17 ; RUN: -verify-machineinstrs=0 -O1 -fast-isel=false -global-isel=false \
18 ; RUN: -debug-only=isel \
22 ; -global-isel=false. FastISel should be used at -O0 (unless -fast-isel=false is
30 ; FASTISEL: Enabling fast-isel
31 ; NOFASTISEL-NOT: Enabling fast-isel
/dports/science/afni/afni-AFNI_21.3.16/src/R_scripts/
H A DExamineXmat.R231 if (length(isel) == 0) {
260 if (length(isel)) {
341 ffr <- xmat[,isel]
357 text (xoff, offs, colnames(xmat[,isel]), col = colvec[isel], adj=c(0,0))
376 if (length(isel)) {
463 if (length(isel)) {
590 isel <- NULL functionVar
596 isel<-NULL;
599 if (is.null(isel)) isel <- 1:1:ncol(lop$xmat)
666 isel <- NULL globalVar
[all …]
/dports/science/multiwfn/gMultiwfn-3.4.1-0-14-ge873677/src/
H A DAdNDP.f90170 1 if (isel/=5.and.isel/=13) then
231 read(*,*) isel
234 if (isel==-10) then
236 else if (isel==-2) then
244 else if (isel==0) then
334 else if (isel==1.or.isel==2) then
335 if (isel==1) then
444 else if (isel==3) then
452 else if (isel==4) then
455 else if (isel==5) then
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A Dattr-dontcall.ll1 ; RUN: not llc -mtriple=x86_64 -global-isel=0 -fast-isel=0 -stop-after=finalize-isel < %s 2>&1 | Fi…
2 ; RUN: not llc -mtriple=x86_64 -global-isel=0 -fast-isel=1 -stop-after=finalize-isel < %s 2>&1 | Fi…
3 ; RUN: not llc -mtriple=x86_64 -global-isel=1 -fast-isel=0 -stop-after=irtranslator -global-isel-ab…
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/powerpcspe/
H A Dt-spe27 # -mno-spe -mabi=no-spe -mno-isel
36 mno-isel \
48 *mcpu=7400/*mno-isel* \
52 *maltivec/*mno-isel* \
56 *mabi=altivec/*mno-isel* \
59 *msoft-float/*mno-isel* \
60 mno-spe/mno-isel \
61 mabi=no-spe/mno-isel \
62 mno-isel/mlittle \
63 mabi=no-spe/mno-isel/mlittle \
[all …]

12345678910>>...314