/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/ceres-solver/internal/ceres/ |
local_parameterization.cc | 44 bool IdentityParameterization::Plus(const double* x, 86 bool SubsetParameterization::Plus(const double* x, 111 bool QuaternionParameterization::Plus(const double* x,
|
parameter_block_test.cc | 86 parameter_block.Plus(x, delta, x_plus_delta); 95 virtual bool Plus(const double* x, 129 parameter_block.Plus(x, delta, x_plus_delta); 142 virtual bool Plus(const double* x,
|
program.cc | 108 bool Program::Plus(const double* state, 112 if (!parameter_blocks_[i]->Plus(state, delta, state_plus_delta)) {
|
covariance_test.cc | 206 virtual bool Plus(const double* x,
|
parameter_block.h | 184 // LocalParameterization::Plus() but uses the parameter's current state 186 bool Plus(const double *x, const double* delta, double* x_plus_delta) { 192 return local_parameterization_->Plus(x, delta, x_plus_delta);
|
program_evaluator.h | 264 bool Plus(const double* state, 267 return program_->Plus(state, delta, state_plus_delta);
|
trust_region_minimizer_test.cc | 56 // the Evaluator::Plus operation besides checking for the basic 190 virtual bool Plus(const double* state,
|
/external/ceres-solver/include/ceres/ |
autodiff_local_parameterization.h | 49 // x_plus_delta = Plus(x, delta); 60 // parameterization. It's plus operation can be implemented as (taken 111 virtual bool Plus(const double* x,
|
/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()),
|
lexicographic-weight.h | 121 inline LexicographicWeight<W1, W2> Plus(const LexicographicWeight<W1, W2> &w,
|
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()));
|
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)));
|
signed-log-weight.h | 108 inline SignedLogWeightTpl<T> Plus(const SignedLogWeightTpl<T> &w1, 148 return Plus(w1, minus_w2);
|
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);
|
float-weight.h | 242 inline TropicalWeightTpl<T> Plus(const TropicalWeightTpl<T> &w1, 249 inline TropicalWeightTpl<float> Plus(const TropicalWeightTpl<float> &w1, 251 return Plus<float>(w1, w2); 254 inline TropicalWeightTpl<double> Plus(const TropicalWeightTpl<double> &w1, 256 return Plus<double>(w1, w2); 371 inline LogWeightTpl<T> Plus(const LogWeightTpl<T> &w1, 384 inline LogWeightTpl<float> Plus(const LogWeightTpl<float> &w1, 386 return Plus<float>(w1, w2); 389 inline LogWeightTpl<double> Plus(const LogWeightTpl<double> &w1, 391 return Plus<double>(w1, w2) [all...] |
string-weight.h | 38 // (suffixes) would otherwise be returned by Plus, useful with various 370 Plus(const StringWeight<L, S> &w1, 380 FSTERROR() << "StringWeight::Plus: unequal arguments " 393 Plus(const StringWeight<L, STRING_LEFT> &w1, 414 Plus(const StringWeight<L, STRING_RIGHT> &w1,
|
/external/llvm/lib/MC/ |
MCSectionMachO.cpp | 259 std::pair<StringRef, StringRef> Plus = Attrs.split('+'); 262 StringRef Attr = Plus.first; 277 if (Plus.second.empty()) break; 278 Plus = Plus.second.split('+');
|
/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/chromium_org/third_party/re2/re2/ |
prefilter.cc | 209 static Info* Plus(Info* a); 384 Prefilter::Info* Prefilter::Info::Plus(Info *a) { 623 info = Plus(child_args[0]);
|
compile.cc | 154 Frag Plus(Frag a, bool nongreedy); 370 Frag Compiler::Plus(Frag a, bool nongreedy) { 759 return Plus(child_frags[0], re->parse_flags()&Regexp::NonGreedy); [all...] |
/external/llvm/include/llvm/MC/MCParser/ |
MCAsmLexer.h | 41 Plus, Minus, Tilde,
|
/external/regex-re2/re2/ |
prefilter.cc | 209 static Info* Plus(Info* a); 384 Prefilter::Info* Prefilter::Info::Plus(Info *a) { 623 info = Plus(child_args[0]);
|