Searched defs:ApproxEqual (Results 1 - 9 of 9) sorted by relevance

/external/openfst/src/include/fst/
H A Dpair-weight.h226 inline bool ApproxEqual(const PairWeight<W1, W2> &w1, function in namespace:fst
229 return ApproxEqual(w1.Value1(), w2.Value1(), delta) &&
230 ApproxEqual(w1.Value2(), w2.Value2(), delta);
H A Dsigned-log-weight.h189 inline bool ApproxEqual(const SignedLogWeightTpl<T> &w1, function in namespace:fst
195 return ApproxEqual(w1.Value2(), w2.Value2(), delta);
H A Dsparse-power-weight.h65 return ApproxEqual(v1, v2, delta_) ? W::One() : W::Zero();
192 inline bool ApproxEqual(const SparsePowerWeight<W, K> &w1, function in namespace:fst
H A Dtuple-weight.h264 inline bool ApproxEqual(const TupleWeight<W, n> &w1, function in namespace:fst
270 ApproxEqual(w1.Value(i), w2.Value(i), delta);
H A Dfloat-weight.h149 inline bool ApproxEqual(const FloatWeightTpl<T> &w1, function in namespace:fst
H A Dstring-weight.h318 inline bool ApproxEqual(const StringWeight<L, S> &w1, function in namespace:fst
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfloat-weight.h80 inline bool ApproxEqual(const FloatWeight &w1, const FloatWeight &w2, function in namespace:fst
H A Dproduct-weight.h118 inline bool ApproxEqual(const ProductWeight<W1, W2> &w1, function in namespace:fst
H A Dstring-weight.h310 inline bool ApproxEqual(const StringWeight<L, S> &w1, function in namespace:fst

Completed in 737 milliseconds