/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | main.cpp | 119 vlog("Skipping function because of an earlier error.\n"); in doTest() 134 vlog("Skipping function #%d\n", i); in doTest() 145 vlog("Function '%s' doesn't exist!\n", name); in doTest() 151 vlog("'%s' is missing implementation, skipping function.\n", in doTest() 163 vlog("Correctly rounded divide and sqrt are not supported, " in doTest() 181 vlog("%3d: ", gTestCount); in doTest() 197 vlog("Skipping reduced precision testing for device with " in doTest() 205 vlog("%3d: ", gTestCount); in doTest() 224 vlog("%3d: ", gTestCount); in doTest() 318 vlog("*** Skipping correctness testing! ***\n\n"); in main() [all …]
|
D | sleep.cpp | 52 vlog("Hard sleep occurred.\n"); in sleepCallback() 63 vlog("sleep prevention failed. (%d)\n", result); in sleepCallback() 76 vlog("Disabling sleep... "); in PreventSleep() 87 vlog("failed.\n"); in PreventSleep() 89 vlog("done.\n"); in PreventSleep() 95 vlog("*** PreventSleep() is not implemented on this platform.\n"); in PreventSleep() 104 vlog("Got error %d restoring sleep \n", result); in ResumeSleep() 106 vlog("Sleep restored.\n"); in ResumeSleep() 108 vlog("*** ResumeSleep() is not implemented on this platform.\n"); in ResumeSleep()
|
D | unary_u_double.cpp | 208 if ((error = clFlush(gQueue))) vlog("clFlush failed\n"); in TestFunc_Double_ULong() 282 vlog("base:%14u step:%10zu bufferSize:%10zd \n", i, step, in TestFunc_Double_ULong() 287 vlog("."); in TestFunc_Double_ULong() 296 vlog("Wimp pass"); in TestFunc_Double_ULong() 298 vlog("passed"); in TestFunc_Double_ULong() 300 vlog("\t%8.2f @ %a", maxError, maxErrorVal); in TestFunc_Double_ULong() 303 vlog("\n"); in TestFunc_Double_ULong()
|
D | unary_u_float.cpp | 212 if ((error = clFlush(gQueue))) vlog("clFlush failed\n"); in TestFunc_Float_UInt() 284 vlog("base:%14u step:%10zu bufferSize:%10zd \n", i, step, in TestFunc_Float_UInt() 289 vlog("."); in TestFunc_Float_UInt() 298 vlog("Wimp pass"); in TestFunc_Float_UInt() 300 vlog("passed"); in TestFunc_Float_UInt() 302 vlog("\t%8.2f @ %a", maxError, maxErrorVal); in TestFunc_Float_UInt() 305 vlog("\n"); in TestFunc_Float_UInt()
|
D | mad_float.cpp | 245 if ((error = clFlush(gQueue))) vlog("clFlush failed\n"); in TestFunc_mad_Float() 273 vlog("."); in TestFunc_mad_Float() 281 vlog("Wimp pass"); in TestFunc_mad_Float() 283 vlog("passed"); in TestFunc_mad_Float() 285 vlog("\t%8.2f @ {%a, %a, %a}", maxError, maxErrorVal, maxErrorVal2, in TestFunc_mad_Float() 289 vlog("\n"); in TestFunc_mad_Float()
|
D | mad_double.cpp | 246 if ((error = clFlush(gQueue))) vlog("clFlush failed\n"); in TestFunc_mad_Double() 274 vlog("."); in TestFunc_mad_Double() 282 vlog("Wimp pass"); in TestFunc_mad_Double() 284 vlog("passed"); in TestFunc_mad_Double() 286 vlog("\t%8.2f @ {%a, %a, %a}", maxError, maxErrorVal, maxErrorVal2, in TestFunc_mad_Double() 290 vlog("\n"); in TestFunc_mad_Double()
|
D | i_unary_float.cpp | 212 if ((error = clFlush(gQueue))) vlog("clFlush failed\n"); in TestFunc_Int_Float() 267 vlog("base:%14u step:%10zu bufferSize:%10zd \n", i, step, in TestFunc_Int_Float() 272 vlog("."); in TestFunc_Int_Float() 281 vlog("Wimp pass"); in TestFunc_Int_Float() 283 vlog("passed"); in TestFunc_Int_Float() 286 vlog("\n"); in TestFunc_Int_Float()
|
D | i_unary_double.cpp | 215 if ((error = clFlush(gQueue))) vlog("clFlush failed\n"); in TestFunc_Int_Double() 270 vlog("base:%14u step:%10zu bufferSize:%10zd \n", i, step, in TestFunc_Int_Double() 275 vlog("."); in TestFunc_Int_Double() 285 vlog("Wimp pass"); in TestFunc_Int_Double() 287 vlog("passed"); in TestFunc_Int_Double() 290 vlog("\n"); in TestFunc_Int_Double()
|
D | unary_two_results_i_float.cpp | 246 if ((error = clFlush(gQueue))) vlog("clFlush failed\n"); in TestFunc_FloatI_Float() 383 vlog("base:%14u step:%10zu bufferSize:%10zd \n", i, step, in TestFunc_FloatI_Float() 388 vlog("."); in TestFunc_FloatI_Float() 397 vlog("Wimp pass"); in TestFunc_FloatI_Float() 399 vlog("passed"); in TestFunc_FloatI_Float() 401 vlog("\t{%8.2f, %lld} @ {%a, %a}", maxError, maxError2, maxErrorVal, in TestFunc_FloatI_Float() 405 vlog("\n"); in TestFunc_FloatI_Float()
|
D | unary_two_results_i_double.cpp | 243 if ((error = clFlush(gQueue))) vlog("clFlush failed\n"); in TestFunc_DoubleI_Double() 385 vlog("base:%14u step:%10zu bufferSize:%10zd \n", i, step, in TestFunc_DoubleI_Double() 390 vlog("."); in TestFunc_DoubleI_Double() 399 vlog("Wimp pass"); in TestFunc_DoubleI_Double() 401 vlog("passed"); in TestFunc_DoubleI_Double() 403 vlog("\t{%8.2f, %lld} @ {%a, %a}", maxError, maxError2, maxErrorVal, in TestFunc_DoubleI_Double() 407 vlog("\n"); in TestFunc_DoubleI_Double()
|
D | unary_two_results_double.cpp | 235 if ((error = clFlush(gQueue))) vlog("clFlush failed\n"); in TestFunc_Double2_Double() 413 vlog("base:%14u step:%10zu bufferSize:%10zd \n", i, step, in TestFunc_Double2_Double() 418 vlog("."); in TestFunc_Double2_Double() 427 vlog("Wimp pass"); in TestFunc_Double2_Double() 429 vlog("passed"); in TestFunc_Double2_Double() 431 vlog("\t{%8.2f, %8.2f} @ {%a, %a}", maxError0, maxError1, maxErrorVal0, in TestFunc_Double2_Double() 435 vlog("\n"); in TestFunc_Double2_Double()
|
D | unary_double.cpp | 283 vlog("Wimp pass"); in TestFunc_Double_Double() 285 vlog("passed"); in TestFunc_Double_Double() 287 vlog("\t%8.2f @ %a", maxError, maxErrorVal); in TestFunc_Double_Double() 290 vlog("\n"); in TestFunc_Double_Double() 353 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush failed\n"); in Test() 422 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 2 failed\n"); in Test() 529 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 3 failed\n"); in Test() 536 vlog("base:%14u step:%10u scale:%10zd buf_elements:%10u ulps:%5.3f " in Test() 543 vlog("."); in Test()
|
D | macro_unary_double.cpp | 262 vlog("Wimp pass"); in TestMacro_Int_Double() 264 vlog("passed"); in TestMacro_Int_Double() 267 vlog("\n"); in TestMacro_Int_Double() 330 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush failed\n"); in Test() 398 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 2 failed\n"); in Test() 488 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 3 failed\n"); in Test() 495 vlog("base:%14u step:%10u scale:%10u buf_elements:%10zd " in Test() 502 vlog("."); in Test()
|
D | unary_float.cpp | 301 vlog("Wimp pass"); in TestFunc_Float_Float() 303 vlog("passed"); in TestFunc_Float_Float() 307 vlog(" (rlx skip correctness testing)\n"); in TestFunc_Float_Float() 311 vlog("\t%8.2f @ %a", maxError, maxErrorVal); in TestFunc_Float_Float() 314 vlog("\n"); in TestFunc_Float_Float() 385 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush failed\n"); in Test() 476 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 2 failed\n"); in Test() 707 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 3 failed\n"); in Test() 714 vlog("base:%14u step:%10u scale:%10u buf_elements:%10zd ulps:%5.3f " in Test() 721 vlog("."); in Test()
|
D | macro_unary_float.cpp | 262 vlog("Wimp pass"); in TestMacro_Int_Float() 264 vlog("passed"); in TestMacro_Int_Float() 267 vlog("\n"); in TestMacro_Int_Float() 334 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush failed\n"); in Test() 401 if ((error = clFlush(tinfo->tQueue))) vlog("clFlush 2 failed\n"); in Test() 501 vlog("clFlush 3 failed\n"); in Test() 510 vlog("base:%14u step:%10u scale:%10u buf_elements:%10zd " in Test() 517 vlog("."); in Test()
|
/external/OpenCL-CTS/test_conformance/half/ |
D | main.cpp | 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() [all …]
|
D | cl_utils.cpp | 112 vlog( "%d compute devices at %f GHz\n", gComputeDevices, (double) gDeviceFrequency / 1000. ); in InitCL() 113 vlog( "Max thread group size is %lld.\n", (uint64_t) gMaxThreadGroupSize ); in InitCL() 200 vlog( "\nCompute Device info:\n" ); in InitCL() 202 vlog( "\tDevice Name: %s\n", string ); in InitCL() 204 vlog( "\tVendor: %s\n", string ); in InitCL() 206 vlog( "\tDevice Version: %s\n", string ); in InitCL() 208 vlog( "\tOpenCL C Version: %s\n", string ); in InitCL() 210 vlog( "\tDriver Version: %s\n", string ); in InitCL() 211 vlog( "\tProcessing with %d devices\n", gComputeDevices ); in InitCL() 212 vlog( "\tDevice Frequency: %d MHz\n", gDeviceFrequency ); in InitCL() [all …]
|
/external/OpenCL-CTS/test_conformance/conversions/ |
D | test_conversions.cpp | 175 vlog( "\t\tcl_khr_fp64 enabled, but double testing turned off.\n" ); in test_conversions() 237 …vlog( "%d) Testing convert_%sn%s%s( %sn ):\n", testNumber, gTypeNames[ outType ], gSaturationNames… in test_conversions() 245 vlog( "\t\tcl_khr_fp64 enabled, but double testing turned off.\n" ); in test_conversions() 312 vlog( "===========================================================\n" ); in main() 313 vlog( "Random seed: %u\n", seed ); in main() 375 vlog( "\n%s", appName ); in ParseArgs() 382 vlog( "\t%s", arg ); in ParseArgs() 449 vlog( " <-- unknown flag: %c (0x%2.2x)\n)", *arg, *arg ); in ParseArgs() 477 vlog( "\n" ); in ParseArgs() 478 vlog( "*** Detected CL_WIMPY_MODE env ***\n" ); in ParseArgs() [all …]
|
D | Sleep.cpp | 56 vlog( "Hard sleep occurred.\n" ); in sleepCallback() 66 vlog( "sleep prevention failed. (%d)\n", result); in sleepCallback() 76 vlog( "Disabling sleep... " ); in PreventSleep() 88 vlog( "failed.\n" ); in PreventSleep() 90 vlog( "done.\n" ); in PreventSleep() 101 vlog( "Got error %d restoring sleep \n", result ); in ResumeSleep() 103 vlog( "Sleep restored.\n" ); in ResumeSleep()
|
/external/autotest/client/cros/video/ |
D | helper_logger.py | 30 vlog = VideoLog() 34 vlog.add_log(files, 42 vlog.add_log([fpath], 52 vlog.add_log([fpath], 62 vlog.add_log([fpath], 70 vlog.add_log([fpath], 82 with vlog:
|
/external/libvpx/libvpx/build/make/ |
D | iosbuild.sh | 49 vlog "***Building target: ${target}***" 54 vlog "Enabled PIC for ${target}" 67 vlog "***Done building target: ${target}***" 169 vlog "Requested ${FRAMEWORK_LIB} CPUs: ${requested}" 170 vlog "Actual ${FRAMEWORK_LIB} CPUs: ${actual}" 239 vlog "Created fat library ${FRAMEWORK_LIB} containing:" 241 vlog " $(echo ${lib} | awk -F / '{print $2, $NF}')" 293 vlog() { function
|
/external/libaom/libaom/build/cmake/ |
D | iosbuild.sh | 48 vlog "***Building target: ${target}***" 53 vlog "Enabled PIC for ${target}" 67 vlog "***Done building target: ${target}***" 169 vlog "Requested ${FRAMEWORK_LIB} CPUs: ${requested}" 170 vlog "Actual ${FRAMEWORK_LIB} CPUs: ${actual}" 239 vlog "Created fat library ${FRAMEWORK_LIB} containing:" 241 vlog " $(echo ${lib} | awk -F / '{print $2, $NF}')" 293 vlog() { function
|
/external/OpenCL-CTS/test_common/harness/ |
D | testHarness.cpp | 1175 vlog("sizeof( void*) = %ld\n", sizeof(void *)); in PrintArch() 1177 vlog("ARCH:\tppc\n"); in PrintArch() 1179 vlog("ARCH:\tppc64\n"); in PrintArch() 1181 vlog("ARCH:\tppc\n"); in PrintArch() 1183 vlog("ARCH:\ti386\n"); in PrintArch() 1185 vlog("ARCH:\tx86_64\n"); in PrintArch() 1187 vlog("ARCH:\tarm\n"); in PrintArch() 1189 vlog("ARCH:\taarch64\n"); in PrintArch() 1191 vlog("ARCH:\tWindows\n"); in PrintArch() 1201 vlog("cpu type:\t%d\n", type); in PrintArch() [all …]
|
/external/OpenCL-CTS/test_conformance/contractions/ |
D | contractions.cpp | 425 vlog( " <-- unknown flag: %c (0x%2.2x)\n)", *arg, *arg ); in ParseArgs() 437 vlog( "\n\nTest binary built %s %s\n", __DATE__, __TIME__ ); in ParseArgs() 446 vlog( "%s [-z]: <optional: test names>\n", appName ); in PrintUsage() 447 vlog( "\tOptions:\n" ); in PrintUsage() 448 …vlog( "\t\t-z\tToggle FTZ mode (Section 6.5.3) for all functions. (Set by device capabilities by d… in PrintUsage() 449 vlog( "\t\t-sNUMBER set random seed.\n"); in PrintUsage() 450 vlog( "\n" ); in PrintUsage() 451 vlog( "\tTest names:\n" ); in PrintUsage() 454 vlog( "\t\t%s\n", test_list[i].name ); in PrintUsage() 895 vlog( "\nCompute Device info:\n" ); in InitCL() [all …]
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | simple_propagator_state.cc | 26 const ImmutableExecutorState& immutable_state, int64 step_id, bool vlog) in SimplePropagatorState() argument 28 immutable_state.get_root_frame_info(), vlog) {} in SimplePropagatorState() 32 const ImmutableExecutorState::FrameInfo& finfo, bool vlog) in SimplePropagatorState() argument 35 vlog_(vlog || VLOG_IS_ON(1)), in SimplePropagatorState()
|