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

1 23

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
rmepsilon.h 173 w = Plus(w, arc.weight);
182 final_ = Plus(final_, Times((*distance_)[state], fst_.Final(state)));
map.h 858 Weight w = Plus(arc.weight, weight_);
  /external/stlport/src/
num_get_float.cpp 84 wchar_t& Plus, wchar_t& Minus,
88 Plus = ct.widen('+');
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 84 wchar_t& Plus, wchar_t& Minus,
88 Plus = ct.widen('+');
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 406 case '+': return AsmToken(AsmToken::Plus, StringRef(TokStart, 1));
AsmParser.cpp 781 case AsmToken::Plus:
    [all...]
  /external/openfst/src/test/
fst_test.h 290 w = Plus(w, Weight::One());
algo_test.h 759 CHECK(Plus(sum1, sum2) == sum1);
    [all...]
  /external/regex-re2/re2/
regexp.h 383 // so in many cases you should use, e.g., Plus(re->Incref(), flags).
385 static Regexp* Plus(Regexp* sub, ParseFlags flags);
compile.cc 152 Frag Plus(Frag a, bool nongreedy);
368 Frag Compiler::Plus(Frag a, bool nongreedy) {
757 return Plus(child_frags[0], re->parse_flags()&Regexp::NonGreedy);
    [all...]
regexp.cc 171 Regexp* Regexp::Plus(Regexp* sub, ParseFlags flags) {
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 676 fd = Plus(fd,
786 fd = Plus(fd, Times(
858 dest_weight = Plus(dest_weight,
    [all...]
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 447 case AsmToken::Plus:
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 287 case AsmToken::Plus: Out->os() << "Plus"; break;
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 538 case AsmToken::Plus:
646 case AsmToken::Plus:
  /external/openfst/src/include/fst/
accumulator.h 40 // This class accumulates arc weights using the semiring Plus().
57 return Plus(w, v);
66 sum = Plus(sum, aiter->Value().weight);
77 // This class accumulates arc weights using the log semiring Plus()
157 // This class accumulates arc weights using the log semiring Plus()
423 // This class accumulates arc weights using the log semiring Plus()
state-map.h 471 arcs_[narcs - 1].weight = Plus(arcs_[narcs - 1].weight,
arc-map.h 983 Weight w = Plus(arc.weight, weight_);
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 693 if (getLexer().is(AsmToken::Plus) || getLexer().is(AsmToken::Minus)) {
694 bool isPlus = getLexer().is(AsmToken::Plus);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 42 OPERATOR(Plus) OPERATOR(Minus) \
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 42 OPERATOR(Plus) OPERATOR(Minus) \
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 423 milliseconds

1 23