Lines Matching refs:inputLabel
61 switch ( arc[loc]->inputLabel ) { in WriteForwardGraphFile()
79 if (!p_Doc.findSortedLabel( arc[loc]->inputLabel, inLabel ) ) { in WriteForwardGraphFile()
81 ss << arc[loc]->inputLabel; in WriteForwardGraphFile()
118 switch ( arc[loc]->inputLabel ) { in WriteForwardGraphWithSemantic()
157 if (!p_Doc.findSortedLabel( arc[loc]->inputLabel, inLabel ) ) { in WriteForwardGraphWithSemantic()
158 inLabel = arc[loc]->inputLabel; in WriteForwardGraphWithSemantic()
207 switch ( arc[loc]->inputLabel ) { in WriteHMMGraphFile()
281 switch ( arc[loc]->inputLabel ) { in WritePhonemeGraphFile()
317 if ( arc[loc]->inputLabel >= 0) { in WritePhonemeGraphFile()
322 if (!p_Doc.findLabel( -arc[loc]->inputLabel, inLabel ) ) { in WritePhonemeGraphFile()
324 ss << arc[loc]->inputLabel; in WritePhonemeGraphFile()
348 if (!p_Doc.findLabel( arc[loc]->inputLabel, inLabel ) ) { in PrintWithLabels()
349 inLabel = arc[loc]->inputLabel; in PrintWithLabels()
369 printf ("%d %d %d %d\n", fromId, toId, inputLabel, outputLabel); in Dump()