Searched refs:Plus (Results 1 - 25 of 64) sorted by relevance

123

/external/markdown/MarkdownTest/Tests_2004/
H A DOrdered and unordered lists.text22 + Plus 1
23 + Plus 2
24 + Plus 3
29 + Plus 1
31 + Plus 2
33 + Plus 3
/external/markdown/MarkdownTest/Tests_2007/
H A DOrdered and unordered lists.text22 + Plus 1
23 + Plus 2
24 + Plus 3
29 + Plus 1
31 + Plus 2
33 + Plus 3
/external/markdown/tests/markdown-test/
H A Dordered-and-unordered-list.txt22 + Plus 1
23 + Plus 2
24 + Plus 3
29 + Plus 1
31 + Plus 2
33 + Plus 3
/external/openfst/src/test/
H A Dweight-tester.h65 // 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(Weigh
[all...]
/external/stlport/src/
H A Dnum_put.cpp32 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, Minu
31 __insert_grouping_aux(Char* first, Char* last, const string& grouping, Char separator, Char Plus, Char Minus, int basechars) argument
74 __insert_grouping_aux( Str& iostr, size_t __group_pos, const string& grouping, Char separator, Char Plus, Char Minus, int basechars) argument
135 __insert_grouping(char * first, char * last, const string& grouping, char separator, char Plus, char Minus, int basechars) argument
142 __insert_grouping(__iostring &str, size_t group_pos, const string& grouping, char separator, char Plus, char Minus, int basechars) argument
149 __insert_grouping(wchar_t* first, wchar_t* last, const string& grouping, wchar_t separator, wchar_t Plus, wchar_t Minus, int basechars) argument
157 __insert_grouping(__iowstring &str, size_t group_pos, const string& grouping, wchar_t separator, wchar_t Plus, wchar_t Minus, int basechars) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DPlus.java19 * $Id: Plus.java 468655 2006-10-28 07:12:06Z minchau $
30 public class Plus extends Operation class in inherits:Operation
/external/openfst/src/include/fst/
H A Dexpectation-weight.h23 // Plus: <a1, b1> + <a2, b2> = < (a1 + a2) , (b1 + b2) >
117 inline ExpectationWeight<X1, X2> Plus(const ExpectationWeight<X1, X2> &w, function in namespace:fst
119 return ExpectationWeight<X1, X2>(Plus(w.Value1(), v.Value1()),
120 Plus(w.Value2(), v.Value2()));
128 Plus(Times(w.Value1(), v.Value2()),
H A Dfloat-weight.h239 inline TropicalWeightTpl<T> Plus(const TropicalWeightTpl<T> &w1, function in namespace:fst
246 inline TropicalWeightTpl<float> Plus(const TropicalWeightTpl<float> &w1, function in namespace:fst
248 return Plus<float>(w1, w2);
251 inline TropicalWeightTpl<double> Plus(const TropicalWeightTpl<double> &w1, function in namespace:fst
253 return Plus<double>(w1, w2);
368 inline LogWeightTpl<T> Plus(const LogWeightTpl<T> &w1, function in namespace:fst
381 inline LogWeightTpl<float> Plus(const LogWeightTpl<float> &w1, function in namespace:fst
383 return Plus<float>(w1, w2);
386 inline LogWeightTpl<double> Plus(const LogWeightTpl<double> &w1, function in namespace:fst
388 return Plus<doubl
500 inline MinMaxWeightTpl<T> Plus( function in namespace:fst
507 inline MinMaxWeightTpl<float> Plus( function in namespace:fst
512 inline MinMaxWeightTpl<double> Plus( function in namespace:fst
[all...]
H A Dproduct-weight.h92 inline ProductWeight<W1, W2> Plus(const ProductWeight<W1, W2> &w, function in namespace:fst
94 return ProductWeight<W1, W2>(Plus(w.Value1(), v.Value1()),
95 Plus(w.Value2(), v.Value2()));
H A Dweight.h21 // 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(Time
[all...]
H A Dshortest-distance.h201 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)));
H A Dpower-weight.h99 inline PowerWeight<W, n> Plus(const PowerWeight<W, n> &w1, function in namespace:fst
103 w.SetValue(i, Plus(w1.Value(i), w2.Value(i)));
152 w = Plus(w, Times(w1.Value(i), w2.Value(i)));
H A Dsparse-power-weight.h39 return Plus(v1, v2);
150 inline SparsePowerWeight<W, K> Plus(const SparsePowerWeight<W, K> &w1, function in namespace:fst
186 ret = Plus(ret, it.Value().second);
H A Drmfinalepsilon.h82 w = Plus(Times(fst->Final(arc.nextstate), arc.weight), w);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dweight.h19 // 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(Time
[all...]
H A Darcsum.h55 // weights using Weight:::Plus().
84 current_arc.weight = Plus(current_arc.weight, arcs[i].weight);
H A Dproduct-weight.h171 inline ProductWeight<W1, W2> Plus(const ProductWeight<W1, W2> &w, function in namespace:fst
173 return ProductWeight<W1, W2>(Plus(w.Value1(), v.Value1()),
174 Plus(w.Value2(), v.Value2()));
H A Dshortest-distance.h165 if (!ApproxEqual(nd, Plus(nd, w), delta_)) {
166 nd = Plus(nd, w);
167 nr = Plus(nr, w);
H A Drmfinalepsilon.h76 w = Plus(Times(fst->Final(arc.nextstate), arc.weight), w);
H A Dshortest-path.h125 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);
H A Dfloat-weight.h152 inline TropicalWeight Plus(const TropicalWeight &w1, function in namespace:fst
219 inline LogWeight Plus(const LogWeight &w1, const LogWeight &w2) { function in namespace:fst
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DHasPositionalPredChecker.java34 import org.apache.xpath.operations.Plus;
104 (pred instanceof Plus) ||
/external/chromium/testing/gmock/test/
H A Dgmock-generated-actions_test.cc731 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; }
811 Action<int(int)> a1 = Plus(
[all...]
/external/llvm/lib/MC/
H A DMCSectionMachO.cpp258 std::pair<StringRef, StringRef> Plus = Attrs.split('+'); local
261 StringRef Attr = Plus.first;
276 if (Plus.second.empty()) break;
277 Plus = Plus.second.split('+');
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h42 Plus, Minus, Tilde, enumerator in enum:llvm::AsmToken::TokenKind

Completed in 252 milliseconds

123