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

1 2 3

  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 22 + Plus 1
23 + Plus 2
24 + Plus 3
29 + Plus 1
31 + Plus 2
33 + Plus 3
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 22 + Plus 1
23 + Plus 2
24 + Plus 3
29 + Plus 1
31 + Plus 2
33 + Plus 3
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 22 + Plus 1
23 + Plus 2
24 + Plus 3
29 + Plus 1
31 + Plus 2
33 + Plus 3
  /external/openfst/src/test/
weight-tester.h 65 // Tests (Plus, Times, Zero, One) defines a commutative semiring.
68 CHECK(Plus(w1, w2).Member());
72 CHECK(ApproxEqual(Plus(w1, Plus(w2, w3)), Plus(Plus(w1, w2), w3)));
76 CHECK(Plus(w1, Weight::Zero()) == w1);
77 CHECK(Plus(Weight::Zero(), w1) == w1);
83 CHECK(!Plus(w1, Weight::NoWeight()).Member());
84 CHECK(!Plus(Weight::NoWeight(), w1).Member())
    [all...]
  /external/stlport/src/
num_put.cpp 32 Char separator, Char Plus, Char Minus,
41 if (*first == Plus || *first == Minus) {
76 Char separator, Char Plus, Char Minus,
86 if (__first == Plus || __first == Minus) {
136 char separator, char Plus, char Minus, int basechars) {
138 separator, Plus, Minus, basechars);
143 char separator, char Plus, char Minus, int basechars) {
144 __insert_grouping_aux(str, group_pos, grouping, separator, Plus, Minus, basechars);
150 wchar_t separator, wchar_t Plus, wchar_t Minus,
153 Plus, Minus, basechars)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put.cpp 32 Char separator, Char Plus, Char Minus,
41 if (*first == Plus || *first == Minus) {
76 Char separator, Char Plus, Char Minus,
86 if (__first == Plus || __first == Minus) {
136 char separator, char Plus, char Minus, int basechars) {
138 separator, Plus, Minus, basechars);
143 char separator, char Plus, char Minus, int basechars) {
144 __insert_grouping_aux(str, group_pos, grouping, separator, Plus, Minus, basechars);
150 wchar_t separator, wchar_t Plus, wchar_t Minus,
153 Plus, Minus, basechars)
    [all...]
  /external/apache-xml/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/openfst/src/include/fst/
