Searched refs:Divide (Results 1 - 22 of 22) sorted by relevance

/external/openfst/src/include/fst/
H A Dreweight.h85 arc.weight = Divide(Times(arc.weight, nextweight), weight,
88 arc.weight = Divide(Times(weight, arc.weight), nextweight,
93 fst->SetFinal(state, Divide(fst->Final(state), weight, DIVIDE_LEFT));
119 Divide(Weight::One(), startweight, DIVIDE_RIGHT),
126 fst->SetFinal(state, Times(Divide(Weight::One(), startweight,
132 Divide(Weight::One(), startweight, DIVIDE_RIGHT);
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 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 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 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 Dpush.h58 // Divide the weight of every accepting path by 'w'. The weight 'w' is
72 Divide(fst->Final(sit.Value()), w, DIVIDE_RIGHT));
80 arc.weight = Divide(arc.weight, w, DIVIDE_LEFT);
83 fst->SetFinal(start, Divide(fst->Final(start), w, DIVIDE_LEFT));
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 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 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 "
H A Dsigned-log-weight.h167 inline SignedLogWeightTpl<T> Divide(const SignedLogWeightTpl<T> &w1, function in namespace:fst
H A Dlookahead-filter.h378 arc2->weight = Divide(Times(arc2->weight, lweight), fweight);
389 *weight1 = Divide(*weight1, fweight);
H A Darc-map.h1044 Weight w = Divide(Weight::One(), arc.weight);
H A Ddeterminize.h662 dest_element.weight = Divide(dest_element.weight, arc.weight,
/external/openfst/src/test/
H A Dweight-tester.h133 Weight d = Divide(p, w1, DIVIDE_LEFT);
136 CHECK(!Divide(w1, Weight::NoWeight(), DIVIDE_LEFT).Member());
137 CHECK(!Divide(Weight::NoWeight(), w1, DIVIDE_LEFT).Member());
141 Weight d = Divide(p, w2, DIVIDE_RIGHT);
144 CHECK(!Divide(w1, Weight::NoWeight(), DIVIDE_RIGHT).Member());
145 CHECK(!Divide(Weight::NoWeight(), w1, DIVIDE_RIGHT).Member());
149 Weight d = Divide(p, w1, DIVIDE_RIGHT);
/external/llvm/test/Object/
H A Dcoff-archive.test35 CHECKIDX: ?Divide@MyMathFuncs@MathFuncs@@SANNN@Z in Debug\mymath.obj
170 CHECKIDX: 00000000 T ?Divide@MyMathFuncs@MathFuncs@@SANNN@Z
200 CHECKIDX: 00000000 t __unwindfunclet$?Divide@MyMathFuncs@MathFuncs@@SANNN@Z$0
201 CHECKIDX: 00000000 r __unwindtable$?Divide@MyMathFuncs@MathFuncs@@SANNN@Z
205 CHECKIDX: 00000008 r __ehfuncinfo$?Divide@MyMathFuncs@MathFuncs@@SANNN@Z
206 CHECKIDX: 0000000e t __ehhandler$?Divide@MyMathFuncs@MathFuncs@@SANNN@Z
/external/libmpeg2/common/arm/
H A Dicv_variance_a9.s117 @ Divide by 32 * 32
/external/llvm/unittests/Support/
H A DBlockFrequencyTest.cpp91 TEST(BlockFrequency, Divide) {
/external/v8/src/compiler/
H A Djs-operator.h101 const Operator* Divide() { BINOP(JSDivide); } function in class:v8::internal::compiler::JSOperatorBuilder
H A Dast-graph-builder.cc2009 js_op = javascript()->Divide();
/external/v8/test/cctest/compiler/
H A Dtest-js-typed-lowering.cc238 R.javascript.Divide(), R.simplified.NumberDivide(),
1002 R.javascript.Divide(), R.simplified.NumberDivide(),
1028 R.javascript.Divide(), R.simplified.NumberDivide(),
1055 R.javascript.Divide(), R.simplified.NumberDivide(),
/external/valgrind/exp-bbv/tests/arm-linux/
H A Dll.S402 @ Divide - because ARM has no hardware int divide
/external/bison/
H A Dmaint.mk528 # Divide into two sets on case, and filter each through this:

Completed in 1280 milliseconds