Home
last modified time | relevance | path

Searched refs:terms (Results 1 – 25 of 14687) sorted by relevance

12345678910>>...588

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/fts/
H A Dfts_unicode_tokenizer_test.cpp50 std::vector<std::string> terms; in tokenizeString() local
56 return terms; in tokenizeString()
65 ASSERT_EQUALS("do", terms[0]); in TEST()
66 ASSERT_EQUALS("you", terms[1]); in TEST()
67 ASSERT_EQUALS("see", terms[2]); in TEST()
69 ASSERT_EQUALS("dog", terms[4]); in TEST()
70 ASSERT_EQUALS("run", terms[5]); in TEST()
80 ASSERT_EQUALS("do", terms[0]); in TEST()
103 ASSERT_EQUALS("le", terms[2]); in TEST()
105 ASSERT_EQUALS("de", terms[4]); in TEST()
[all …]
/dports/science/gabedit/GabeditSrc251_300720/src/MolecularMechanics/
H A DLoadMMParameters.c216 if(terms[n].numbers[0]>terms[n].numbers[1]) in readAmberBondStretchTerms()
219 terms[n].numbers[0] = terms[n].numbers[1]; in readAmberBondStretchTerms()
305 if(terms[n].numbers[0]>terms[n].numbers[2]) in readAmberAngleBendTerms()
308 terms[n].numbers[0] = terms[n].numbers[2]; in readAmberAngleBendTerms()
422 terms[n].numbers[0] = terms[n].numbers[3]; in readAmberDihedralAngleTerms()
426 terms[n].numbers[1] = terms[n].numbers[2]; in readAmberDihedralAngleTerms()
440 terms[n].divisor = g_realloc(terms[n].divisor,terms[n].nSomme*sizeof(gdouble)); in readAmberDihedralAngleTerms()
442 terms[n].phase = g_realloc(terms[n].phase,terms[n].nSomme*sizeof(gdouble)); in readAmberDihedralAngleTerms()
443 terms[n].n = g_realloc(terms[n].n,terms[n].nSomme*sizeof(gdouble)); in readAmberDihedralAngleTerms()
560 terms[n].numbers[0] = terms[n].numbers[3]; in readAmberImproperTorsionTerms()
[all …]
/dports/biology/hyphy/hyphy-2.5.33/tests/hbltests/libv3/support/
H A DFitMG94.bf28 namespace fitter.terms {
96 selection.io.startTimer (fitter.json [terms.json.timers], fitter.terms.MG94 , fitter.display_order …
133 … fitter.omega_parameters = ((fitter.results[terms.global])[_value_[terms.description]])[terms.id];
138 utility.EnsureKey(((fitter.json[terms.json.fits])[fitter.terms.MG94]), terms.fitter.ci);
139 …(((((fitter.json[terms.json.fits])[fitter.terms.MG94]))[ terms.fitter.ci]))[ _value_[utility.getGl…
141 terms.lower_bound : (fitter.omega.CI )[terms.lower_bound],
142 terms.upper_bound : (fitter.omega.CI )[terms.upper_bound]
176 …selection.io.startTimer (fitter.json [terms.json.timers], fitter.terms.LRT , fitter.display_orders…
195 … fitter.parameter_id = ((fitter.results[terms.global])[parameter[terms.description]])[terms.id];
205 selection.io.stopTimer (fitter.json [terms.json.timers], fitter.terms.LRT);
[all …]
/dports/math/eprover/eprover-E-2.0/CLAUSES/
H A Dccl_tcnf.c137 arg1 = TFormulaFCodeAlloc(terms, terms->sig->not_code, in troot_nnf()
141 arg2 = TFormulaFCodeAlloc(terms, terms->sig->not_code, in troot_nnf()
149 arg1 = TFormulaFCodeAlloc(terms, terms->sig->not_code, in troot_nnf()
152 arg2 = TFormulaFCodeAlloc(terms, terms->sig->not_code, in troot_nnf()
155 handle = TFormulaFCodeAlloc(terms, terms->sig->or_code, in troot_nnf()
160 arg1 = TFormulaFCodeAlloc(terms, terms->sig->not_code, in troot_nnf()
168 arg1 = TFormulaFCodeAlloc(terms, terms->sig->not_code, in troot_nnf()
177 arg1 = TFormulaFCodeAlloc(terms, terms->sig->not_code, in troot_nnf()
179 handle = TFormulaFCodeAlloc(terms, terms->sig->or_code, in troot_nnf()
272 form = TFormulaFCodeAlloc(terms, terms->sig->qall_code, in tformula_rek_skolemize()
[all …]
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/libv3/models/codon/
H A DBS_REL.bf29 … utility.getGlobalValue("terms.alphabet"): codons[utility.getGlobalValue("terms.sense_codons")],
32 … utility.getGlobalValue("terms.stop_codons"): codons[utility.getGlobalValue("terms.stop_codons")],
132 …onstraint(((bs_rel[utility.getGlobalValue("terms.parameters")])[utility.getGlobalValue("terms.glob…
153 …ty.getGlobalValue ("terms.parameters")])[utility.getGlobalValue ("terms.global")])[terms.AddCatego…
155 …ty.getGlobalValue ("terms.parameters")])[utility.getGlobalValue ("terms.global")])[terms.AddCatego…
259 …onstraint(((bs_rel[utility.getGlobalValue("terms.parameters")])[utility.getGlobalValue("terms.glob…
349 …onstraint(((bs_rel[utility.getGlobalValue("terms.parameters")])[utility.getGlobalValue("terms.glob…
369 //vcopy[^"terms.branch_length"] = vcopy[^"terms.branch_length"] * 3;
385 model [terms.model.branch_length_string_expr] = model [terms.id] + ".__model_bl_expression";
468 …onstraint(((bs_rel[utility.getGlobalValue("terms.parameters")])[utility.getGlobalValue("terms.glob…
[all …]
/dports/math/yices/yices-2.6.2/src/mcsat/bv/explain/
H A Darith_utils.c71 term_table_t* terms = tm->terms; in arith_add() local
88 term_table_t* terms = tm->terms; in arith_sub() local
105 term_table_t* terms = tm->terms; in arith_negate() local
123 term_table_t* terms = tm->terms; in arith_add_one() local
141 term_table_t* terms = tm->terms; in arith_add_half() local
202 term_table_t* terms = tm->terms; in arith_eq0() local
285 term_table_t* terms = tm->terms; in arith_lt() local
286 assert(term_bitsize(terms, left) == term_bitsize(terms, right)); in arith_lt()
310 term_table_t* terms = tm->terms; in arith_le() local
311 assert(term_bitsize(terms, left) == term_bitsize(terms, right)); in arith_le()
[all …]
/dports/science/py-OpenFermion/OpenFermion-1.3.0/src/openfermion/ops/operators/
H A Dmajorana_operator.py75 op.terms = terms
84 if len(self.terms) == 1 and len(other.terms) == 1:
136 terms = {}
137 terms.update(self.terms)
163 terms = {}
164 terms.update(self.terms)
177 terms = {
183 terms = {}
215 terms = {
249 for term in self.terms.keys() | other.terms.keys():
[all …]
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/SelectionAnalyses/
H A DaBSREL.bf174 terms.run_options.model_type: terms.local,
231 {terms.math.mean : absrel.omega_stats[terms.math.mean],
232 terms.math.median : absrel.omega_stats[terms.math.median],
233 terms.math._2.5 : absrel.omega_stats[terms.math._2.5],
234 terms.math._97.5 : absrel.omega_stats[terms.math._97.5]}
250 terms.math.mean : absrel.psi_stats[terms.math.mean],
252 terms.math._2.5 : absrel.psi_stats[terms.math._2.5],
253 terms.math._97.5 : absrel.psi_stats[terms.math._97.5]
626 absrel.branch.test = {terms.LRT : 0, terms.p_value : 1};
656 ….io.json_store_branch_attribute(absrel.json, terms.LRT, terms.json.branch_label, absrel.display_or…
[all …]
H A DFitMultiModel.bf171terms.parameters: utility.Map (fitter.results[terms.global], "_value_", '_value_ [terms.fit.MLE]')
241terms.parameters.multiple_hit_rate : { utility.getGlobalValue ("terms.fit.MLE") : 0.05, terms.fix …
249terms.parameters.triple_hit_rate : { utility.getGlobalValue ("terms.fit.MLE") : 0.05, terms.fix : …
337 …Format (((fitter.one_hit_results[terms.global])[terms.parameters.omega_ratio])[terms.fit.MLE],8,4),
353 …Format (((fitter.two_hit_results[terms.global])[terms.parameters.omega_ratio])[terms.fit.MLE],8,4),
354 …Format (((fitter.two_hit_results[terms.global])[terms.parameters.multiple_hit_rate])[terms.fit.MLE…
372 …Format (((fitter.three_hit_island_results[terms.global])[terms.parameters.omega_ratio])[terms.fit.…
375 …Format (((fitter.three_hit_results[terms.global])[terms.parameters.triple_hit_rate])[terms.fit.MLE…
389 …Format (((fitter.three_hit_results[terms.global])[terms.parameters.omega_ratio])[terms.fit.MLE],8,…
390 …Format (((fitter.three_hit_results[terms.global])[terms.parameters.multiple_hit_rate])[terms.fit.M…
[all …]
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_terms.c46 static term_table_t terms; variable
69 delete_term_table(&terms); in delete_globals()
197 return kind_for_idx(&terms, i) == tag && type_for_idx(&terms, i) == tau && in check_term_integer()
211 return kind_for_idx(&terms, i) == tag && type_for_idx(&terms, i) == tau && in check_composite1()
221 return kind_for_idx(&terms, i) == tag && type_for_idx(&terms, i) == tau && in check_composite2()
231 return kind_for_idx(&terms, i) == tag && type_for_idx(&terms, i) == tau && in check_composite3()
241 return kind_for_idx(&terms, i) == tag && type_for_idx(&terms, i) == tau && in check_composite4()
366 x = not_term(&terms, a); in test_not()
371 y = not_term(&terms, x); in test_not()
1781 return kind_for_idx(&terms, i) == BV_POLY && type_for_idx(&terms, i) == tau in check_bvpoly()
[all …]
/dports/www/py-flask-admin/Flask-Admin-1.5.8/flask_admin/static/vendor/fontawesome-free-5.1.0-web/metadata/
H A Dicons.yml7 terms: []
16 terms:
30 terms: []
41 terms: []
64 terms:
112 terms:
124 terms:
135 terms:
146 terms:
156 terms:
[all …]
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/libv3/models/
H A Drate_variation.bf31 if (Abs (q_ij[terms.model.rate_entry])) {
32 q_ij[terms.model.rate_entry] = "(" + q_ij[terms.model.rate_entry] + ")*" + cat_name;
41 …W = (definition[utility.getGlobalValue("terms.category.category_parameters")])[utility.getGlobalV…
74 …(definition[utility.getGlobalValue("terms.category.category_parameters")])[utility.getGlobalValue(…
103 utility.getGlobalValue("terms.lower_bound") : 0,
104 utility.getGlobalValue("terms.upper_bound") : 1e25,
115 return {utility.getGlobalValue("terms.global") : globals,
165 utility.getGlobalValue("terms.lower_bound") : 0,
230 utility.getGlobalValue("terms.lower_bound"): 0,
250 if (utility.Has (model[^"terms.parameters"], ^"terms.category", "AssociativeList")) {
[all …]
/dports/devel/dee/dee-1.2.7/tests/
H A Dtest-term-list.c27 DeeTermList *terms; member
39 g_assert (DEE_IS_TERM_LIST (fix->terms)); in setup()
45 g_object_unref (fix->terms); in teardown()
46 fix->terms = NULL; in teardown()
52 g_assert (DEE_IS_TERM_LIST (fix->terms)); in test_empty()
55 dee_term_list_clear (fix->terms); in test_empty()
66 dee_term_list_clear (fix->terms); in test_one()
82 dee_term_list_clear (fix->terms); in test_two()
92 clone = dee_term_list_clone (fix->terms); in test_clone()
98 clone = dee_term_list_clone (fix->terms); in test_clone()
[all …]
H A Dtest-analyzer.c28 DeeTermList *terms; member
39 fix->terms = g_object_new (DEE_TYPE_TERM_LIST, NULL); in setup()
53 g_object_unref (fix->terms); in teardown()
55 fix->terms = NULL; in teardown()
64 dee_term_list_clear (fix->terms); in test_simple()
69 dee_term_list_clear (fix->terms); in test_simple()
96 dee_term_list_clear (fix->terms); in test_term_filter1()
103 dee_term_list_clear (fix->terms); in test_term_filter1()
112 dee_term_list_clear (fix->terms); in test_text_analyzer_simple()
117 dee_term_list_clear (fix->terms); in test_text_analyzer_simple()
[all …]
/dports/russian/bugzilla44/bugzilla-4.4.4.ru/template/ru-RU/default/bug/
H A Dfield-help.none.tmpl35 ${terms.bugs}, вначале нужно решить эту ${terms.bug_acc}.",
43 _ " установки ${terms.Bugzilla}.",
64 "Когда была создана эта ${terms.bug}.",
79 этой ${terms.bug_gen}.",
90 "Пользователи $terms.Bugzilla добавляют к $terms.bugs_dat свои комментарии."
125 "Если $terms.bug в завершенном состоянии,"
130 Введите URL $terms.bug_gen в поле 'Добавить ссылки на ${terms.bugs}'
141 _ " содержания ${terms.bug_gen}.",
152 пометки и отслеживания ${terms.bugs_gen}.",
160 _ " к которой относится ${terms.bug}.",
[all …]
/dports/japanese/bugzilla44/ja-bugzilla44-4.4.9/default/bug/
H A Dfield-help.none.tmpl29 "${terms.bug} を解決する担当者です。",
32 "この $terms.bug を修正するためには、このフィールドに含まれている $terms.bugs
40 "$terms.abug の数値の ID で、${terms.Bugzilla} 全体で唯一になる番号です。",
61 "$terms.bug の登録日時です。",
68 "$terms.bug が最後に更新された日付です。",
71 "ここにリストされた $terms.bugs はこの $terms.bug が修正されるためには、
86 "$terms.Bugs には $terms.Bugzilla ユーザがコメントをつけられます。
108 "$terms.bug の修正に必要な残り時間で、
119 "$terms.abug が解決済み状態の場合、
124 '参照'フィールドに $terms.abug の URL を入力することで、その $terms.bug
[all …]
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/Ontology/
H A DOntology.t38 @terms = $ont->get_child_terms( $terms[0] );
41 my $featterm = $terms[0];
43 is( scalar(@terms), 10 );
57 is( scalar(@terms), 7 );
73 is( scalar(@terms), 4 );
75 is( scalar(@terms), 2 );
77 is( scalar(@terms), 2 );
79 is( scalar(@terms), 4 );
85 is( scalar(@terms), 2 );
87 is( scalar(@terms), 5 );
[all …]
/dports/science/py-OpenFermion/OpenFermion-1.3.0/src/openfermion/hamiltonians/
H A Dmean_field_dwave_test.py37 mean_field_dwave_model.terms[((site, 1), (site, 0))],
41 self.assertAlmostEqual(mean_field_dwave_model.terms[((0, 1), (2, 0))],
43 self.assertAlmostEqual(mean_field_dwave_model.terms[((2, 1), (0, 0))],
45 self.assertAlmostEqual(mean_field_dwave_model.terms[((4, 1), (6, 0))],
47 self.assertAlmostEqual(mean_field_dwave_model.terms[((6, 1), (4, 0))],
51 self.assertAlmostEqual(mean_field_dwave_model.terms[((0, 1), (4, 0))],
53 self.assertAlmostEqual(mean_field_dwave_model.terms[((4, 1), (0, 0))],
55 self.assertAlmostEqual(mean_field_dwave_model.terms[((2, 1), (6, 0))],
57 self.assertAlmostEqual(mean_field_dwave_model.terms[((6, 1), (2, 0))],
61 self.assertAlmostEqual(mean_field_dwave_model.terms[((1, 1), (3, 0))],
[all …]
/dports/devel/py-opengrok-tools/opengrok-1.3.16/suggester/src/main/java/org/opengrok/suggest/query/customized/
H A DCustomPhraseQuery.java66 if (!terms[i - 1].field().equals(terms[i].field())) { in CustomPhraseQuery()
82 this.terms = terms; in CustomPhraseQuery()
84 this.field = terms.length == 0 ? null : terms[0].field(); in CustomPhraseQuery()
108 return terms; in toTerms()
116 return terms; in toTerms()
173 Arrays.equals(terms, that.terms) && in equals()
332 nTerms = terms==null ? 0 : terms.length; in PostingsAndFreq()
335 this.terms = terms; in PostingsAndFreq()
338 System.arraycopy(terms, 0, terms2, 0, terms.length); in PostingsAndFreq()
359 int res = terms[i].compareTo(other.terms[i]); in compareTo()
[all …]
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/libv3/models/protein/
H A DREV.bf19 …utility.getGlobalValue("terms.model.efv_estimate_name"): utility.getGlobalValue("terms.frequencies…
65 …if (model_dict[utility.getGlobalValue("terms.model.type")] == utility.getGlobalValue("terms.global…
66 …raint(((model_dict[utility.getGlobalValue("terms.parameters")])[utility.getGlobalValue("terms.glob…
68 …if (model_dict[utility.getGlobalValue("terms.model.type")] == utility.getGlobalValue("terms.local"…
69 …raint(((model_dict[utility.getGlobalValue("terms.parameters")])[utility.getGlobalValue("terms.loca…
104 __alphabet = modelSpec [terms.alphabet];
107 __modelType = modelSpec[terms.model.type];
109 __modelType = terms.global;
133 __rate_variation [terms.id] = (__rp[terms.category])[terms.id];
158 __rate_variation [terms.id]);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/libyasm/
H A Dexpr.c89 ptr->terms[0] = sube->terms[0]; /* structure copy */ in yasm_expr_create()
112 ptr->terms[1] = sube->terms[0]; /* structure copy */ in yasm_expr_create()
282 e->terms[numterms++] = e->terms[i]; /* structure copy */ in expr_xform_bc_dist_base()
647 e->terms[i] = sube->terms[0]; in expr_level_op()
692 e->terms[o++] = e->terms[i]; in expr_level_op()
780 e->terms[o] = e->terms[i]; in expr_level_op()
876 expr_delete_term(&e->terms[0].data.expn->terms[1], 1); in expr_level_tree()
1006 expr_item_copy(&n->terms[i], &e->terms[i]); in yasm_expr__copy_except()
1218 retval->terms[0] = e->terms[0]; /* structure copy */ in yasm_expr_extract_segoff()
1224 e->terms[0] = e->terms[1]; /* structure copy */ in yasm_expr_extract_segoff()
[all …]
/dports/devel/yasm/yasm-1.3.0/libyasm/
H A Dexpr.c89 ptr->terms[0] = sube->terms[0]; /* structure copy */ in yasm_expr_create()
112 ptr->terms[1] = sube->terms[0]; /* structure copy */ in yasm_expr_create()
282 e->terms[numterms++] = e->terms[i]; /* structure copy */ in expr_xform_bc_dist_base()
647 e->terms[i] = sube->terms[0]; in expr_level_op()
692 e->terms[o++] = e->terms[i]; in expr_level_op()
780 e->terms[o] = e->terms[i]; in expr_level_op()
876 expr_delete_term(&e->terms[0].data.expn->terms[1], 1); in expr_level_tree()
1006 expr_item_copy(&n->terms[i], &e->terms[i]); in yasm_expr__copy_except()
1218 retval->terms[0] = e->terms[0]; /* structure copy */ in yasm_expr_extract_segoff()
1224 e->terms[0] = e->terms[1]; /* structure copy */ in yasm_expr_extract_segoff()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/scripts/bind_gen/
H A Dcodegen_expr.py105 def expr_and(terms): argument
108 assert terms
112 terms = filter(lambda x: not x.is_always_true, terms)
113 if not terms:
120 def expr_or(terms): argument
123 assert terms
127 terms = filter(lambda x: not x.is_always_false, terms)
128 if not terms:
135 def expr_uniq(terms): argument
140 for term in terms:
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rtvl/
H A Drtvl_weight_original.hxx45 ::compute_flat(rtvl_terms<N> const& terms) in compute_flat() argument
57 dwflat = terms.v*(-2*terms.wflat/geodesic_scale2); in compute_flat_d()
67 theta = std::asin(terms.sin_theta); in compute_curved()
70 arclen = terms.vlen * theta / terms.sin_theta; in compute_curved()
73 kappa = 2*terms.sin_theta / terms.vlen; in compute_curved()
89 darclen = (terms.vhat*(theta/terms.sin_theta) + in compute_curved_d()
90 terms.dtheta*((terms.vlen/terms.sin_theta) - in compute_curved_d()
91 ((terms.vlen*theta*terms.cos_theta)/ in compute_curved_d()
92 (terms.sin_theta*terms.sin_theta)))); in compute_curved_d()
93 dkappa = (terms.dtheta*(2*terms.cos_theta/terms.vlen) - in compute_curved_d()
[all …]
/dports/japanese/bugzilla50/ja-bugzilla50-5.0.2/default/bug/
H A Dfield-help.none.tmpl29 "${terms.bug} を解決する担当者です。",
32 "この $terms.bug を修正するためには、このフィールドに含まれている $terms.bugs
61 "$terms.bug の登録日時です。",
68 "$terms.bug が最後に更新された日付です。",
71 "ここにリストされた $terms.bugs はこの $terms.bug が修正されるためには、
93 "この $terms.bug 作業がどの程度完了に近いかを、
108 "$terms.bug の修正に必要な残り時間で、
119 "$terms.abug が解決済み状態の場合、
124 '参照'フィールドに $terms.abug の URL を入力することで、その $terms.bug
133 "$terms.bug の要約はこの $terms.bug が何であるかの短い説明です。",
[all …]

12345678910>>...588