OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIVIDE_RIGHT
(Results
1 - 8
of
8
) sorted by null
/external/openfst/src/include/fst/
reweight.h
89
DIVIDE_RIGHT
);
119
Divide(Weight::One(), startweight,
DIVIDE_RIGHT
),
127
DIVIDE_RIGHT
),
132
Divide(Weight::One(), startweight,
DIVIDE_RIGHT
);
weight.h
49
// --> 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
push.h
72
Divide(fst->Final(sit.Value()), w,
DIVIDE_RIGHT
));
string-weight.h
486
if (typ !=
DIVIDE_RIGHT
) {
516
if (typ !=
DIVIDE_RIGHT
) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
reweight.h
76
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
);
weight.h
42
// --> 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
string-weight.h
461
if (typ !=
DIVIDE_RIGHT
)
486
if (typ !=
DIVIDE_RIGHT
)
/external/openfst/src/test/
weight-tester.h
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
);
Completed in 442 milliseconds