Home
last modified time | relevance | path

Searched refs:first_hit (Results 1 – 25 of 39) sorted by relevance

12

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/tests/
H A Dt35_tests.c55 bool first_hit; in main() local
78 first_hit = true; in main()
85 if (first_hit) in main()
91 first_hit = false; in main()
/dports/comms/spandsp/spandsp-284fe91/tests/
H A Dt35_tests.c55 bool first_hit; in main() local
78 first_hit = true; in main()
85 if (first_hit) in main()
91 first_hit = false; in main()
/dports/textproc/p5-KinoSearch1/KinoSearch1-1.01/t/
H A D502-phrasequery.t34 my $first_hit = $hits->fetch_hit_hashref;
35 is( $first_hit->{content}, $best_match, 'best match appears first' );
38 ok( $first_hit->{score} > $second_hit->{score},
39 "best match scores higher: $first_hit->{score} > $second_hit->{score}" );
/dports/biology/fasta3/fasta-36.3.8/misc/
H A Dparse_m9.pl24 my $first_hit = 1;
63 if ($head && $first_hit) {
67 $first_hit = 0;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/unit_tests/api/
H A Dblastengine_unit_test.cpp392 CRef<CSeq_align> first_hit = alignment->Get().front(); in BOOST_AUTO_TEST_CASE() local
396 BOOST_REQUIRE(first_hit->GetNamedScore("score", score)); in BOOST_AUTO_TEST_CASE()
402 BOOST_REQUIRE(first_hit->GetNamedScore("num_ident", num_ident)); in BOOST_AUTO_TEST_CASE()
408 BOOST_REQUIRE_EQUAL(CSeq_id::e_Gi, first_hit->GetSeq_id(1).Which()); in BOOST_AUTO_TEST_CASE()
409 BOOST_REQUIRE_EQUAL(GI_FROM(TIntId, kGis[0]), first_hit->GetSeq_id(1).GetGi()); in BOOST_AUTO_TEST_CASE()
414 BOOST_REQUIRE_EQUAL(CSeq_id::e_Ddbj, first_hit->GetSeq_id(1).Which()); in BOOST_AUTO_TEST_CASE()
415 BOOST_REQUIRE_EQUAL("BP722565", first_hit->GetSeq_id(1).GetDdbj().GetAccession()); in BOOST_AUTO_TEST_CASE()
416 BOOST_REQUIRE_EQUAL(1, first_hit->GetSeq_id(1).GetDdbj().GetVersion()); in BOOST_AUTO_TEST_CASE()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/unit_tests/api/
H A Dblastengine_unit_test.cpp392 CRef<CSeq_align> first_hit = alignment->Get().front(); in BOOST_AUTO_TEST_CASE() local
396 BOOST_REQUIRE(first_hit->GetNamedScore("score", score)); in BOOST_AUTO_TEST_CASE()
402 BOOST_REQUIRE(first_hit->GetNamedScore("num_ident", num_ident)); in BOOST_AUTO_TEST_CASE()
408 BOOST_REQUIRE_EQUAL(CSeq_id::e_Gi, first_hit->GetSeq_id(1).Which()); in BOOST_AUTO_TEST_CASE()
409 BOOST_REQUIRE_EQUAL(GI_FROM(TIntId, kGis[0]), first_hit->GetSeq_id(1).GetGi()); in BOOST_AUTO_TEST_CASE()
414 BOOST_REQUIRE_EQUAL(CSeq_id::e_Ddbj, first_hit->GetSeq_id(1).Which()); in BOOST_AUTO_TEST_CASE()
415 BOOST_REQUIRE_EQUAL("BP722565", first_hit->GetSeq_id(1).GetDdbj().GetAccession()); in BOOST_AUTO_TEST_CASE()
416 BOOST_REQUIRE_EQUAL(1, first_hit->GetSeq_id(1).GetDdbj().GetVersion()); in BOOST_AUTO_TEST_CASE()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DSlicingAdaptive.cpp130 bool first_hit = false; in next_layer_height() local
139 if (! first_hit) { in next_layer_height()
140 first_hit = true; in next_layer_height()
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dreadline_callbacks.cc622 vis_line_t first_hit; in rl_callback_int() local
625 first_hit = bm[&textview_curses::BM_SEARCH].prev( in rl_callback_int()
628 first_hit = bm[&textview_curses::BM_SEARCH].next( in rl_callback_int()
631 if (first_hit != -1) { in rl_callback_int()
632 if (first_hit > 0) { in rl_callback_int()
633 --first_hit; in rl_callback_int()
635 tc->set_top(first_hit); in rl_callback_int()
/dports/games/apoolGL/apoolGL-099-pre22/
H A Dapool.c42 int first_hit, bande_hit, col_in, last_foul, freeball, extra_shot, ende, variable
105 first_hit = bande_hit = anstoss = 1; in init_table()
322 first_hit = bande_hit = 0; in rules()
406 if( (!first_hit) || (!bande_hit) ) ply[cur].stat |= FOUL_NO_TOUCH; in rules()
H A Dphysics.c169 if( !first_hit ) /* �berpr�fen, ob Foul durch falsches Anspielen */ in coll()
171 if( a != WHITE ) first_hit = k[a].col; /* eigentlich albern, da WEISSE */ in coll()
172 else first_hit = k[b].col; /* = letzte Kugel in Reihe... */ in coll()
173 if( !freeball && ((ply[cur].col && (first_hit != ply[cur].col)) in coll()
174 || ((!ply[cur].col) && (first_hit==COL_BLACK))) ) in coll()
H A Dapool.h132 extern int first_hit, bande_hit, cur, col_in, last_foul, freeball,
/dports/textproc/py-whoosh/Whoosh-2.7.4/docs/source/
H A Dkeywords.rst40 first_hit = results[0]
41 more_results = first_hit.more_like_this("content")
/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dcopymat.c508 Int4 first_hit; in RPSUpdatePointers() local
533 first_hit = src[0]; in RPSUpdatePointers()
539 bbc[index].payload.entries[0] = first_hit; in RPSUpdatePointers()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/tools/
H A Dselect-tool.cpp269 …bool first_hit = Modifier::get(Modifiers::Type::SELECT_FIRST_HIT)->active(this->button_press_state… in item_handler() local
276 if (!(always_box || first_hit || touch_path)) { in item_handler()
527 …bool first_hit = Modifier::get(Modifiers::Type::SELECT_FIRST_HIT)->active(this->button_press_state… in root_handler() local
544 if (first_hit || (force_drag && !always_box && !selection->isEmpty())) { in root_handler()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dlayer_tree_impl.cc2298 const LayerImpl* first_hit = nullptr; in FindAllLayersUpToAndIncludingFirstScrollable() local
2306 if (first_hit && in FindAllLayersUpToAndIncludingFirstScrollable()
2307 layer->GetSortingContextId() != first_hit->GetSortingContextId()) in FindAllLayersUpToAndIncludingFirstScrollable()
2322 if (!first_hit) in FindAllLayersUpToAndIncludingFirstScrollable()
2323 first_hit = layer; in FindAllLayersUpToAndIncludingFirstScrollable()
2325 if (first_hit->Is3dSorted()) { in FindAllLayersUpToAndIncludingFirstScrollable()
2335 if (!first_hit) { in FindAllLayersUpToAndIncludingFirstScrollable()
2341 if (first_hit->Is3dSorted()) { in FindAllLayersUpToAndIncludingFirstScrollable()
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dattack_prediction.cpp2123 double first_hit = hit_chance * opp_hit_unknown; in complex_fight() local
2124 opp_hit += first_hit; in complex_fight()
2125 opp_hit_unknown -= first_hit; in complex_fight()
2136 double first_hit = opp_hit_chance * self_hit_unknown; in complex_fight() local
2137 self_hit += first_hit; in complex_fight()
2138 self_hit_unknown -= first_hit; in complex_fight()
/dports/misc/tudu/tudu-0.10.3/src/
H A Dinterface.cc893 iToDo first_hit = hit; in _search() local
899 if (first_hit == hit) in _search()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/weapon/
H A Dbeam.cpp2855 int first_hit = 1; in beam_handle_collisions() local
2896 first_hit = 0; in beam_handle_collisions()
2918 if ( first_hit && (wi->impact_snd >= 0) ) { in beam_handle_collisions()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/weapon/
H A Dbeam.cpp3602 int first_hit = 1; in beam_handle_collisions() local
3645 first_hit = 0; in beam_handle_collisions()
3662 if ( first_hit && (wi->impact_snd.isValid()) ) { in beam_handle_collisions()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libxml2/vtklibxml2/
H A Dxpath.c11976 if (breakOnFirstHit) goto first_hit; } in xmlXPathNodeCollectAndTest()
11989 if (breakOnFirstHit) goto first_hit; } in xmlXPathNodeCollectAndTest()
12443 first_hit: /* ---------------------------------------------------------- */ in xmlXPathNodeCollectAndTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libxml/src/
H A Dxpath.c11980 if (breakOnFirstHit) goto first_hit; } in xmlXPathNodeCollectAndTest()
11993 if (breakOnFirstHit) goto first_hit; } in xmlXPathNodeCollectAndTest()
12447 first_hit: /* ---------------------------------------------------------- */ in xmlXPathNodeCollectAndTest()
/dports/devel/gettext-tools/gettext-0.21/gnulib-local/lib/libxml/
H A Dxpath.c12099 if (breakOnFirstHit) goto first_hit; } in xmlXPathNodeCollectAndTest()
12112 if (breakOnFirstHit) goto first_hit; } in xmlXPathNodeCollectAndTest()
12561 first_hit: /* ---------------------------------------------------------- */ in xmlXPathNodeCollectAndTest()
/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/lib/libxml/
H A Dxpath.c12099 if (breakOnFirstHit) goto first_hit; } in xmlXPathNodeCollectAndTest()
12112 if (breakOnFirstHit) goto first_hit; } in xmlXPathNodeCollectAndTest()
12561 first_hit: /* ---------------------------------------------------------- */ in xmlXPathNodeCollectAndTest()
/dports/devel/gettext-runtime/gettext-0.21/gnulib-local/lib/libxml/
H A Dxpath.c12099 if (breakOnFirstHit) goto first_hit; } in xmlXPathNodeCollectAndTest()
12112 if (breakOnFirstHit) goto first_hit; } in xmlXPathNodeCollectAndTest()
12561 first_hit: /* ---------------------------------------------------------- */ in xmlXPathNodeCollectAndTest()
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/libxml/
H A Dxpath.c12099 if (breakOnFirstHit) goto first_hit; } in xmlXPathNodeCollectAndTest()
12112 if (breakOnFirstHit) goto first_hit; } in xmlXPathNodeCollectAndTest()
12561 first_hit: /* ---------------------------------------------------------- */ in xmlXPathNodeCollectAndTest()

12