OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumberBad
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
float-weight.h
50
static const T
NumberBad
() {
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
();
signed-log-weight.h
178
FloatLimits<T>::
NumberBad
());
Completed in 47 milliseconds