HomeSort by relevance Sort by last modified time
    Searched refs:Plus (Results 26 - 50 of 73) sorted by null

12 3

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
float-weight.h 152 inline TropicalWeight Plus(const TropicalWeight &w1,
219 inline LogWeight Plus(const LogWeight &w1, const LogWeight &w2) {
determinize.h 41 // as the semiring Plus(). However, other choices permit more efficient
45 // The default common divisor uses the semiring Plus.
51 W operator()(const W &w1, const W &w2) const { return Plus(w1, w2); }
258 final = Plus(final, Times(element.weight,
345 matching_element->weight = Plus(matching_element->weight,
string-weight.h 35 // (suffixes) would otherwise be returned by Plus, useful with various
362 Plus(const StringWeight<L, S> &w1,
370 LOG(FATAL) << "StringWeight::Plus: unequal arguments "
379 Plus(const StringWeight<L, STRING_LEFT> &w1,
398 Plus(const StringWeight<L, STRING_RIGHT> &w1,
  /external/openfst/src/include/fst/
shortest-path.h 144 if (f_distance != Plus(f_distance, w)) {
145 f_distance = Plus(f_distance, w);
168 if (nd != Plus(nd, w)) {
169 nd = Plus(nd, w);
451 d = Plus(d, Times(arc.weight.Reverse(), (*distance)[s]));
lexicographic-weight.h 121 inline LexicographicWeight<W1, W2> Plus(const LexicographicWeight<W1, W2> &w,
lookahead-matcher.h 354 SetLookAheadWeight(Plus(LookAheadWeight(),
364 SetLookAheadWeight(Plus(LookAheadWeight(), matcher_.Value().weight));
389 SetLookAheadWeight(Plus(LookAheadWeight(), arc.weight));
397 SetLookAheadWeight(Plus(LookAheadWeight(),
620 Plus(LookAheadWeight(), lfinal) : lfinal);
string-weight.h 38 // (suffixes) would otherwise be returned by Plus, useful with various
370 Plus(const StringWeight<L, S> &w1,
380 FSTERROR() << "StringWeight::Plus: unequal arguments "
393 Plus(const StringWeight<L, STRING_LEFT> &w1,
414 Plus(const StringWeight<L, STRING_RIGHT> &w1,
signed-log-weight.h 108 inline SignedLogWeightTpl<T> Plus(const SignedLogWeightTpl<T> &w1,
148 return Plus(w1, minus_w2);
determinize.h 48 // as the semiring Plus(). However, other choices permit more efficient
52 // The default common divisor uses the semiring Plus.
58 W operator()(const W &w1, const W &w2) const { return Plus(w1, w2); }
329 final = Plus(final, Times(element.weight,
377 outd = Plus(outd, Times(element.weight, ind));
441 matching_element->weight = Plus(matching_element->weight,
657 // and be zero-sum-free if for all a,b: (Plus(a, b) = 0 => a = b = 0.
push.h 54 sum = Plus(sum, Times(distance[s], fst.Final(s)));
rmepsilon.h 200 w = Plus(w, arc.weight);
209 final_ = Plus(final_, Times((*distance_)[state], fst_.Final(state)));
  /external/regex-re2/re2/
simplify.cc 138 // plus the Perl (?:) non-capturing parentheses.
323 return Regexp::Plus(re->Incref(), f);
332 nre_subs[min-1] = Regexp::Plus(re->Incref(), f);
prefilter.cc 203 static Info* Plus(Info* a);
377 Prefilter::Info* Prefilter::Info::Plus(Info *a) {
579 info = Plus(child_args[0]);
  /external/stlport/stlport/stl/
_num_get.h 202 char& Plus, char& Minus,
205 Plus = '+';
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 202 char& Plus, char& Minus,
205 Plus = '+';
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 202 char& Plus, char& Minus,
205 Plus = '+';
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 202 char& Plus, char& Minus,
205 Plus = '+';
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 202 char& Plus, char& Minus,
205 Plus = '+';
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 202 char& Plus, char& Minus,
205 Plus = '+';
  /external/openfst/src/include/fst/extensions/pdt/
shortest-path.h 556 if (f_distance_ != Plus(f_distance_, w)) {
561 f_distance_ = Plus(f_distance_, w);
602 if (pdist != Plus(pdist, w)) {
658 if (dist != Plus(dist, w)) {
661 sp_data_.SetDistance(d, Plus(dist, w));
747 if (arc.weight == Plus(arc.weight, path_arc.weight))
  /external/llvm/include/llvm/MC/
MCExpr.h 261 Plus ///< Unary plus.
287 return Create(Plus, Expr, Ctx);
  /external/clang/include/clang/AST/
StmtVisitor.h 156 UNARYOP_FALLBACK(Plus) UNARYOP_FALLBACK(Minus)
  /external/webkit/Source/WebCore/inspector/front-end/
KeyboardShortcut.js 80 Plus: { code: 187, name: "+" },
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 57 import org.apache.xpath.operations.Plus;
142 expr = plus(opPos); break;
359 * @return reference to {@link org.apache.xpath.operations.Plus} instance.
363 protected Expression plus(int opPos) throws TransformerException method in class:Compiler
365 return compileOperation(new Plus(), opPos);
    [all...]
  /external/llvm/lib/MC/
MCExpr.cpp 79 case MCUnaryExpr::Plus: OS << '+'; break;
523 case MCUnaryExpr::Plus:

Completed in 2117 milliseconds

12 3