Home
last modified time | relevance | path

Searched defs:delt (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/dports/science/dynare/dynare-4.6.4/matlab/
H A Dendogenous_prior_restrictions.m91 delt = (RR(iendo,iexo)-endo_prior_restrictions.irf{j,4}(1))^2; variable
93 delt = (RR(iendo,iexo)-endo_prior_restrictions.irf{j,4}(2))^2; variable
162 delt = (RR(iendo1,iendo2)-endo_prior_restrictions.moment{j,4}(1))^2; variable
164 delt = (RR(iendo1,iendo2)-endo_prior_restrictions.moment{j,4}(2))^2; variable
/dports/devel/sunpromake/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccslog.c73 struct delt { struct
78 struct tm tm; /* Struct tm as read from delta */ argument
79 char *user; /* User name from delta */ argument
81 char *file; /* Filename for this delta */ argument
82 char *vers; /* Version string for this delta */ argument
83 char *comment; /* Comment for this delta */ argument
98 LOCAL struct delt *list; argument
/dports/devel/smake/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccslog.c73 struct delt { struct
78 struct tm tm; /* Struct tm as read from delta */ argument
79 char *user; /* User name from delta */ argument
81 char *file; /* Filename for this delta */ argument
82 char *vers; /* Version string for this delta */ argument
83 char *comment; /* Comment for this delta */ argument
98 LOCAL struct delt *list; argument
/dports/devel/sccs/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccslog.c73 struct delt { struct
78 struct tm tm; /* Struct tm as read from delta */ argument
79 char *user; /* User name from delta */ argument
81 char *file; /* Filename for this delta */ argument
82 char *vers; /* Version string for this delta */ argument
83 char *comment; /* Comment for this delta */ argument
98 LOCAL struct delt *list; argument
/dports/devel/schilybase/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccslog.c73 struct delt { struct
78 struct tm tm; /* Struct tm as read from delta */ argument
79 char *user; /* User name from delta */ argument
81 char *file; /* Filename for this delta */ argument
82 char *vers; /* Version string for this delta */ argument
83 char *comment; /* Comment for this delta */ argument
98 LOCAL struct delt *list; argument
/dports/net/rscsi/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccslog.c73 struct delt { struct
78 struct tm tm; /* Struct tm as read from delta */ argument
79 char *user; /* User name from delta */ argument
81 char *file; /* Filename for this delta */ argument
82 char *vers; /* Version string for this delta */ argument
83 char *comment; /* Comment for this delta */ argument
98 LOCAL struct delt *list; argument
/dports/archivers/star/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccslog.c73 struct delt { struct
78 struct tm tm; /* Struct tm as read from delta */ argument
79 char *user; /* User name from delta */ argument
81 char *file; /* Filename for this delta */ argument
82 char *vers; /* Version string for this delta */ argument
83 char *comment; /* Comment for this delta */ argument
98 LOCAL struct delt *list; argument
/dports/sysutils/cdrtools/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccslog.c73 struct delt { struct
78 struct tm tm; /* Struct tm as read from delta */ argument
79 char *user; /* User name from delta */ argument
81 char *file; /* Filename for this delta */ argument
82 char *vers; /* Version string for this delta */ argument
83 char *comment; /* Comment for this delta */ argument
98 LOCAL struct delt *list; argument
/dports/editors/ved/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccslog.c73 struct delt { struct
78 struct tm tm; /* Struct tm as read from delta */ argument
79 char *user; /* User name from delta */ argument
81 char *file; /* Filename for this delta */ argument
82 char *vers; /* Version string for this delta */ argument
83 char *comment; /* Comment for this delta */ argument
98 LOCAL struct delt *list; argument
/dports/sysutils/schilyutils/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccslog.c73 struct delt { struct
78 struct tm tm; /* Struct tm as read from delta */ argument
79 char *user; /* User name from delta */ argument
81 char *file; /* Filename for this delta */ argument
82 char *vers; /* Version string for this delta */ argument
83 char *comment; /* Comment for this delta */ argument
98 LOCAL struct delt *list; argument
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dfix_deform_kokkos.cpp113 double delt = (update->ntimestep - update->beginstep) * update->dt; in end_of_step() local
121 double delt = (update->ntimestep - update->beginstep) * update->dt; in end_of_step() local
209 double delt = (update->ntimestep - update->beginstep) * update->dt; in end_of_step() local
213 double delt = (update->ntimestep - update->beginstep) * update->dt; in end_of_step() local
/dports/science/quantum-espresso/q-e-qe-6.7.0/CPV/src/
H A Delectrons_nose.f9072 subroutine electrons_nosevel( vnhe, xnhe0, xnhem, delt ) argument
75 real(dp), intent(in) :: xnhe0, xnhem, delt local
80 subroutine electrons_noseupd( xnhep, xnhe0, xnhem, delt, qne, ekinc, ekincw, vnhe ) argument
83 real(dp), intent(in) :: xnhe0, xnhem, delt, qne, ekinc, ekincw local
90 SUBROUTINE electrons_nose_info( delt) argument
97 REAL(DP), INTENT(IN) :: delt local
H A Dcell_nose.f9047 subroutine cell_nosevel( vnhh, xnhh0, xnhhm, delt ) argument
50 REAL(DP), intent(in) :: xnhh0(3,3), xnhhm(3,3), delt local
55 subroutine cell_noseupd( xnhhp, xnhh0, xnhhm, delt, qnh, temphh, temph, vnhh ) argument
59 REAL(DP), intent(in) :: xnhh0(3,3), xnhhm(3,3), delt, qnh, temphh(3,3), temph local
101 SUBROUTINE cell_nose_info ( delt ) argument
109 REAL(DP), INTENT (IN) :: delt local
H A Dions_positions.f9092 SUBROUTINE ions_hmove( taus, tausm, iforce, pmass, fion, ainv, delt, ityp, nat ) argument
97 REAL(DP), INTENT(IN) :: ainv(3,3), delt local
128 delt, ityp, nat, fricp, hgamma, vels, tsdp, tnosep, & argument
136 REAL(DP), INTENT(IN) :: ainv(3,3), delt local
241 SUBROUTINE set_velocities( tausm, taus0, vels, iforce, nat, delt) argument
246 REAL(DP), INTENT(IN) :: delt local
H A Dions_nose.f90357 SUBROUTINE ions_nose_info(delt) argument
365 REAL(DP), INTENT(IN) :: delt local
419 subroutine ions_nosevel( vnhp, xnhp0, xnhpm, delt, nhpcl, nhpdim ) argument
423 real(DP), intent(in) :: xnhp0(nhpcl,nhpdim), xnhpm(nhpcl,nhpdim), delt local
439 …subroutine ions_noseupd( xnhpp, xnhp0, xnhpm, delt, qnp, ekin2nhp, gkbt2nhp, vnhp, kbt, nhpcl, nhp… argument
443 …real(DP), intent(in) :: xnhp0(nhpcl,nhpdim), xnhpm(nhpcl,nhpdim), delt, qnp(nhpcl,nhpdim), gkbt2nh… local
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dfix_deform.cpp410 double delt = (update->endstep - update->beginstep) * update->dt; in init() local
687 double delt = (update->ntimestep - update->beginstep) * update->dt; in end_of_step() local
695 double delt = (update->ntimestep - update->beginstep) * update->dt; in end_of_step() local
783 double delt = (update->ntimestep - update->beginstep) * update->dt; in end_of_step() local
787 double delt = (update->ntimestep - update->beginstep) * update->dt; in end_of_step() local
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_deform.cpp454 double delt = (update->endstep - update->beginstep) * update->dt; in init() local
731 double delt = (update->ntimestep - update->beginstep) * update->dt; in end_of_step() local
739 double delt = (update->ntimestep - update->beginstep) * update->dt; in end_of_step() local
827 double delt = (update->ntimestep - update->beginstep) * update->dt; in end_of_step() local
831 double delt = (update->ntimestep - update->beginstep) * update->dt; in end_of_step() local
/dports/math/plplot/plplot-5.15.0/examples/ada/
H A Dxtraditional05a.adb36 delt : Long_Float; -- delta is a reserved word in Ada. variable
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/metrics/tests/
H A Dtest_classification.py36 from sklearn.metrics import jaccard_score
/dports/math/plplot-ada/plplot-5.15.0/examples/ada/
H A Dxtraditional05a.adb36 delt : Long_Float; -- delta is a reserved word in Ada. variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/nashorn/src/jdk/nashorn/api/tree/test/
H A DJDK_8193296_Test.java48 Tree delt = ((ExpressionStatementTree)t.getSourceElements().get(1)).getExpression(); in test() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/nashorn/src/jdk/nashorn/api/tree/test/
H A DJDK_8193296_Test.java48 Tree delt = ((ExpressionStatementTree)t.getSourceElements().get(1)).getExpression(); in test() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/nashorn/src/jdk/nashorn/api/tree/test/
H A DJDK_8193296_Test.java48 Tree delt = ((ExpressionStatementTree)t.getSourceElements().get(1)).getExpression(); in test() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/nashorn/src/jdk/nashorn/api/tree/test/
H A DJDK_8193296_Test.java48 Tree delt = ((ExpressionStatementTree)t.getSourceElements().get(1)).getExpression(); in test() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/nashorn/src/jdk/nashorn/api/tree/test/
H A DJDK_8193296_Test.java48 Tree delt = ((ExpressionStatementTree)t.getSourceElements().get(1)).getExpression(); in test() local

12345678910>>...12