Home
last modified time | relevance | path

Searched refs:kScore (Results 1 – 25 of 27) sorted by relevance

12

/dports/audio/guidoar/guidoar-cf5681a/src/lang/expressions/
H A DguidoScoreExpr.h40 class export guidoScoreExpr : public guidonode<kScore>
58 guidoScoreExpr(const guido::Sguidoelement& score) : guidonode<kScore>(kScore), fScore(score) {} in guidoScoreExpr()
H A DguidoExprEnum.h44 kScore enumerator
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/unit_tests/api/
H A Dblasthits_unit_test.cpp309 const int kScore=10; in BOOST_AUTO_TEST_CASE() local
312 Blast_HSPInit(100, 100, 100, 100, 100, 100, 0, 0, 0, kScore, NULL, &new_hsp); in BOOST_AUTO_TEST_CASE()
318 0, 0, 0, kScore, NULL, &new_hsp); in BOOST_AUTO_TEST_CASE()
321 Blast_HSPInit(0, 19, 29, 40, 10, 35, 0, 0, 0, kScore, NULL, &new_hsp); in BOOST_AUTO_TEST_CASE()
486 const int kScore = 11; in checkReevaluateResultsUngappedNucl() local
492 BOOST_REQUIRE_EQUAL(kScore, hsp->score); in checkReevaluateResultsUngappedNucl()
630 const int kScore = 38; in checkReevaluateResultsUngappedTransl() local
638 BOOST_REQUIRE_EQUAL(kScore, hsp->score); in checkReevaluateResultsUngappedTransl()
810 const int kScore = 10; in checkReevaluateResultsGapped() local
820 BOOST_REQUIRE_EQUAL(kScore, hsp->score); in checkReevaluateResultsGapped()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/unit_tests/api/
H A Dblasthits_unit_test.cpp309 const int kScore=10; in BOOST_AUTO_TEST_CASE() local
312 Blast_HSPInit(100, 100, 100, 100, 100, 100, 0, 0, 0, kScore, NULL, &new_hsp); in BOOST_AUTO_TEST_CASE()
318 0, 0, 0, kScore, NULL, &new_hsp); in BOOST_AUTO_TEST_CASE()
321 Blast_HSPInit(0, 19, 29, 40, 10, 35, 0, 0, 0, kScore, NULL, &new_hsp); in BOOST_AUTO_TEST_CASE()
486 const int kScore = 11; in checkReevaluateResultsUngappedNucl() local
492 BOOST_REQUIRE_EQUAL(kScore, hsp->score); in checkReevaluateResultsUngappedNucl()
630 const int kScore = 38; in checkReevaluateResultsUngappedTransl() local
638 BOOST_REQUIRE_EQUAL(kScore, hsp->score); in checkReevaluateResultsUngappedTransl()
810 const int kScore = 10; in checkReevaluateResultsGapped() local
820 BOOST_REQUIRE_EQUAL(kScore, hsp->score); in checkReevaluateResultsGapped()
/dports/games/flobopuyo/flobopuyo-0.20/
H A DPuyoCommander.h89 extern char *kScore;
H A DPuyoCommander.cpp39 char *kScore = "Score:\t"; variable
220 MENUITEM_INACTIVE(kScore), in gameover_2p_menu_load()
229 menu_items_set_font_for(go_menu, kScore, font); in gameover_2p_menu_load()
H A DPuyoCommander.cpp.actual39 char *kScore = "Score:\t";
220 MENUITEM_INACTIVE(kScore),
229 menu_items_set_font_for(go_menu, kScore, font);
H A DPuyoStarter.cpp687 menu_set_value(commander->gameOverMenu, kScore, score); in run()
/dports/biology/ncbi-toolkit/ncbi/algo/blast/core/
H A Dblast_psi_priv.c2686 const int kScore = pssm[p][aa_alphabet[r]]; local
2688 if (kScore <= BLAST_SCORE_MIN || kScore >= BLAST_SCORE_MAX) {
2691 max_score = MAX(kScore, max_score);
2692 min_score = MIN(kScore, min_score);
2711 const int kScore = pssm[p][aa_alphabet[r]]; local
2713 if (kScore <= BLAST_SCORE_MIN || kScore >= BLAST_SCORE_MAX) {
2718 score_freqs->sprob[kScore] +=
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/core/
H A Dblast_psi_priv.c2686 const int kScore = pssm[p][aa_alphabet[r]]; local
2688 if (kScore <= BLAST_SCORE_MIN || kScore >= BLAST_SCORE_MAX) {
2691 max_score = MAX(kScore, max_score);
2692 min_score = MIN(kScore, min_score);
2711 const int kScore = pssm[p][aa_alphabet[r]]; local
2713 if (kScore <= BLAST_SCORE_MIN || kScore >= BLAST_SCORE_MAX) {
2718 score_freqs->sprob[kScore] +=
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/core/
H A Dblast_psi_priv.c2686 const int kScore = pssm[p][aa_alphabet[r]]; local
2688 if (kScore <= BLAST_SCORE_MIN || kScore >= BLAST_SCORE_MAX) {
2691 max_score = MAX(kScore, max_score);
2692 min_score = MIN(kScore, min_score);
2711 const int kScore = pssm[p][aa_alphabet[r]]; local
2713 if (kScore <= BLAST_SCORE_MIN || kScore >= BLAST_SCORE_MAX) {
2718 score_freqs->sprob[kScore] +=
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/contrib/
H A Dmulti_proposal-inl.h30 enum MultiProposalOpOutputs {kOut, kScore}; enumerator
H A Dproposal-inl.h47 enum ProposalOpOutputs {kOut, kScore}; enumerator
H A Dproposal.cc307 Tensor<cpu, 2> out_score = out_data[proposal::kScore].get<cpu, 2, real_t>(s); in Forward()
H A Dproposal.cu433 Tensor<xpu, 2> out_score = out_data[proposal::kScore].get<xpu, 2, real_t>(s); in Forward()
H A Dmulti_proposal.cc292 Tensor<cpu, 2> out_score = out_data[proposal::kScore].get<cpu, 2, real_t>(s); in Forward()
H A Dmulti_proposal.cu430 Tensor<xpu, 2> out_score = out_data[proposal::kScore].get<xpu, 2, real_t>(s); in Forward()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/contrib/
H A Dmulti_proposal-inl.h30 enum MultiProposalOpOutputs {kOut, kScore}; enumerator
H A Dproposal-inl.h47 enum ProposalOpOutputs {kOut, kScore}; enumerator
H A Dproposal.cc307 Tensor<cpu, 2> out_score = out_data[proposal::kScore].get<cpu, 2, real_t>(s); in Forward()
H A Dproposal.cu433 Tensor<xpu, 2> out_score = out_data[proposal::kScore].get<xpu, 2, real_t>(s); in Forward()
H A Dmulti_proposal.cc292 Tensor<cpu, 2> out_score = out_data[proposal::kScore].get<cpu, 2, real_t>(s); in Forward()
H A Dmulti_proposal.cu430 Tensor<xpu, 2> out_score = out_data[proposal::kScore].get<xpu, 2, real_t>(s); in Forward()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/align_format/
H A Dshowdefline.cpp75 static const string kScore = "Score"; variable
732 out << kScore; in x_DisplayDefline()
733 CAlignFormatUtil::AddSpace(out, m_MaxScoreLen - kScore.size()); in x_DisplayDefline()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/align_format/
H A Dshowdefline.cpp75 static const string kScore = "Score"; variable
732 out << kScore; in x_DisplayDefline()
733 CAlignFormatUtil::AddSpace(out, m_MaxScoreLen - kScore.size()); in x_DisplayDefline()

12