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

/external/openfst/src/include/fst/
H A Dsparse-tuple-weight.h274 const W& v1_def = w1.DefaultValue(); local
276 ret->SetDefaultValue(operator_mapper.Map(0, v1_def, v2_def));
280 const W& v1 = (w1_it.Done()) ? v1_def : w1_it.Value().second;
290 ret->Push(k2, operator_mapper.Map(k2, v1_def, v2));
299 const W& v1_def = w1.DefaultValue(); local
301 if (v1_def != v2_def) return false;
308 const W& v1 = (w1_it.Done()) ? v1_def : w1_it.Value().second;
318 if (v1_def != v2) return false;

Completed in 1212 milliseconds