Searched defs:Divide (Results 1 - 13 of 13) sorted by relevance

/external/openfst/src/include/fst/
H A Dexpectation-weight.h133 inline ExpectationWeight<X1, X2> Divide(const ExpectationWeight<X1, X2> &w, function in namespace:fst
136 FSTERROR() << "ExpectationWeight::Divide: not implemented";
H A Dlexicographic-weight.h142 inline LexicographicWeight<W1, W2> Divide(const LexicographicWeight<W1, W2> &w, function in namespace:fst
145 return LexicographicWeight<W1, W2>(Divide(w.Value1(), v.Value1(), typ),
146 Divide(w.Value2(), v.Value2(), typ));
H A Dproduct-weight.h106 inline ProductWeight<W1, W2> Divide(const ProductWeight<W1, W2> &w, function in namespace:fst
109 return ProductWeight<W1, W2>(Divide(w.Value1(), v.Value1(), typ),
110 Divide(w.Value2(), v.Value2(), typ));
H A Dpower-weight.h119 inline PowerWeight<W, n> Divide(const PowerWeight<W, n> &w1, function in namespace:fst
124 w.SetValue(i, Divide(w1.Value(i), w2.Value(i), type));
H A Dsigned-log-weight.h167 inline SignedLogWeightTpl<T> Divide(const SignedLogWeightTpl<T> &w1, function in namespace:fst
H A Dsparse-power-weight.h56 return Divide(v1, v2, divide_type_);
170 inline SparsePowerWeight<W, K> Divide(const SparsePowerWeight<W, K> &w1, function in namespace:fst
216 inline SparsePowerWeight<W, K> Divide(const SparsePowerWeight<W, K> &w1, function in namespace:fst
220 return Divide(w1, w2, divide_type);
H A Dfloat-weight.h284 inline TropicalWeightTpl<T> Divide(const TropicalWeightTpl<T> &w1, function in namespace:fst
298 inline TropicalWeightTpl<float> Divide(const TropicalWeightTpl<float> &w1, function in namespace:fst
301 return Divide<float>(w1, w2, typ);
304 inline TropicalWeightTpl<double> Divide(const TropicalWeightTpl<double> &w1, function in namespace:fst
307 return Divide<double>(w1, w2, typ);
419 inline LogWeightTpl<T> Divide(const LogWeightTpl<T> &w1, function in namespace:fst
433 inline LogWeightTpl<float> Divide(const LogWeightTpl<float> &w1, function in namespace:fst
436 return Divide<float>(w1, w2, typ);
439 inline LogWeightTpl<double> Divide(const LogWeightTpl<double> &w1, function in namespace:fst
442 return Divide<doubl
541 inline MinMaxWeightTpl<T> Divide(const MinMaxWeightTpl<T> &w1, function in namespace:fst
550 inline MinMaxWeightTpl<float> Divide(const MinMaxWeightTpl<float> &w1, function in namespace:fst
556 inline MinMaxWeightTpl<double> Divide(const MinMaxWeightTpl<double> &w1, function in namespace:fst
[all...]
H A Dstring-weight.h452 Divide(const StringWeight<L, S> &w1, function in namespace:fst
457 FSTERROR() << "StringWeight::Divide: only left division is defined "
482 Divide(const StringWeight<L, STRING_RIGHT> &w1, function in namespace:fst
487 FSTERROR() << "StringWeight::Divide: only right division is defined "
512 Divide(const StringWeight<L, STRING_RIGHT_RESTRICT> &w1, function in namespace:fst
517 FSTERROR() << "StringWeight::Divide: only right division is defined "
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dinterface_ptr_unittest.cc95 void Divide(double value) { function in class:mojo::test::__anon8778::MathCalculatorUIImpl
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfloat-weight.h168 inline TropicalWeight Divide(const TropicalWeight &w1, function in namespace:fst
241 inline LogWeight Divide(const LogWeight &w1, function in namespace:fst
H A Dproduct-weight.h185 inline ProductWeight<W1, W2> Divide(const ProductWeight<W1, W2> &w, function in namespace:fst
188 return ProductWeight<W1, W2>(Divide(w.Value1(), v.Value1(), typ),
189 Divide(w.Value2(), v.Value2(), typ));
H A Dstring-weight.h432 Divide(const StringWeight<L, S> &w1, function in namespace:fst
437 LOG(FATAL) << "StringWeight::Divide: only left division is defined "
457 Divide(const StringWeight<L, STRING_RIGHT> &w1, function in namespace:fst
462 LOG(FATAL) << "StringWeight::Divide: only right division is defined "
482 Divide(const StringWeight<L, STRING_RIGHT_RESTRICT> &w1, function in namespace:fst
487 LOG(FATAL) << "StringWeight::Divide: only right division is defined "
/external/chromium_org/v8/src/compiler/
H A Djs-operator.h101 const Operator* Divide() { BINOP(JSDivide); } function in class:v8::internal::compiler::JSOperatorBuilder

Completed in 4302 milliseconds