Searched refs:NONE_LABEL (Results 1 – 5 of 5) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | sub_phon.cpp | 60 arcOne= CreateArc (NONE_LABEL, NONE_LABEL, arc[ii]->GetFromId(), newId); in ExpandPhonemes() 61 arcOne->AssignCentre (NONE_LABEL); in ExpandPhonemes() 65 arcOne->AssignCentre (NONE_LABEL); in ExpandPhonemes() 67 arcOne= CreateArc (WB_LABEL, NONE_LABEL, nextId, arc[ii]->GetToId()); in ExpandPhonemes() 68 arcOne->AssignCentre (NONE_LABEL); in ExpandPhonemes() 83 arcOne= CreateArc (phoneId, NONE_LABEL, currId, newId); in ExpandPhonemes() 91 arcOne->AssignCentre (NONE_LABEL); in ExpandPhonemes() 101 arc[ii]->AssignLeft (NONE_LABEL); in ExpandPhonemes() 102 arc[ii]->AssignRight (NONE_LABEL); in ExpandPhonemes() 128 arc[ii]->AssignLeft (NONE_LABEL); in AddLeftContexts() [all …]
|
D | sub_grph.cpp | 180 (void) CreateArc (NONE_LABEL, NONE_LABEL, startId, lastId); // start to end in CloseScope() 192 (void) CreateArc (NONE_LABEL, NONE_LABEL, lastId + (ii - 1) * blockCount, finalId); in CloseScope() 195 (void) CreateArc (NONE_LABEL, NONE_LABEL, startId, finalId); // start to end in CloseScope() 213 (void) CreateArc (NONE_LABEL, NONE_LABEL, startId, finalId); in CloseScope() 232 (void) CreateArc (NONE_LABEL, NONE_LABEL, startId, finalId); in CloseScope() 299 if (ruleId < 0 && ruleId > NONE_LABEL) { in ExpandRules() 346 (void) CreateArc (TERMINAL_LABEL, NONE_LABEL, lastId, TERMINAL_LABEL); in AddTerminalConnections() 424 ProcessBegins (startPoint, endPoint, NONE_LABEL, nodeList, 0, visitList, numVertex); in RemoveNulls() 425 ClearLabelledConnections (NONE_LABEL); in RemoveNulls() 736 arc[ii]->AssignInput (NONE_LABEL); in ReverseGraphForOutput() [all …]
|
D | netw_dump.cpp | 65 case NONE_LABEL: // Null transition in WriteForwardGraphFile() 134 case NONE_LABEL: // Null transition in WriteForwardGraphWithSemantic() 211 case NONE_LABEL: // Null transition in WriteHMMGraphFile() 285 case NONE_LABEL: // Null transition in WritePhonemeGraphFile()
|
D | sub_base.cpp | 73 assert (!(iLabel == NONE_LABEL && from == to)); in CreateArc() 336 if (arc[ii]->GetInput() < 0 && arc[ii]->GetInput() > NONE_LABEL) in ClearRuleIds() 345 arc[ii]->AssignOutput (NONE_LABEL); in ClearOutputs()
|
D | sub_grph.h | 39 #define NONE_LABEL -100000 // Null transition macro
|