Home
last modified time | relevance | path

Searched refs:no_yes (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dmain.cpp778 static const char *no_yes[] = { "NO", "YES" }; in InitCL() local
794 no_yes[0 != (CL_FP_DENORM & gFloatCapabilities)]); in InitCL()
796 no_yes[0 in InitCL()
803 no_yes[0 in InitCL()
806 no_yes[0 != gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities)]); in InitCL()
807 vlog("\tTesting single precision? %s\n", no_yes[0 != gTestFloat]); in InitCL()
808 vlog("\tTesting fast relaxed math? %s\n", no_yes[0 != gTestFastRelaxed]); in InitCL()
812 no_yes[0 != gFastRelaxedDerived]); in InitCL()
814 vlog("\tTesting double precision? %s\n", no_yes[0 != gHasDouble]); in InitCL()
829 vlog("\tIs Embedded? %s\n", no_yes[0 != gIsEmbedded]); in InitCL()
[all …]
/external/OpenCL-CTS/test_conformance/conversions/
Dtest_conversions.cpp700 static const char *no_yes[] = { "NO", "YES" }; in InitCL() local
714 …vlog( "\tSubnormal values supported for floats? %s\n", no_yes[0 != (CL_FP_DENORM & floatCapabiliti… in InitCL()
715 vlog( "\tTesting with FTZ mode ON for floats? %s\n", no_yes[0 != gForceFTZ] ); in InitCL()
716 vlog( "\tTesting with default RTZ mode for floats? %s\n", no_yes[0 != gIsRTZ] ); in InitCL()
717 vlog( "\tHas Double? %s\n", no_yes[0 != gHasDouble] ); in InitCL()
719 vlog( "\tTest Double? %s\n", no_yes[0 != gTestDouble] ); in InitCL()
720 vlog( "\tHas Long? %s\n", no_yes[0 != gHasLong] ); in InitCL()
/external/OpenCL-CTS/test_conformance/contractions/
Dcontractions.cpp894 static const char *no_yes[] = { "NO", "YES" }; in InitCL() local
906 vlog( "\tSubnormal values supported? %s\n", no_yes[0 != (CL_FP_DENORM & floatCapabilities)] ); in InitCL()
907 vlog( "\tTesting with FTZ mode ON? %s\n", no_yes[0 != gForceFTZ] ); in InitCL()
908 vlog( "\tTesting Doubles? %s\n", no_yes[0 != gHasDouble] ); in InitCL()