Searched refs:error_fraction (Results 1 – 2 of 2) sorted by relevance
87 static double error_fraction = 0.0; variable418 if ( error_count == 0 && error_fraction == 0.0 ) in getErrorCnt()421 return error_count + (unsigned int)( error_fraction * item->len ); in getErrorCnt()630 error_fraction = 0.0; in main()644 error_fraction = strtod( argv[++i], &end ); in main()650 if ( error_fraction < 0.0 || error_fraction > 1.0 ) in main()
1609 (error_fraction): Make it of type `double' to work as advertized –