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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equal.h 55 if (!ApproxEqual(final1, final2)) {
86 } else if (!ApproxEqual(arc1.weight, arc2.weight)) {
shortest-path.h 184 // This forms a strict weak order so long as ApproxEqual(a, b) =>
185 // ApproxEqual(a, c) for all c s.t. less_(a, c) && less_(c, b).
187 return less_(wy, wx) || ApproxEqual(wx, wy, delta_);
189 return less_(wy, wx) && !ApproxEqual(wx, wy, delta_);
float-weight.h 80 inline bool ApproxEqual(const FloatWeight &w1, const FloatWeight &w2,
product-weight.h 118 inline bool ApproxEqual(const ProductWeight<W1, W2> &w1,
shortest-distance.h 165 if (!ApproxEqual(nd, Plus(nd, w), delta_)) {
string-weight.h 310 inline bool ApproxEqual(const StringWeight<L, S> &w1,

Completed in 549 milliseconds