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

  /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...]
num_get_float.cpp 84 wchar_t& Plus, wchar_t& Minus,
88 Plus = ct.widen('+');
  /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...]
num_get_float.cpp 84 wchar_t& Plus, wchar_t& Minus,
88 Plus = ct.widen('+');
  /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/
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);
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,
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_);
  /libcore/luni/src/main/java/org/apache/xpath/axes/
HasPositionalPredChecker.java 34 import org.apache.xpath.operations.Plus;
104 (pred instanceof Plus) ||
  /external/webkit/WebCore/inspector/front-end/
KeyboardShortcut.js 74 Plus: 187, // +
  /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 = '+';
  /libcore/luni/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...]

Completed in 304 milliseconds