Searched refs:DIVIDE_RIGHT (Results 1 - 8 of 8) sorted by relevance

/external/openfst/src/include/fst/
H A Dreweight.h89 DIVIDE_RIGHT);
119 Divide(Weight::One(), startweight, DIVIDE_RIGHT),
127 DIVIDE_RIGHT),
132 Divide(Weight::One(), startweight, DIVIDE_RIGHT);
H A Dweight.h49 // --> a' = Divide(c, b, DIVIDE_RIGHT) if a right semiring, a'.Member()
52 // Divide(c, a, DIVIDE_LEFT) = Divide(c, a, DIVIDE_RIGHT) if a
114 DIVIDE_RIGHT, // right division enumerator in enum:fst::DivideType
H A Dpush.h72 Divide(fst->Final(sit.Value()), w, DIVIDE_RIGHT));
H A Dstring-weight.h486 if (typ != DIVIDE_RIGHT) {
516 if (typ != DIVIDE_RIGHT) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreweight.h76 potential[arc.nextstate], DIVIDE_RIGHT);
99 Divide(Weight::One(), potential[state], DIVIDE_RIGHT),
107 DIVIDE_RIGHT),
114 Divide(Weight::One(), potential[fst->Start()], DIVIDE_RIGHT);
H A Dweight.h42 // --> a = Divide(c, b, DIVIDE_RIGHT) if a right semiring and a.Member()
46 // = Divide(c, a, DIVIDE_RIGHT) if a commutative semiring
106 DIVIDE_RIGHT, // right division enumerator in enum:fst::DivideType
H A Dstring-weight.h461 if (typ != DIVIDE_RIGHT)
486 if (typ != DIVIDE_RIGHT)
/external/openfst/src/test/
H A Dweight-tester.h141 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);

Completed in 127 milliseconds