Home
last modified time | relevance | path

Searched refs:drift (Results 101 – 125 of 3724) sorted by relevance

12345678910>>...149

/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/tables/22/
H A D4.2.10.2.table4 2 2 Direction of ice drift (degree true)
5 3 3 Speed of ice drift (m/s)
6 4 4 u-component of ice drift (m/s)
7 5 5 v-component of ice drift (m/s)
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/tables/24/
H A D4.2.10.2.table4 2 2 Direction of ice drift (degree true)
5 3 3 Speed of ice drift (m/s)
6 4 4 u-component of ice drift (m/s)
7 5 5 v-component of ice drift (m/s)
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/tables/25/
H A D4.2.10.2.table4 2 2 Direction of ice drift (degree true)
5 3 3 Speed of ice drift (m/s)
6 4 4 u-component of ice drift (m/s)
7 5 5 v-component of ice drift (m/s)
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/tables/26/
H A D4.2.10.2.table4 2 2 Direction of ice drift (degree true)
5 3 3 Speed of ice drift (m/s)
6 4 4 u-component of ice drift (m/s)
7 5 5 v-component of ice drift (m/s)
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/argos/
H A Dargos_prop_mcti_acc.F2 + aver,drift,stderr,corerr,ratio)
10 real*8 aver,drift,stderr,corerr,ratio,cerror
34 + aver,drift,stderr,corerr,ratio)
46 done=cerror.lt.edacq.and.drift.lt.ddacq
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/tables/27/
H A D4.2.10.2.table4 2 2 Direction of ice drift (degree true)
5 3 3 Speed of ice drift (m/s)
6 4 4 u-component of ice drift (m/s)
7 5 5 v-component of ice drift (m/s)
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/preprodwarning/locales/nn/LC_MESSAGES/
H A Dpreprodwarning.po24 "testing og beta-drift, ikkje for vanleg drift. Dersom du har fått peikar"
29 msgstr "Ja, eg veit at eg no går inn i ei løysing som ikkje er i drift, men i test"
38 "testing og beta-drift, ikkje for vanleg drift. Dersom du har fått peikar"
46 msgstr "Ja, eg veit at eg no går inn i ei løysing som ikkje er i drift, men i test"
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/preprodwarning/locales/nn/LC_MESSAGES/
H A Dpreprodwarning.po24 "testing og beta-drift, ikkje for vanleg drift. Dersom du har fått peikar"
29 msgstr "Ja, eg veit at eg no går inn i ei løysing som ikkje er i drift, men i test"
38 "testing og beta-drift, ikkje for vanleg drift. Dersom du har fått peikar"
46 msgstr "Ja, eg veit at eg no går inn i ei løysing som ikkje er i drift, men i test"
/dports/graphics/openrm/rm160/rm/
H A Drmtime.c476 RMtime *drift) in rmTimeSleepDrift() argument
478 private_rmTimeSpinDelay(tSleep, drift); in rmTimeSleepDrift()
616 RMtime *drift) in private_rmTimeSpinDelay() argument
654 if (drift != NULL) in private_rmTimeSpinDelay()
662 rmTimeSet(drift, 0, usec); in private_rmTimeSpinDelay()
692 if (drift != NULL) in private_rmTimeSpinDelay()
695 rmTimeEncodeMS(drift, driftMS); in private_rmTimeSpinDelay()
/dports/net/ntp/ntp-4.2.8p15/scripts/deprecated/
H A Dfreq_adj.in60 $drift = $1;
67 print "NTP drift is <$drift>\n";
70 $freq_adj = int ( $drift * ( 10 ** 6 / 2 ** 20) );
93 where "drift_file" defaults to /etc/ntp.drift
/dports/finance/quantlib/QuantLib-1.20/ql/processes/
H A Deulerdiscretization.cpp24 Disposable<Array> EulerDiscretization::drift( in drift() function in QuantLib::EulerDiscretization
28 return process.drift(t0, x0)*dt; in drift()
31 Real EulerDiscretization::drift(const StochasticProcess1D& process, in drift() function in QuantLib::EulerDiscretization
33 return process.drift(t0, x0)*dt; in drift()
H A Dendeulerdiscretization.cpp24 Disposable<Array> EndEulerDiscretization::drift( in drift() function in QuantLib::EndEulerDiscretization
28 return process.drift(t0+dt, x0)*dt; in drift()
31 Real EndEulerDiscretization::drift(const StochasticProcess1D& process, in drift() function in QuantLib::EndEulerDiscretization
33 return process.drift(t0+dt, x0)*dt; in drift()
/dports/mail/opensmtpd/opensmtpd-6.8.0p2/usr.sbin/smtpd/
H A Dsrs.c50 minrange(uint16_t tref, uint16_t t2, int drift, int mod) in minrange() argument
52 if (tref > drift) { in minrange()
54 if (t2 <= tref && t2>= tref - drift) in minrange()
59 if (t2 <= tref || t2 >= mod - (drift - tref)) in minrange()
66 maxrange(uint16_t tref, uint16_t t2, int drift, int mod) in maxrange() argument
68 if (tref + drift < 1024) { in maxrange()
70 if (t2 >= tref && t2 <= tref + drift) in maxrange()
75 if (t2 >= tref || t2 <= (tref + drift) % 1024) in maxrange()
/dports/science/R-cran-Epi/Epi/R/
H A Dapc.plot.R49 drift = 0, argument
104 if( missing( drift ) ) drift <- 1
105 drift <- log( drift )
110 A[,2:4] <- exp( A[,2:4] - drift * ( A[,1] - a0 ) )
111 P[,2:4] <- exp( P[,2:4] + drift * ( P[,1] - p0 ) )
112 C[,2:4] <- exp( C[,2:4] - drift * ( C[,1] - c0 ) )
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/FileHandling/RINEX3/
H A DRinex3ClockData.cpp57 bias(0), sig_bias(0), drift(0), sig_drift(0), accel(0), sig_accel(0) in Rinex3ClockData()
87 if (drift != 0.0) in reallyPutRecord()
103 strm << drift << ' '; in reallyPutRecord()
179 drift = line.substr( 0,19); in reallyGetRecord()
203 << " " << bias << " " << sig_bias << " " << drift << " " << sig_drift in dump()
/dports/comms/sdr-wspr/sdr-wspr-0.1.0/libwspr/
H A Dsync162.f9042 real drift(-NH:NH) local
160 drift(i)=df*kpk
197 drift(k)=drift(i)
206 a(2)=-0.5*drift(k)
218 sstf(5,k)=drift(k)
/dports/finance/quantlib/QuantLib-1.20/ql/
H A Dstochasticprocess.hpp48 virtual Disposable<Array> drift(const StochasticProcess&,
72 virtual Disposable<Array> drift(Time t,
168 virtual Real drift(const StochasticProcess1D&,
180 virtual Real drift(Time t, Real x) const = 0;
232 Disposable<Array> drift(Time t, const Array& x) const;
257 inline Disposable<Array> StochasticProcess1D::drift( in drift() function in QuantLib::StochasticProcess1D
262 Array a(1, drift(t, x[0])); in drift()
/dports/science/py-ase/ase-3.22.0/ase/md/
H A Dcontour_exploration.py238 drift = self.rand_vect()
239 drift = subtract_projection(drift, N)
240 drift = subtract_projection(drift, T)
242 drift = drift - drift.sum(axis=0) / len(self.atoms)
243 D = normalize(drift)
/dports/math/R-cran-forecast/forecast/man/
H A Dnaive.Rd13 drift = FALSE,
49 \item{drift}{Logical flag. If TRUE, fits a random walk with drift model.}
99 with drift model applied to \code{y}. This is equivalent to an ARIMA(0,1,0)
100 model with an optional drift coefficient. \code{naive()} is simply a wrapper
106 The random walk with drift model is \deqn{Y_t=c + Y_{t-1} + Z_t}{Y[t]=c +
108 given by \deqn{Y_n(h)=ch+Y_n}{Y[n+h]=ch+Y[n]}. If there is no drift (as in
109 \code{naive}), the drift parameter c=0. Forecast standard errors allow for
110 uncertainty in estimating the drift parameter (unlike the corresponding
/dports/net/chrony/chrony-4.2/test/simulation/
H A D201-freqaccumulation27 for drift in -1e+4 -1e+2 1e+2 1e+4; do
28 echo "$drift 100000" > tmp/drift
/dports/net/chrony-lite/chrony-4.2/test/simulation/
H A D201-freqaccumulation27 for drift in -1e+4 -1e+2 1e+2 1e+4; do
28 echo "$drift 100000" > tmp/drift
/dports/www/seahub/seahub-8.0.7-server/seahub/two_factor/models/
H A Dtotp.py75drift = models.SmallIntegerField(default=0, help_text="The number of time steps the prover is know… variable in TOTPDevice
102 totp.drift = self.drift + offset
108 self.drift += offset
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dffv1.c153 int16_t drift; member
272 int drift= state->drift; in update_vlc_state() local
275 drift += v; in update_vlc_state()
279 drift >>= 1; in update_vlc_state()
284 if(drift <= -count){ in update_vlc_state()
287 drift += count; in update_vlc_state()
290 }else if(drift > 0){ in update_vlc_state()
293 drift -= count; in update_vlc_state()
294 if(drift > 0) in update_vlc_state()
295 drift= 0; in update_vlc_state()
[all …]
/dports/finance/R-cran-plm/plm/inst/tests/
H A Dtest_cipstest.Rout.save36 > cipstest(Produc$gsp, type = "drift", model = "cmg")
45 In cipstest(Produc$gsp, type = "drift", model = "cmg") :
70 > cipstest(Produc$gsp, type = "drift", model = "mg")
79 In cipstest(Produc$gsp, type = "drift", model = "mg") :
104 > cipstest(Produc$gsp, type = "drift", model = "dmg")
113 In cipstest(Produc$gsp, type = "drift", model = "dmg") :
139 > cipstest(Produc$gsp, type = "drift", model = "cmg", truncated = TRUE)
148 In cipstest(Produc$gsp, type = "drift", model = "cmg", truncated = TRUE) :
173 > cipstest(Produc$gsp, type = "drift", model = "mg", truncated = TRUE)
182 In cipstest(Produc$gsp, type = "drift", model = "mg", truncated = TRUE) :
[all …]
/dports/dns/dnsjit/dnsjit-1.2.2/src/filter/
H A Dtiming.lua89 function Timing:realtime(drift, batch_size)
91 if drift == nil then
92 drift = 1
98 self.obj.rt_drift = math.floor(drift * 1000000000)

12345678910>>...149