Searched refs:no_yes (Results 1 – 3 of 3) sorted by relevance
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | main.cpp | 776 static const char *no_yes[] = { "NO", "YES" }; in InitCL() local 792 no_yes[0 != (CL_FP_DENORM & gFloatCapabilities)]); in InitCL() 794 no_yes[0 in InitCL() 801 no_yes[0 in InitCL() 804 no_yes[0 != gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities)]); in InitCL() 805 vlog("\tTesting single precision? %s\n", no_yes[0 != gTestFloat]); in InitCL() 806 vlog("\tTesting fast relaxed math? %s\n", no_yes[0 != gTestFastRelaxed]); in InitCL() 810 no_yes[0 != gFastRelaxedDerived]); in InitCL() 812 vlog("\tTesting double precision? %s\n", no_yes[0 != gHasDouble]); in InitCL() 827 vlog("\tIs Embedded? %s\n", no_yes[0 != gIsEmbedded]); in InitCL() [all …]
|
/external/OpenCL-CTS/test_conformance/conversions/ |
D | test_conversions.cpp | 701 static const char *no_yes[] = { "NO", "YES" }; in InitCL() local 715 …vlog( "\tSubnormal values supported for floats? %s\n", no_yes[0 != (CL_FP_DENORM & floatCapabiliti… in InitCL() 716 vlog( "\tTesting with FTZ mode ON for floats? %s\n", no_yes[0 != gForceFTZ] ); in InitCL() 717 vlog( "\tTesting with default RTZ mode for floats? %s\n", no_yes[0 != gIsRTZ] ); in InitCL() 718 vlog( "\tHas Double? %s\n", no_yes[0 != gHasDouble] ); in InitCL() 720 vlog( "\tTest Double? %s\n", no_yes[0 != gTestDouble] ); in InitCL() 721 vlog( "\tHas Long? %s\n", no_yes[0 != gHasLong] ); in InitCL()
|
/external/OpenCL-CTS/test_conformance/contractions/ |
D | contractions.cpp | 893 static const char *no_yes[] = { "NO", "YES" }; in InitCL() local 905 vlog( "\tSubnormal values supported? %s\n", no_yes[0 != (CL_FP_DENORM & floatCapabilities)] ); in InitCL() 906 vlog( "\tTesting with FTZ mode ON? %s\n", no_yes[0 != gForceFTZ] ); in InitCL() 907 vlog( "\tTesting Doubles? %s\n", no_yes[0 != gHasDouble] ); in InitCL()
|