HomeSort by relevance Sort by last modified time
    Searched defs:ApproxEqual (Results 1 - 6 of 6) sorted by null

  /external/openfst/src/include/fst/
signed-log-weight.h 189 inline bool ApproxEqual(const SignedLogWeightTpl<T> &w1,
195 return ApproxEqual(w1.Value2(), w2.Value2(), delta);
sparse-power-weight.h 65 return ApproxEqual(v1, v2, delta_) ? W::One() : W::Zero();
192 inline bool ApproxEqual(const SparsePowerWeight<W, K> &w1,
tuple-weight.h 264 inline bool ApproxEqual(const TupleWeight<W, n> &w1,
270 ApproxEqual(w1.Value(i), w2.Value(i), delta);
float-weight.h 149 inline bool ApproxEqual(const FloatWeightTpl<T> &w1,
pair-weight.h 226 inline bool ApproxEqual(const PairWeight<W1, W2> &w1,
229 return ApproxEqual(w1.Value1(), w2.Value1(), delta) &&
230 ApproxEqual(w1.Value2(), w2.Value2(), delta);
string-weight.h 318 inline bool ApproxEqual(const StringWeight<L, S> &w1,

Completed in 140 milliseconds