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

/external/openfst/src/include/fst/
H A Dfloat-weight.h50 static const T NumberBad() { function in class:fst::FloatLimits
208 return TropicalWeightTpl<T>(FloatLimits<T>::NumberBad()); }
291 return FloatLimits<T>::NumberBad();
334 return LogWeightTpl<T>(FloatLimits<T>::NumberBad()); }
426 return FloatLimits<T>::NumberBad();
468 return MinMaxWeightTpl<T>(FloatLimits<T>::NumberBad()); }
547 return w1.Value() >= w2.Value() ? w1 : FloatLimits<T>::NumberBad();

Completed in 161 milliseconds