Home
last modified time | relevance | path

Searched refs:clause_end (Results 1 – 25 of 30) sorted by relevance

12

/dports/emulators/citra/citra-ac98458e0/src/common/logging/
H A Dfilter.cpp80 auto clause_end = std::find(clause_begin, filter_view.cend(), ' '); in ParseFilterString() local
83 if (clause_end != clause_begin) { in ParseFilterString()
84 ParseFilterRule(*this, clause_begin, clause_end); in ParseFilterString()
87 if (clause_end != filter_view.cend()) { in ParseFilterString()
89 ++clause_end; in ParseFilterString()
91 clause_begin = clause_end; in ParseFilterString()
/dports/emulators/citra-qt5/citra-ac98458e0/src/common/logging/
H A Dfilter.cpp80 auto clause_end = std::find(clause_begin, filter_view.cend(), ' '); in ParseFilterString() local
83 if (clause_end != clause_begin) { in ParseFilterString()
84 ParseFilterRule(*this, clause_begin, clause_end); in ParseFilterString()
87 if (clause_end != filter_view.cend()) { in ParseFilterString()
89 ++clause_end; in ParseFilterString()
91 clause_begin = clause_end; in ParseFilterString()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/common/logging/
H A Dfilter.cpp80 auto clause_end = std::find(clause_begin, filter_view.cend(), ' '); in ParseFilterString() local
83 if (clause_end != clause_begin) { in ParseFilterString()
84 ParseFilterRule(*this, clause_begin, clause_end); in ParseFilterString()
87 if (clause_end != filter_view.cend()) { in ParseFilterString()
89 ++clause_end; in ParseFilterString()
91 clause_begin = clause_end; in ParseFilterString()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/text/
H A Dtext_util.cpp342 string::size_type clause_end = text.size(); in GetWordFrequencies() local
350 while (clause_start != clause_end) { in GetWordFrequencies()
351 clause_end = text.size(); in GetWordFrequencies()
354 clause_end = pos; in GetWordFrequencies()
358 _TRACE("clause: |" << text.substr(clause_start, clause_end - clause_start) << "|"); in GetWordFrequencies()
359 for ( ; clause_start != clause_end; clause_start = pos) { in GetWordFrequencies()
362 min(clause_end, s_NextTokenStart(text, clause_start)); in GetWordFrequencies()
363 if (clause_start == clause_end) { in GetWordFrequencies()
368 pos = min(clause_end, in GetWordFrequencies()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dcommand.c1194 new_clause(int clause_start, int clause_end) in new_clause() argument
1198 clause[clause_end - clause_start - 1] = '\0'; in new_clause()
1222 int clause_start, clause_end; in if_command() local
1235 clause_end = if_end; in if_command()
1239 clause_end = else_end; in if_command()
1245 clause = new_clause(clause_start, clause_end); in if_command()
1305 int clause_start, clause_end; in else_command() local
1314 end_token = find_clause(&clause_start, &clause_end); in else_command()
1317 clause = new_clause(clause_start, clause_end); in else_command()
1630 find_clause(int *clause_start, int *clause_end) in find_clause() argument
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dcommand.c1194 new_clause(int clause_start, int clause_end) in new_clause() argument
1198 clause[clause_end - clause_start - 1] = '\0'; in new_clause()
1222 int clause_start, clause_end; in if_command() local
1235 clause_end = if_end; in if_command()
1239 clause_end = else_end; in if_command()
1245 clause = new_clause(clause_start, clause_end); in if_command()
1305 int clause_start, clause_end; in else_command() local
1314 end_token = find_clause(&clause_start, &clause_end); in else_command()
1317 clause = new_clause(clause_start, clause_end); in else_command()
1630 find_clause(int *clause_start, int *clause_end) in find_clause() argument
[all …]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dcommand.c1178 new_clause(int clause_start, int clause_end) in new_clause() argument
1182 clause[clause_end - clause_start - 1] = '\0'; in new_clause()
1206 int clause_start, clause_end; in if_command() local
1219 clause_end = if_end; in if_command()
1223 clause_end = else_end; in if_command()
1229 clause = new_clause(clause_start, clause_end); in if_command()
1289 int clause_start, clause_end; in else_command() local
1298 end_token = find_clause(&clause_start, &clause_end); in else_command()
1301 clause = new_clause(clause_start, clause_end); in else_command()
1613 find_clause(int *clause_start, int *clause_end) in find_clause() argument
[all …]
/dports/textproc/libtranslate/libtranslate-0.99/src/
H A Dtranslate-session.c842 char *clause_end; in translate_session_split() local
845 clause_end = translate_utf8_strrpbrk(text, chunk_end - text, CLAUSE_TERMINATORS); in translate_session_split()
847 if (clause_end) in translate_session_split()
849 sentence_end = clause_end + 1; in translate_session_split()
/dports/devel/libdap/libdap-3.20.8/
H A DConstraintEvaluator.h90 Clause_iter clause_end();
H A DConstraintEvaluator.cc86 ConstraintEvaluator::Clause_iter ConstraintEvaluator::clause_end() in clause_end() function in libdap::ConstraintEvaluator
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dintonation.cpp328 static void count_pitch_vowels(int start, int end, int clause_end) in count_pitch_vowels() argument
383 if(end == clause_end) in count_pitch_vowels()
H A Dtranslate.h650 char *clause_end; member
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dintonation.cpp316 static void count_pitch_vowels(SYLLABLE *syllable_tab, int start, int end, int clause_end)
358 if (end == clause_end)
H A Dtranslate.h647 char *clause_end; member
/dports/textproc/zorba/zorba-2.7.0/src/compiler/rewriter/tools/
H A Dexpr_tools.cpp210 i != flwor->clause_end(); in index_flwor_vars()
427 i != flwor->clause_end(); in build_expr_to_vars_map()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/trace/
H A Dtrace.pl517 ; clause_end(ClauseRef, File, CharA, CharZ)
522 clause_end(ClauseRef, File, CharA, CharZ).
548 clause_end(ClauseRef, File, CharA, CharZ) :-
/dports/math/clingo/clingo-5.5.1/clasp/clasp/
H A Dclause.h199 static Status status(const Solver& s, const Literal* clause_begin, const Literal* clause_end);
/dports/math/clasp/clasp-3.3.5/clasp/
H A Dclause.h199 static Status status(const Solver& s, const Literal* clause_begin, const Literal* clause_end);
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/clasp/
H A Dclause.h199 static Status status(const Solver& s, const Literal* clause_begin, const Literal* clause_end);
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/sat/bsat/
H A DsatClause.h148 static inline lit * clause_end( clause * c ) { return c->lits + c->size; … in clause_end() function
/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dflwor_expr.h701 clause_list_t::const_iterator clause_end() const { return theClauses.end(); } in clause_end() function
/dports/math/clasp/clasp-3.3.5/src/
H A Dclause.cpp179 …us ClauseCreator::status(const Solver& s, const Literal* clause_begin, const Literal* clause_end) { in status() argument
180 if (clause_end <= clause_begin) { return status_empty; } in status()
182 …ClauseRep x = prepare(const_cast<Solver&>(s), clause_begin, uint32(clause_end - clause_begin), Con… in status()
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/src/
H A Dclause.cpp180 …us ClauseCreator::status(const Solver& s, const Literal* clause_begin, const Literal* clause_end) { in status() argument
181 if (clause_end <= clause_begin) { return status_empty; } in status()
183 …ClauseRep x = prepare(const_cast<Solver&>(s), clause_begin, uint32(clause_end - clause_begin), Con… in status()
/dports/math/clingo/clingo-5.5.1/clasp/src/
H A Dclause.cpp180 …us ClauseCreator::status(const Solver& s, const Literal* clause_begin, const Literal* clause_end) { in status() argument
181 if (clause_end <= clause_begin) { return status_empty; } in status()
183 …ClauseRep x = prepare(const_cast<Solver&>(s), clause_begin, uint32(clause_end - clause_begin), Con… in status()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/rewriter/rules/
H A Dfold_rules.cpp437 i != flwor->clause_end(); in RULE_REWRITE_POST()

12