|
template<class T > |
SignedLogWeightTpl< T > | fst::Plus (const SignedLogWeightTpl< T > &w1, const SignedLogWeightTpl< T > &w2) |
|
template<class T > |
SignedLogWeightTpl< T > | fst::Minus (const SignedLogWeightTpl< T > &w1, const SignedLogWeightTpl< T > &w2) |
|
template<class T > |
SignedLogWeightTpl< T > | fst::Times (const SignedLogWeightTpl< T > &w1, const SignedLogWeightTpl< T > &w2) |
|
template<class T > |
SignedLogWeightTpl< T > | fst::Divide (const SignedLogWeightTpl< T > &w1, const SignedLogWeightTpl< T > &w2, DivideType typ=DIVIDE_ANY) |
|
template<class T > |
bool | fst::ApproxEqual (const SignedLogWeightTpl< T > &w1, const SignedLogWeightTpl< T > &w2, float delta=kDelta) |
|
template<class T > |
bool | fst::operator== (const SignedLogWeightTpl< T > &w1, const SignedLogWeightTpl< T > &w2) |
|
template<class T > |
bool | fst::operator!= (const SignedLogWeightTpl< T > &w1, const SignedLogWeightTpl< T > &w2) |
|
template<class T > |
SignedLogWeightTpl< T > | fst::Plus (const LogWeightTpl< T > &w1, const SignedLogWeightTpl< T > &w2) |
|
template<class T > |
SignedLogWeightTpl< T > | fst::Plus (const SignedLogWeightTpl< T > &w1, const LogWeightTpl< T > &w2) |
|
template<class T > |
SignedLogWeightTpl< T > | fst::Minus (const LogWeightTpl< T > &w1, const SignedLogWeightTpl< T > &w2) |
|
template<class T > |
SignedLogWeightTpl< T > | fst::Minus (const SignedLogWeightTpl< T > &w1, const LogWeightTpl< T > &w2) |
|
template<class T > |
SignedLogWeightTpl< T > | fst::Times (const LogWeightTpl< T > &w1, const SignedLogWeightTpl< T > &w2) |
|
template<class T > |
SignedLogWeightTpl< T > | fst::Times (const SignedLogWeightTpl< T > &w1, const LogWeightTpl< T > &w2) |
|
template<class T > |
SignedLogWeightTpl< T > | fst::Divide (const LogWeightTpl< T > &w1, const SignedLogWeightTpl< T > &w2, DivideType typ=DIVIDE_ANY) |
|
template<class T > |
SignedLogWeightTpl< T > | fst::Divide (const SignedLogWeightTpl< T > &w1, const LogWeightTpl< T > &w2, DivideType typ=DIVIDE_ANY) |
|
template<class T > |
bool | fst::ApproxEqual (const LogWeightTpl< T > &w1, const SignedLogWeightTpl< T > &w2, float delta=kDelta) |
|
template<class T > |
bool | fst::ApproxEqual (const SignedLogWeightTpl< T > &w1, const LogWeightTpl< T > &w2, float delta=kDelta) |
|
template<class T > |
bool | fst::operator== (const LogWeightTpl< T > &w1, const SignedLogWeightTpl< T > &w2) |
|
template<class T > |
bool | fst::operator== (const SignedLogWeightTpl< T > &w1, const LogWeightTpl< T > &w2) |
|
template<class T > |
bool | fst::operator!= (const LogWeightTpl< T > &w1, const SignedLogWeightTpl< T > &w2) |
|
template<class T > |
bool | fst::operator!= (const SignedLogWeightTpl< T > &w1, const LogWeightTpl< T > &w2) |
|
template<class W1 , class W2 > |
bool | fst::SignedLogConvertCheck (W1 weight) |
|