Home
last modified time | relevance | path

Searched refs:htop2 (Results 1 – 4 of 4) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3dLocalBistat.c15 float hbot2=1.0f , htop2=-1.0f ; int hbot2_perc=0, htop2_perc=0 ; in main() local
153 htop2 = (float)strtod(argv[iarg],&cpt2) ; in main()
154 if( hbot2 >= htop2 ) ERROR_exit("illegal values after -hclip2") ; in main()
160 htop2_perc = 1 ; htop2 = (int)rint((double)htop2) ; in main()
161 if( htop2 < 1 || htop2 > 100 ) ERROR_exit("illegal top percentage after -hclip2") ; in main()
431 if( htop2_perc ) htop2 = perc[(int)htop2] ; in main()
433 DSET_BRIKNAME(jnset),hbot2,htop2 ) ; in main()
435 mri_nbistat_setclip( hbot1,htop1 , hbot2,htop2 ) ; in main()
H A Dmri_nbistats.c7 static float htop2 = -1.0f ; variable
11 hbot1 = hb1 ; htop1 = ht1 ; hbot2 = hb2 ; htop2 = ht2 ; in mri_nbistat_setclip()
53 if( hbot2 < htop2 ){ in mri_nbistat()
56 else if( gar[ii] > htop2 ) gar[ii] = htop2 ; in mri_nbistat()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/cckohn/
H A Dcknew.F110 double complex zdotc,zdotu,ai, det, htop2(nbig,nsmall)
728 1 nchnl,nchan,nscat,nlm,iprint,ntot,nfree,ibcondx,htop2,
782 write(6,108) i,(htop2(j,i),j=1,ntot)
789 call zgesv(ntot,nfree,hdenom,nbig,ipiv,htop2(1,1),nbig,info)
794 write(6,108) i,(htop2(i,j),j=1,nfree)
799 smat(ilm,jlm)=zdotu(ntot,htop2(1,jlm),1,htop(1,ilm),1)
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/cckohn/
H A Dcknew.F110 double complex zdotc,zdotu,ai, det, htop2(nbig,nsmall)
728 1 nchnl,nchan,nscat,nlm,iprint,ntot,nfree,ibcondx,htop2,
782 write(6,108) i,(htop2(j,i),j=1,ntot)
789 call zgesv(ntot,nfree,hdenom,nbig,ipiv,htop2(1,1),nbig,info)
794 write(6,108) i,(htop2(i,j),j=1,nfree)
799 smat(ilm,jlm)=zdotu(ntot,htop2(1,jlm),1,htop(1,ilm),1)