Home
last modified time | relevance | path

Searched refs:e_m (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/math/tomsfastmath/tomsfastmath-0.13.1/demo/
H A Drsa.c6 fp_int d, e, n, c, m, e_m; in main() local
17 fp_exptmod(&m, &e, &n, &e_m); in main()
18 if (fp_cmp(&e_m, &c)) { in main()
21 fp_toradix(&e_m, buf, 16); in main()
29 fp_exptmod(&m, &e, &n, &e_m); in main()
42 fp_exptmod(&c, &d, &n, &e_m); in main()
43 if (fp_cmp(&e_m, &m)) { in main()
46 fp_toradix(&e_m, buf, 16); in main()
53 fp_exptmod(&c, &d, &n, &e_m); in main()
70 fp_exptmod(&c, &d, &n, &e_m); in main()
/dports/databases/xapian-core/xapian-core-1.4.18/api/
H A Dvaluerangeproc.cc174 int e_d, e_m, e_y; in operator ()() local
181 (b_y != e_y || b_m < e_m || (b_m == e_m && b_d <= e_d))) { in operator ()()
183 } else if (vet_dm(b_m, b_d) && vet_dm(e_m, e_d) && in operator ()()
186 swap(e_m, e_d); in operator ()()
188 (b_y != e_y || b_m < e_m || (b_m == e_m && b_d <= e_d))) { in operator ()()
208 format_yyyymmdd(buf, e_y, e_m, e_d); in operator ()()
340 int e_d, e_m, e_y; in operator ()() local
347 (b_y != e_y || b_m < e_m || (b_m == e_m && b_d <= e_d))) { in operator ()()
352 swap(e_m, e_d); in operator ()()
354 (b_y != e_y || b_m < e_m || (b_m == e_m && b_d <= e_d))) { in operator ()()
[all …]
/dports/sysutils/pxp-agent/pxp-agent-1.15.16/lib/tests/unit/modules/
H A Dtask_test.cc157 auto response = e_m.executeAction(request);
178 REQUIRE_NOTHROW(e_m.executeAction(request));
393 auto response = e_m.executeAction(request);
427 auto response = e_m.executeAction(request);
455 auto response = e_m.executeAction(request);
482 auto response = e_m.executeAction(request);
505 auto response = e_m.executeAction(request);
532 e_m.executeAction(request);
560 e_m.executeAction(request);
652 auto response = e_m.executeAction(getEchoRequest(metadata));
[all …]
/dports/databases/xapian-core12/xapian-core-1.2.25/api/
H A Dvaluerangeproc.cc152 int e_d, e_m, e_y; in operator ()() local
153 if (!decode_xxy(begin, b_d, b_m, b_y) || !decode_xxy(end, e_d, e_m, e_y)) in operator ()()
158 if (!prefer_mdy && vet_dm(b_d, b_m) && vet_dm(e_d, e_m) && in operator ()()
159 (b_y != e_y || b_m < e_m || (b_m == e_m && b_d <= e_d))) { in operator ()()
161 } else if (vet_dm(b_m, b_d) && vet_dm(e_m, e_d) && in operator ()()
162 (b_y != e_y || b_d < e_d || (b_d == e_d && b_m <= e_m))) { in operator ()()
164 swap(e_m, e_d); in operator ()()
165 } else if (prefer_mdy && vet_dm(b_d, b_m) && vet_dm(e_d, e_m) && in operator ()()
166 (b_y != e_y || b_m < e_m || (b_m == e_m && b_d <= e_d))) { in operator ()()
188 SNPRINTF(buf, sizeof(buf), "%08d", e_y * 10000 + e_m * 100 + e_d); in operator ()()
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/libxtp/self_energy_evaluators/
H A Dsigma_cda.cc64 double Sigma_CDA::CalcResiduePrefactor(double e_f, double e_m, in CalcResiduePrefactor() argument
68 if (e_f < e_m && e_m < frequency) { in CalcResiduePrefactor()
70 } else if (e_f > e_m && e_m > frequency) { in CalcResiduePrefactor()
72 } else if (std::abs(e_m - frequency) < tolerance && e_f > e_m) { in CalcResiduePrefactor()
74 } else if (std::abs(e_m - frequency) < tolerance && e_f < e_m) { in CalcResiduePrefactor()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/libxtp/self_energy_evaluators/
H A Dsigma_cda.cc64 double Sigma_CDA::CalcResiduePrefactor(double e_f, double e_m, in CalcResiduePrefactor() argument
68 if (e_f < e_m && e_m < frequency) { in CalcResiduePrefactor()
70 } else if (e_f > e_m && e_m > frequency) { in CalcResiduePrefactor()
72 } else if (std::abs(e_m - frequency) < tolerance && e_f > e_m) { in CalcResiduePrefactor()
74 } else if (std::abs(e_m - frequency) < tolerance && e_f < e_m) { in CalcResiduePrefactor()
/dports/sysutils/pxp-agent/pxp-agent-1.15.16/lib/tests/unit/
H A Dexternal_module_test.cc210 ExternalModule e_m { PXP_AGENT_ROOT_PATH variable
221 REQUIRE_NOTHROW(e_m.executeAction(request));
239 ExternalModule e_m { PXP_AGENT_ROOT_PATH variable
244 REQUIRE(e_m.actions == expected_actions);
283 ExternalModule e_m { variable
291 REQUIRE_NOTHROW(e_m.validateConfiguration());
295 ExternalModule e_m { variable
313 ExternalModule e_m { variable
332 REQUIRE(e_m.executeAction(request)
341 ExternalModule e_m { variable
[all …]
/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
55 e_m = (e_a + 11 * e_h + 22 * e_l) / 451; in easter()
56 e_n = (e_h + e_l + 114 - (7 * e_m)) / 31; in easter()
57 e_p = (e_h + e_l + 114 - (7 * e_m)) % 31; in easter()
70 e_i, e_k, e_l, e_m, e_n, e_p, e_q); in easter()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/
H A Dtest_spinorbit_Kr.py22 e_m = soc_eigenstates(calc)[0].eig_m
24 assert e_n[0] - e_m[0] == pytest.approx(0.0, abs=1.0e-3)
25 assert e_n[1] - e_m[2] == pytest.approx(0.452, abs=1.0e-3)
26 assert e_n[2] - e_m[4] == pytest.approx(-0.226, abs=1.0e-3)
/dports/science/dynare/dynare-4.6.4/tests/conditional_forecasts/2/
H A Dfs2000_est.mod4 varexo e_a e_m;
18 log(m) = (1-rho)*log(mst) + rho*log(m(-1))+e_m;
61 var e_m; stderr 0.005;
102 stderr e_m, inv_gamma_pdf, 0.008862, inf;
121 conditional_forecast(parameter_set=prior_mode, controlled_varexo=(e_a,e_m));
125 conditional_forecast(parameter_set=posterior_mode, controlled_varexo=(e_a,e_m));
129 conditional_forecast(parameter_set=posterior_mean, controlled_varexo=(e_a,e_m));
133 conditional_forecast(parameter_set=posterior_median, controlled_varexo=(e_a,e_m));
/dports/science/dynare/dynare-4.6.4/tests/estimation/
H A Dfs2000_initialize_from_calib.mod3 varexo e_a e_m;
17 log(m) = (1-rho)*log(mst) + rho*log(m(-1))+e_m;
61 var e_m; stderr 0.005;
79 stderr e_m, inv_gamma_pdf, 0.008862, inf;
80 corr e_a, e_m, normal_pdf, 0, 0.007;
89 //stderr e_m, 0.005000;
91 corr e_m, e_a, 0.1;
H A Dfs2000_calibrated_covariance.mod4 varexo e_a e_m;
18 log(m) = (1-rho)*log(mst) + rho*log(m(-1))+e_m;
65 var e_a, e_m = 0.00005;
72 stderr e_m, 0.008862;
73 corr e_a, e_m, 0.5;
78 stderr e_m, 0.5;
79 corr e_a, e_m, 0.5;
H A Dfs2000_estimated_params_init.mod23 varexo e_a e_m;
37 log(m) = (1-rho)*log(mst) + rho*log(m(-1))+e_m;
54 var e_m; stderr 0.005;
96 stderr e_m, inv_gamma_pdf, 0.008862, inf;
102 corr e_a,e_m, 0.5;
/dports/science/dynare/dynare-4.6.4/tests/TeX/
H A Dfs2000_corr_ME.mod51 e_m ${\varepsilon_m}$ (long_name='Observed money growth rate')
77 log(m) = (1-rho)*log(mst) + rho*log(m(-1))+e_m;
125 var e_m; stderr 0.005;
135 rplot l e_m gp_obs;
137 rplot n e_a e_m m;
152 stderr e_m, 0.008862;
153 corr e_m, e_a, 0;
168 stderr e_m, inv_gamma_pdf, 0.008862, inf;
169 corr e_m, e_a, normal_pdf, 0, 0.2;
/dports/science/dynare/dynare-4.6.4/tests/conditional_forecasts/3/
H A Dfs2000_conditional_forecast_initval.mod11 varexo e_a e_m;
25 log(m) = (1-rho)*log(mst) + rho*log(m(-1))+e_m;
59 var e_m; stderr 0.005;
82 conditional_forecast(periods=100,parameter_set=calibration,replic=10000, controlled_varexo=(e_m,e_a…
98 shock_matrix(1:5,strmatch('e_m',M_.exo_names,'exact')) = cond_forecast.controlled_exo_variables.Mea…
/dports/science/dynare/dynare-4.6.4/tests/conditional_forecasts/4/
H A Dfs2000_conditional_forecast_histval.mod9 varexo e_a e_m;
23 log(m) = (1-rho)*log(mst) + rho*log(m(-1))+e_m;
57 var e_m; stderr 0.005;
83 conditional_forecast(periods=100,parameter_set=calibration,replic=10000, controlled_varexo=(e_m,e_a…
99 shock_matrix(1:5,strmatch('e_m',M_.exo_names,'exact')) = cond_forecast.controlled_exo_variables.Mea…
/dports/science/dynare/dynare-4.6.4/tests/measurement_errors/fs2000_corr_me_ml_mcmc/
H A Dfs2000_corr_ME.mod36 varexo e_a e_m;
51 log(m) = (1-rho)*log(mst) + rho*log(m(-1))+e_m;
96 var e_m; stderr 0.005;
108 stderr e_m, 0.008862;
109 corr e_m, e_a, 0;
125 stderr e_m, inv_gamma_pdf, 0.008862, inf;
126 corr e_m, e_a, normal_pdf, 0, 0.2;
/dports/science/dynare/dynare-4.6.4/tests/
H A Destim_param_in_shock_value_xfail.mod4 varexo e_a e_m;
19 log(m) = (1-rho)*log(mst) + rho*log(m(-1))+e_m;
53 var e_m; stderr 0.005;
67 estimation(order=1,bayesian_irf,irf_shocks=(e_m),datafile=fsdat_simul,mode_check, nobs=192, logline…
/dports/science/dynare/dynare-4.6.4/tests/conditional_forecasts/5/
H A Dfs2000_cal.mod4 varexo e_a e_m;
18 log(m) = (1-rho)*log(mst) + rho*log(m(-1))+e_m;
73 fplan = flip_plan(fplan, 'gp_obs', 'e_m', 'surprise', frng(1:5), 1.00797 + [0.005 0.005 0.005 0.…
86 fplan_r = basic_plan(fplan_r, 'e_m', 'surprise', frng(1:5), f.e_m(frng(1:5)).data);
/dports/lang/racket/racket-8.3/share/pkgs/redex-examples/redex/examples/
H A Dcombinators.rkt41 (--> (in-hole e-ctxt_1 (((b e_m) e_n) e_l))
42 (in-hole e-ctxt_1 (e_m (e_n e_l))))
43 (--> (in-hole e-ctxt_1 (((c e_m) e_n) e_l))
44 (in-hole e-ctxt_1 ((e_m e_l) e_n)))
/dports/science/dynare/dynare-4.6.4/tests/fs2000/
H A Dfs2000.mod4 varexo e_a e_m;
18 log(m) = (1-rho)*log(mst) + rho*log(m(-1))+e_m;
52 var e_m; stderr 0.005;
68 stderr e_m, inv_gamma_pdf, 0.008862, inf;
/dports/science/dynare/dynare-4.6.4/tests/conditional_forecasts/1/
H A Dfs2000_cal.mod4 varexo e_a e_m;
18 log(m) = (1-rho)*log(mst) + rho*log(m(-1))+e_m;
61 var e_m; stderr 0.005;
79 conditional_forecast(parameter_set=calibration, controlled_varexo=(e_a,e_m));
/dports/science/dynare/dynare-4.6.4/tests/conditional_forecasts/6/
H A Dfs2000_cal.mod4 varexo e_a e_m;
18 log(m) = (1-rho)*log(mst) + rho*log(m(-1))+e_m;
61 var e_m; stderr 0.005;
79 conditional_forecast(parameter_set=calibration, controlled_varexo=(e_a,e_m));
/dports/science/dynare/dynare-4.6.4/tests/shock_decomposition/
H A Dfs2000_cal_groups.mod4 varexo e_a e_m;
18 log(m) = (1-rho)*log(mst) + rho*log(m(-1))+e_m;
36 var e_m; stderr 0.005;
75 demand = e_m ;
/dports/science/dynare/dynare-4.6.4/tests/gradient/
H A Dfs2000_numgrad_15.mod2 varexo e_a e_m;
16 log(m) = (1-rho)*log(mst) + rho*log(m(-1))+e_m;
59 var e_m; stderr 0.005;
75 stderr e_m, inv_gamma_pdf, 0.008862, inf;

123456789