Home
last modified time | relevance | path

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

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/pspw/kbpp/
H A Dkbpp_ray.F18 double precision qmax,gx,gy,gz,gg,ggmax local
25 ggmax = 0.0d0
30 if (gg.gt.ggmax) ggmax = gg
35 if (gg.gt.ggmax) ggmax = gg
40 if (gg.gt.ggmax) ggmax = gg
42 qmax = dsqrt(ggmax)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/pspw/kbpp/
H A Dkbpp_ray.F18 double precision qmax,gx,gy,gz,gg,ggmax
25 ggmax = 0.0d0
30 if (gg.gt.ggmax) ggmax = gg
35 if (gg.gt.ggmax) ggmax = gg
40 if (gg.gt.ggmax) ggmax = gg
42 qmax = dsqrt(ggmax)
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_tshift.c34 float ffmin=0,ffmax=0 , ggmin=0,ggmax=0 ; in THD_dataset_tshift() local
139 for( ggmin=ggmax=gar[ignore],jj=ignore+1 ; jj < ntt ; jj++ ){ in THD_dataset_tshift()
141 else if( gar[jj] > ggmax ) ggmax = gar[jj] ; in THD_dataset_tshift()
185 else if( gar[jj] > ggmax ) gar[jj] = ggmax ; in THD_dataset_tshift()
H A D3dTshift.c255 float ffmin=0.0,ffmax=0.0 , ggmin=0.0,ggmax=0.0 , fshift=0.0,gshift=0.0 ; in main() local
597 for( ggmin=ggmax=gar[ignore],jj=ignore+1 ; jj < ntt ; jj++ ){ in main()
599 else if( gar[jj] > ggmax ) ggmax = gar[jj] ; in main()
645 else if( gar[jj] > ggmax ) gar[jj] = ggmax ; in main()