Searched defs:DIVIDE_ANY (Results 1 - 11 of 11) sorted by path

/external/openfst/src/include/fst/
H A Dexpectation-weight.h135 DivideType typ = DIVIDE_ANY) {
133 Divide(const ExpectationWeight<X1, X2> &w, const ExpectationWeight<X1, X2> &v, DivideType typ = DIVIDE_ANY) argument
H A Dfloat-weight.h286 DivideType typ = DIVIDE_ANY) {
300 DivideType typ = DIVIDE_ANY) {
306 DivideType typ = DIVIDE_ANY) {
421 DivideType typ = DIVIDE_ANY) {
435 DivideType typ = DIVIDE_ANY) {
441 DivideType typ = DIVIDE_ANY) {
543 DivideType typ = DIVIDE_ANY) {
552 DivideType typ = DIVIDE_ANY) {
558 DivideType typ = DIVIDE_ANY) {
284 Divide(const TropicalWeightTpl<T> &w1, const TropicalWeightTpl<T> &w2, DivideType typ = DIVIDE_ANY) argument
298 Divide(const TropicalWeightTpl<float> &w1, const TropicalWeightTpl<float> &w2, DivideType typ = DIVIDE_ANY) argument
304 Divide(const TropicalWeightTpl<double> &w1, const TropicalWeightTpl<double> &w2, DivideType typ = DIVIDE_ANY) argument
419 Divide(const LogWeightTpl<T> &w1, const LogWeightTpl<T> &w2, DivideType typ = DIVIDE_ANY) argument
433 Divide(const LogWeightTpl<float> &w1, const LogWeightTpl<float> &w2, DivideType typ = DIVIDE_ANY) argument
439 Divide(const LogWeightTpl<double> &w1, const LogWeightTpl<double> &w2, DivideType typ = DIVIDE_ANY) argument
541 Divide(const MinMaxWeightTpl<T> &w1, const MinMaxWeightTpl<T> &w2, DivideType typ = DIVIDE_ANY) argument
550 Divide(const MinMaxWeightTpl<float> &w1, const MinMaxWeightTpl<float> &w2, DivideType typ = DIVIDE_ANY) argument
556 Divide(const MinMaxWeightTpl<double> &w1, const MinMaxWeightTpl<double> &w2, DivideType typ = DIVIDE_ANY) argument
H A Dlexicographic-weight.h144 DivideType typ = DIVIDE_ANY) {
142 Divide(const LexicographicWeight<W1, W2> &w, const LexicographicWeight<W1, W2> &v, DivideType typ = DIVIDE_ANY) argument
H A Dpower-weight.h121 DivideType type = DIVIDE_ANY) {
119 Divide(const PowerWeight<W, n> &w1, const PowerWeight<W, n> &w2, DivideType type = DIVIDE_ANY) argument
H A Dproduct-weight.h108 DivideType typ = DIVIDE_ANY) {
106 Divide(const ProductWeight<W1, W2> &w, const ProductWeight<W1, W2> &v, DivideType typ = DIVIDE_ANY) argument
H A Dsigned-log-weight.h169 DivideType typ = DIVIDE_ANY) {
167 Divide(const SignedLogWeightTpl<T> &w1, const SignedLogWeightTpl<T> &w2, DivideType typ = DIVIDE_ANY) argument
H A Dsparse-power-weight.h172 DivideType type = DIVIDE_ANY) {
218 DivideType divide_type = DIVIDE_ANY) {
170 Divide(const SparsePowerWeight<W, K> &w1, const SparsePowerWeight<W, K> &w2, DivideType type = DIVIDE_ANY) argument
216 Divide(const SparsePowerWeight<W, K> &w1, const W &k, DivideType divide_type = DIVIDE_ANY) argument
H A Dweight.h51 // --> b' = Divide(c, a) = Divide(c, a, DIVIDE_ANY) =
115 DIVIDE_ANY }; // division in a commutative semiring enumerator in enum:fst::DivideType
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfloat-weight.h170 DivideType typ = DIVIDE_ANY) {
243 DivideType typ = DIVIDE_ANY) {
168 Divide(const TropicalWeight &w1, const TropicalWeight &w2, DivideType typ = DIVIDE_ANY) argument
241 Divide(const LogWeight &w1, const LogWeight &w2, DivideType typ = DIVIDE_ANY) argument
H A Dproduct-weight.h187 DivideType typ = DIVIDE_ANY) {
185 Divide(const ProductWeight<W1, W2> &w, const ProductWeight<W1, W2> &v, DivideType typ = DIVIDE_ANY) argument
H A Dweight.h44 // = Divide(c, a, DIVIDE_ANY)
107 DIVIDE_ANY }; // division in a commutative semiring enumerator in enum:fst::DivideType

Completed in 3705 milliseconds