2 references to DEFAULT_WEIGHT
System.Speech (2)
Internal\SrgsCompiler\Arc.cs (1)
89if (!flWeight.Equals(CfgGrammar.DEFAULT_WEIGHT))
Internal\SrgsCompiler\BackEnd.cs (1)
901float flWeight = header.weights != null ? header.weights[k] : CfgGrammar.DEFAULT_WEIGHT;