Home
last modified time | relevance | path

Searched refs:notlas (Results 1 – 20 of 20) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/eispack/
H A Dhqr.f7 logical notlas
145 notlas = k .ne. na
150 if (notlas) r = h(k+2,k-1)
167 if (notlas) go to 225
H A Dhqr.c36 logical notlas; in hqr_() local
308 notlas = k != na; in hqr_()
320 if (notlas) { in hqr_()
366 if (notlas) { in hqr_()
H A Dhqr2.f7 logical notlas
160 notlas = k .ne. na
165 if (notlas) r = h(k+2,k-1)
182 if (notlas) go to 225
H A Dhqr2.c46 logical notlas; in hqr2_() local
335 notlas = k != na; in hqr2_()
347 if (notlas) { in hqr2_()
393 if (notlas) { in hqr2_()
/dports/math/eispack/eispack-1.0_14/
H A Dhqr.f7 logical notlas
145 notlas = k .ne. na
150 if (notlas) r = h(k+2,k-1)
167 if (notlas) go to 225
H A Dhqr2.f7 logical notlas
160 notlas = k .ne. na
165 if (notlas) r = h(k+2,k-1)
182 if (notlas) go to 225
H A Dqzit.f9 logical matz,notlas
222 notlas = k .ne. na .and. ish .eq. 2
227 if (notlas) go to 190
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/eispack/
H A Dhqr.f7 logical notlas
145 notlas = k .ne. na
150 if (notlas) r = h(k+2,k-1)
167 if (notlas) go to 225
H A Dhqr.c36 logical notlas; in hqr_() local
308 notlas = k != na; in hqr_()
320 if (notlas) { in hqr_()
366 if (notlas) { in hqr_()
H A Dhqr2.f7 logical notlas
160 notlas = k .ne. na
165 if (notlas) r = h(k+2,k-1)
182 if (notlas) go to 225
H A Dhqr2.c46 logical notlas; in hqr2_() local
335 notlas = k != na; in hqr2_()
347 if (notlas) { in hqr2_()
393 if (notlas) { in hqr2_()
/dports/science/afni/afni-AFNI_21.3.16/src/eispack/
H A Deis_hqr.c24 logical notlas; in hqr_() local
227 notlas = k != na; in hqr_()
234 if (notlas) { in hqr_()
263 if (notlas) { in hqr_()
H A Deis_hqr2.c33 logical notlas; in hqr2_() local
256 notlas = k != na; in hqr2_()
263 if (notlas) { in hqr2_()
292 if (notlas) { in hqr2_()
H A Deis_qzit.c39 logical notlas; in qzit_() local
349 notlas = k != na && ish == 2; in qzit_()
358 if (notlas) { in qzit_()
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/src/fortran/eispack/
H A Dhqror2.f7 logical notlas local
177 notlas = k .ne. na
182 if (notlas) r = h(k+2,k-1)
199 if (notlas) go to 225
/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/src/fortran/
H A Dqitz.f9 logical matz,matq,notlas local
256 notlas = k .ne. na .and. ish .eq. 2
261 if (notlas) go to 190
/dports/science/py-pymol/pymol-open-source-2.4.0/layer0/
H A DMatrix.cpp2625 logical notlas; in hqr_() local
2919 notlas = k != na; in hqr_()
2926 if(notlas) { in hqr_()
2955 if(notlas) { in hqr_()
3099 logical notlas; in hqr2_() local
3431 notlas = k != na; in hqr2_()
3438 if(notlas) { in hqr2_()
3467 if(notlas) { in hqr2_()
/dports/biology/iqtree/IQ-TREE-2.0.6/utils/
H A Deigendecomposition.cpp811 int notlas; /* boolean */ in hqr2() local
894 notlas = (k != na); in hqr2()
899 if (notlas) in hqr2()
925 if (!notlas) { in hqr2()
/dports/biology/treepuzzle/tree-puzzle-5.2/src/
H A Dml1.c375 int notlas; /* boolean */ local
460 notlas = (k != na);
465 if (notlas)
491 if (!notlas) {
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dutils.c11274 int i, j, k, l, m, na, en, notlas, mp2, itn, its, enm2, twoRoots; in Hqr2() local
11379 notlas = (k != na); in Hqr2()
11385 if (notlas) in Hqr2()
11409 if (!notlas) /* changed to !notlas to remove goto statement (see **) */ in Hqr2()
11753 static logical notlas; in Hqr2()
11895 notlas = k != na; in Hqr2()
11901 if (notlas) in Hqr2()
11928 if (notlas) in Hqr2()