expectation-weight.h 23 // Plus: <a1, b1> + <a2, b2> = < (a1 + a2) , (b1 + b2) >
117 inline ExpectationWeight<X1, X2> Plus(const ExpectationWeight<X1, X2> &w,
119 return ExpectationWeight<X1, X2>(Plus(w.Value1(), v.Value1()),
120 Plus(w.Value2(), v.Value2()));
128 Plus(Times(w.Value1(), v.Value2()),
float-weight.h 239 inline TropicalWeightTpl<T> Plus(const TropicalWeightTpl<T> &w1,
246 inline TropicalWeightTpl<float> Plus(const TropicalWeightTpl<float> &w1,
248 return Plus<float>(w1, w2);
251 inline TropicalWeightTpl<double> Plus(const TropicalWeightTpl<double> &w1,
253 return Plus<double>(w1, w2);
368 inline LogWeightTpl<T> Plus(const LogWeightTpl<T> &w1,
381 inline LogWeightTpl<float> Plus(const LogWeightTpl<float> &w1,
383 return Plus<float>(w1, w2);
386 inline LogWeightTpl<double> Plus(const LogWeightTpl<double> &w1,
388 return Plus<double>(w1, w2)
    [all...]
product-weight.h 92 inline ProductWeight<W1, W2> Plus(const ProductWeight<W1, W2> &w,
94 return ProductWeight<W1, W2>(Plus(w.Value1(), v.Value1()),
95 Plus(w.Value2(), v.Value2()));
weight.h 21 // A semiring is specified by two binary operations Plus and Times and
23 // Plus: associative, commutative, and has Zero as its identity.
24 // Times: associative and has identity One, distributes w.r.t. Plus, and
59 // --> Reverse(Plus(a, b)) = Plus(Reverse(a), Reverse(b))
68 // Idempotent: for all a: Plus(a, a) == a.
69 // Path Property: for all a, b: Plus(a, b) == a or Plus(a, b) == b.
94 // For all a,b,c: Times(c, Plus(a,b)) = Plus(Times(c,a), Times(c, b)
    [all...]
shortest-distance.h 201 if (!ApproxEqual(nd, Plus(nd, w), delta_)) {
202 nd = Plus(nd, w);
203 nr = Plus(nr, w);
332 sum = Plus(sum, Times(distance[s], fst.Final(s)));
power-weight.h 97 // Semiring plus operation
99 inline PowerWeight<W, n> Plus(const PowerWeight<W, n> &w1,
103 w.SetValue(i, Plus(w1.Value(i), w2.Value(i)));
152 w = Plus(w, Times(w1.Value(i), w2.Value(i)));
sparse-power-weight.h 39 return Plus(v1, v2);
148 // Semimodule plus operation
150 inline SparsePowerWeight<W, K> Plus(const SparsePowerWeight<W, K> &w1,
186 ret = Plus(ret, it.Value().second);
rmfinalepsilon.h 82 w = Plus(Times(fst->Final(arc.nextstate), arc.weight), w);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
weight.h 19 // A semiring is specified by two binary operations Plus and Times and
21 // Plus: associative, commutative, and has Zero as its identity.
22 // Times: associative and has identity One, distributes w.r.t. Plus, and
52 // --> Reverse(Plus(a, b)) = Plus(Reverse(a), Reverse(b))
61 // Idempotent: for all a: Plus(a, a) == a.
62 // Path Property: for all a, b: Plus(a, b) == a or Plus(a, b) == b.
86 // For all a,b,c: Times(c, Plus(a,b)) = Plus(Times(c,a), Times(c, b)
    [all...]
arcsum.h 55 // weights using Weight:::Plus().
84 current_arc.weight = Plus(current_arc.weight, arcs[i].weight);
rmfinalepsilon.h 76 w = Plus(Times(fst->Final(arc.nextstate), arc.weight), w);
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()));
shortest-distance.h 165 if (!ApproxEqual(nd, Plus(nd, w), delta_)) {
166 nd = Plus(nd, w);
167 nr = Plus(nr, w);
shortest-path.h 125 if (nd != Plus(nd, w)) {
126 nd = Plus(nd, w);
139 if (f_distance != Plus(f_distance, w)) {
140 f_distance = Plus(f_distance, w);
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
HasPositionalPredChecker.java 34 import org.apache.xpath.operations.Plus;
104 (pred instanceof Plus) ||
  /external/chromium/testing/gmock/test/
gmock-generated-actions_test.cc 47 using ::std::plus;
731 ACTION_P(Plus, n) { return arg0 + n; }
734 Action<int(int m, bool t)> a1 = Plus(9);
754 Action<std::string(const std::string& s)> a1 = Plus("tail");
790 ACTION_P3(Plus, m, n, k) { return arg0 + m + n + k; }
793 Action<double(int m, bool t)> a1 = Plus(100, 20, 3.4);
796 Action<std::string(const std::string& s)> a2 = Plus("tail", "-", ">");
801 ACTION_P4(Plus, p0, p1, p2, p3) { return arg0 + p0 + p1 + p2 + p3; }
804 Action<int(int)> a1 = Plus(1, 2, 3, 4);
808 ACTION_P5(Plus, p0, p1, p2, p3, p4) { return arg0 + p0 + p1 + p2 + p3 + p4;
    [all...]
  /external/llvm/lib/MC/
MCSectionMachO.cpp 258 std::pair<StringRef, StringRef> Plus = Attrs.split('+');
261 StringRef Attr = Plus.first;
276 if (Plus.second.empty()) break;
277 Plus = Plus.second.split('+');
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 43 Plus, Minus, Tilde,

Completed in 1600 milliseconds

1 2 3