Home
last modified time | relevance | path

Searched refs:e_p (Results 1 – 25 of 148) sorted by relevance

123456

/dports/security/signify/outils-0.10/src/usr.bin/calendar/
H A Dostern.c40 int e_l, e_m, e_n, e_p, e_q; in easter() local
57 e_p = (e_h + e_l + 114 - (7 * e_m)) % 31; in easter()
58 e_p = e_p + 1; in easter()
60 e_q = 31 + 28 + e_p; in easter()
70 e_i, e_k, e_l, e_m, e_n, e_p, e_q); in easter()
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dmatrix-hom.h78 typename std::vector<typename Ring::Element>::iterator e_p, tmp_p; in operator() local
82 for (col_p = Ap.colBegin(), e_p = e.begin(); in operator()
83 e_p != e.end(); ++ col_p, ++ e_p) { in operator()
85 r.assign(*e_p, r.one); in operator()
91 r.assign(*e_p, r.zero); in operator()
267 typename BlasVector<Ring>::iterator iter, e_p; in map() local
275 for (e_p=e.begin();e_p != e.end(); ++e_p,++i){ in map()
276 r.assign(*e_p, r.one); in map()
285 r.assign(*e_p, r.zero); in map()
H A Dsmith-form-adaptive.inl432 for (prime_p = prime, e_p = e. begin(); e_p != e. end(); ++ prime_p, ++ e_p) {
433 *e_p = 0;
435 ++ *e_p;
469 for (prime_p = prime, e_p = e. begin(); e_p != e. end(); ++ prime_p, ++ e_p) {
470 *e_p = 0;
472 ++ *e_p;
563 for (prime_p = prime, e_p = e. begin(); e_p != e. end(); ++ prime_p, ++ e_p) {
564 *e_p = 0;
596 for (prime_p = prime, e_p = e. begin(); e_p != e. end(); ++ prime_p, ++ e_p) {
597 *e_p = 0;
[all …]
/dports/science/dynare/dynare-4.6.4/tests/observation_trends_and_prefiltering/
H A DTrend_model_calib_prefilter_common.inc2 varexo e_y e_p eps_junk;
16 P_obs = rho_p*P_obs(-1)+sigma_p*e_p;
31 var e_p; stderr 1;
H A DTrend_exp_model_calib_prefilter_common.inc2 varexo e_y e_p eps_junk;
15 P_obs = P_obs(-1)^rho_p*exp(sigma_p*e_p);
28 var e_p; stderr 1;
H A DTrend_model_calib_no_prefilter_common.inc2 varexo e_y e_p eps_junk;
18 P_obs = (1-rho_p)*const_p + rho_p*P_obs(-1)+sigma_p*e_p;
31 var e_p; stderr 1;
H A DTrend_exp_model_calib_no_prefilter_common.inc2 varexo e_y e_p eps_junk;
17 P_obs = exp(const_p)^(1-rho_p)*P_obs(-1)^rho_p*exp(sigma_p*e_p);
30 var e_p; stderr 1;
H A DTrend_model_prefilter_common.inc2 varexo e_y e_p eps_junk;
16 P_obs = rho_p*P_obs(-1)+sigma_p*e_p;
30 var e_p; stderr 1;
H A DTrend_model_no_prefilter_common.inc2 varexo e_y e_p eps_junk;
17 P_obs = (1-rho_p)*const_p + rho_p*P_obs(-1)+sigma_p*e_p;
30 var e_p; stderr 1;
H A DTrend_exp_model_prefilter_common.inc2 varexo e_y e_p eps_junk;
16 P_obs = P_obs(-1)^rho_p*exp(sigma_p*e_p);
29 var e_p; stderr 1;
H A DTrend_exp_model_no_prefilter_common.inc2 varexo e_y e_p eps_junk;
17 P_obs = exp(const_p)^(1-rho_p)*P_obs(-1)^rho_p*exp(sigma_p*e_p);
30 var e_p; stderr 1;
H A DTrend_no_prefilter_conditional_forecast.inc10 …tional_forecast(periods=100,parameter_set=posterior_mode,replic=1000, controlled_varexo=(e_y,e_p));
28 shock_matrix(1:5,strmatch('e_p',M_.exo_names,'exact')) = cond_forecast.controlled_exo_variables.Mea…
/dports/devel/zydis/zydis-3.1.0/dependencies/zycore/examples/
H A DVector.c94 static const TestStruct* e_p; in PerformBasicTests() local
120 ZYAN_CHECK(ZyanVectorGetPointer(vector, i, (const void**)&e_p)); in PerformBasicTests()
121 printf(" Element #%02" PRIuPTR ": %08" PRIu64 "\n", i, e_p->u64); in PerformBasicTests()
173 static const TestStruct* e_p; in PerformBinarySearchTest() local
195 ZYAN_CHECK(ZyanVectorGetPointer(vector, i, (const void**)&e_p)); in PerformBinarySearchTest()
196 printf(" Element #%02" PRIuPTR ": %08" PRIu32 "\n", i, e_p->u32); in PerformBinarySearchTest()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/n8/common/api/
H A Dn8_util.c367 N8_Status_t n8_handleEvent(N8_Event_t *e_p, in n8_handleEvent() argument
377 if (e_p != NULL) in n8_handleEvent()
380 e_p->state = (void *) req_p; in n8_handleEvent()
381 e_p->status = requestStatus; in n8_handleEvent()
382 e_p->unit = unit; in n8_handleEvent()
384 if ((e_p->usrCallback != NULL) || in n8_handleEvent()
385 (e_p->usrData != NULL)) in n8_handleEvent()
387 ret = queueEvent(e_p); in n8_handleEvent()
/dports/science/dynare/dynare-4.6.4/tests/observation_trends_and_prefiltering/ML/
H A DTrend_no_prefilter_selected_var.mod5 varexo e_y e_p eps_junk;
20 P_obs = (1-rho_p)*const_p + rho_p*P_obs(-1)+sigma_p*e_p;
36 var e_p; stderr 1;
129 ….SmoothedShocks.e_y))>1e-8 || max(abs(oo_.SmoothedShocks.e_p-oo_all_variables.SmoothedShocks.e_p))…
/dports/math/pari/pari-2.13.3/src/functions/number_theoretical/
H A Dznchardecompose8 Doc: Let $N = \prod_p p^{e_p}$ and a Dirichlet character $\chi$,
10 where the conductor of $\chi_p$ divides $p^{e_p}$; it equals $p^{e_p}$ for
H A Dznconreychar12 Let $q = \prod_p p^{e_p}$ be the factorization of $q$ into distinct primes.
13 For all odd $p$ with $e_p > 0$, let $g_p$ be the element in $(\Z/q\Z)^*$
16 \item congruent to $1$ mod $q/p^{e_p}$,
18 \item congruent mod $p^{e_p}$ to the smallest positive integer that generates
H A Dznconreylog11 Let $q = \prod_p p^{e_p}$ be the factorization of $q$ into distinct primes,
16 For all odd $p$ with $e_p > 0$, let $g_p$ be the element in $(\Z/q\Z)^*$
19 \item congruent to $1$ mod $q/p^{e_p}$,
21 \item congruent mod $p^{e_p}$ to the smallest positive integer that generates
/dports/sysutils/fusefs-rar2fs/rar2fs-1.29.5/src/
H A Drar2fs.c647 if (e_p && !e_p->flags.unresolved) { in path_lookup()
650 return e_p; in path_lookup()
653 if (!e_p) { in path_lookup()
663 return e_p; in path_lookup()
1017 if (e_p && S_ISDIR(e_p->stat.st_mode)) { in update_atime()
1062 if (e_p) { in check_atime()
1063 if (e_p->stat.st_atime <= e_p->stat.st_ctime && in check_atime()
1064 e_p->stat.st_atime <= e_p->stat.st_mtime && in check_atime()
2350 return e_p; in lookup_filecopy()
4842 if (e_p == NULL) in rar2_getxattr()
[all …]
/dports/math/linbox/linbox-1.6.3/linbox/matrix/sparsematrix/
H A Dsparse-generic.h224 BB_list::iterator e_p; in ~SparseMatrixGeneric() local
227 for (e_p = p -> second. begin(); in ~SparseMatrixGeneric()
228 e_p != p -> second. end(); ++ e_p) { in ~SparseMatrixGeneric()
230 Thread::terminate_thread (*e_p); in ~SparseMatrixGeneric()
232 delete (*e_p); in ~SparseMatrixGeneric()
/dports/net/zebra-server/idzebra-2.0.55/index/
H A Ddir.c146 void dir_free(struct dir_entry **e_p) in dir_free() argument
149 struct dir_entry *e = *e_p; in dir_free()
155 *e_p = NULL; in dir_free()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.cpp811 ACCEPT_CHK (e_p); in accept()
1359 ACCEPT_CHK(e_p); in accept()
1582 ACCEPT_CHK (e_p); in accept()
1636 ACCEPT_CHK (e_p); in accept()
1728 ACCEPT_CHK (e_p); in accept()
1829 ACCEPT_CHK (e_p); in accept()
1912 ACCEPT_CHK (e_p); in accept()
2150 ACCEPT_CHK (e_p); in accept()
3363 e_p->accept(v); in accept()
3657 lPrev = e_p; in accept()
[all …]
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/notify-4.0.12/tests/utils/
H A Dmod.rs58 for (e_p, e_o, e_c) in input { in inflate_events()
61 None => e_p.clone(), in inflate_events()
67 if p == e_p && c == e_c { in inflate_events()
73 path = Some(e_p); in inflate_events()
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/notify-4.0.13/tests/utils/
H A Dmod.rs58 for (e_p, e_o, e_c) in input {
61 None => e_p.clone(),
67 if p == e_p && c == e_c {
73 path = Some(e_p);
/dports/math/libmesh/libmesh-1.6.2/src/error_estimation/
H A Dweighted_patch_recovery_error_estimator.C332 for (const auto & e_p : patch) in operator() local
335 fe->reinit (e_p); in operator()
339 dof_map.dof_indices (e_p, dof_indices, var); in operator()
590 const Elem * e_p = *patch_re_it; in operator() local
593 const dof_id_type e_p_id = e_p->id(); in operator()
596 femcontext.pre_fe_reinit(system, e_p); in operator()
607 fe->reinit (e_p); in operator()
611 dof_map.dof_indices (e_p, dof_indices, var); in operator()
622 static_cast<Order>(fe_type.order + e_p->p_level()); in operator()
879 const Elem * e_p = *patch_re_it; in operator() local
[all …]

123456