HomeSort by relevance Sort by last modified time
    Searched defs:Plus (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/main/java/org/apache/xpath/operations/
Plus.java 19 * $Id: Plus.java 468655 2006-10-28 07:12:06Z minchau $
30 public class Plus extends Operation
  /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) {
product-weight.h 171 inline ProductWeight<W1, W2> Plus(const ProductWeight<W1, W2> &w,
173 return ProductWeight<W1, W2>(Plus(w.Value1(), v.Value1()),
174 Plus(w.Value2(), v.Value2()));
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/webkit/WebCore/inspector/front-end/
KeyboardShortcut.js 74 Plus: 187, // +

Completed in 183 milliseconds