Home
last modified time | relevance | path

Searched refs:NumberBad (Results 1 – 2 of 2) sorted by relevance

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