Lines Matching refs:vlog
105 vlog( "\tProfile: Embedded\n" ); in main()
108 vlog( "\tProfile: Full\n" ); in main()
171 vlog( "\n%s", appName ); in ParseArgs()
178 vlog( "\t%s", arg ); in ParseArgs()
220 vlog( "\n" ); in ParseArgs()
221 vlog( "*** Detected CL_WIMPY_MODE env ***\n" ); in ParseArgs()
225 vlog( "Test binary built %s %s\n", __DATE__, __TIME__ ); in ParseArgs()
229 vlog( "\n" ); in ParseArgs()
230 vlog( "*** WARNING: Testing in Wimpy mode! ***\n" ); in ParseArgs()
231 vlog( "*** Wimpy mode is not sufficient to verify correctness. ***\n" ); in ParseArgs()
232 vlog( "*** It gives warm fuzzy feelings and then nevers calls. ***\n\n" ); in ParseArgs()
233 vlog( "*** Wimpy Reduction Factor: %-27u ***\n\n", gWimpyReductionFactor); in ParseArgs()
240 vlog( "%s [-dthw]: <optional: test names>\n", appName ); in PrintUsage()
241 vlog( "\t\t-d\tToggle double precision testing (default: on if double supported)\n" ); in PrintUsage()
242 vlog( "\t\t-t\tToggle reporting performance data.\n" ); in PrintUsage()
243 vlog( "\t\t-w\tRun in wimpy mode\n" ); in PrintUsage()
244 …vlog( "\t\t-[2^n]\tSet wimpy reduction factor, recommended range of n is 1-12, default factor(%u)\… in PrintUsage()
245 vlog( "\t\t-h\tHelp\n" ); in PrintUsage()
248 vlog("\t\t%s\n", test_list[i].name ); in PrintUsage()