Home
last modified time | relevance | path

Searched refs:dftmp (Results 1 – 6 of 6) sorted by relevance

/dports/devel/ga/ga-5.8/global/examples/md_cluster/
H A Dmdstep.F119 tmprtr = dftmp
124 tmprtr = dftmp
128 tmprtr = dftmp
134 tmprtr = dftmp
137 tmprtr = dftmp
144 tmprtr = dftmp
H A Drdpar.F92 dftmp = 0.0d00
97 read(5,*) dflalg,dftmp,dfprs,dftm,dfpm
100 call ga_dgop(1,dftmp,1,'+')
240 write(6,1700) dftmp
431 scl = sqrt(dftmp / amass(at(icnt)))
H A Dcommon.fh55 common /md_par/ tau,dftmp,dfprs,dftm,dfpm,rsc(20,4),
60 double precision tau,dftmp,dfprs,dftm,dfpm,rsc,
/dports/comms/qsstv/qsstv/drmrx/
H A Dgetofdmsync.cpp75 int dftmp, symbol_position_offset, spotmp; in getofdmsync() local
255 dftmp = delta_time_offset_integer; in getofdmsync()
258 dftmp = -max_delta_time_offset_integer; in getofdmsync()
259 if (dftmp > max_delta_time_offset_integer) in getofdmsync()
263 delta_time_offset_integer = dftmp; /* only +/- one symbol */ in getofdmsync()
/dports/biology/molden/molden5.8/ambfor/
H A Dalloc.c2009 static float *dftmp = NULL; variable
2040 if (dftmp == NULL) {
2041 if ((dftmp = (float *) malloc((sizeof d)*3*wsize)) == NULL)
2061 dftmp,fwat,fx,fy,fz,
2401 dvdwe,dvdwr,dpotq,dpotv,deps,dpre6,iag,ikl,dftmp,dfftmp,frac,exyz);
2479 if ((dftmp = (float *) malloc((sizeof f)*3*wsize)) == NULL) memstat = 0;
2497 idoq,idov,dvdwe,dvdwr,dpotq,dpotv,deps,dpre6,iag,ikl,dftmp,dfftmp);
2571 if ((dftmp = (float *) malloc((sizeof f)*3*wsize)) == NULL) memstat = 0;
2589 dvdwe,dvdwr,dpotq,dpotv,deps,dpre6,iag,ikl,dftmp,dfftmp);
/dports/devel/xwpe/xwpe-1.5.30a/
H A Dwe_fl_unix.c1821 char **dftmp; in WpeCreateWorkingDirTree() local
1894 dftmp = df->name; in WpeCreateWorkingDirTree()
1898 *(df->name + k) = *(dftmp + k); in WpeCreateWorkingDirTree()
1899 FREE(dftmp); in WpeCreateWorkingDirTree()