OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ApproxEqual
(Results
1 - 9
of
9
) 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,
/external/srec/tools/thirdparty/OpenFst/fst/lib/
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,
string-weight.h
310
inline bool
ApproxEqual
(const StringWeight<L, S> &w1,
Completed in 105 milliseconds