3 references to FloatOverflow
Microsoft.ML.Transforms (3)
Expression\Lexer.cs (2)
379ReportError(ErrId.FloatOverflow, "double"); 390ReportError(ErrId.FloatOverflow, "float");
Expression\TokKind.cs (1)
139case ErrId.FloatOverflow: