Home
last modified time | relevance | path

Searched refs:gForceFTZ (Results 1 – 25 of 28) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/contractions/
Dcontractions.cpp73 int gForceFTZ = 0; variable
199 if (gForceFTZ) { in ppc_mul()
421 gForceFTZ ^= 1; in ParseArgs()
473 gForceFTZ ^= 1; in InitCL()
482 if (gIsEmbedded && gForceFTZ) in InitCL()
673 if( gForceFTZ ) in InitCL()
710 if( gForceFTZ ) in InitCL()
788 if (gForceFTZ) in InitCL()
907 vlog( "\tTesting with FTZ mode ON? %s\n", no_yes[0 != gForceFTZ] ); in InitCL()
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dmain.cpp65 int gForceFTZ = 0; variable
424 case 'z': gForceFTZ ^= 1; break; in ParseArgs()
806 no_yes[0 != gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities)]); in InitCL()
1034 if (gForceFTZ) in MakeKernel()
1063 if (gForceFTZ) in MakeKernels()
Dutility.h59 extern int gForceFTZ;
Dunary_u_float.cpp125 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_Float_UInt()
Di_unary_float.cpp123 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_Int_Float()
Di_unary_double.cpp125 int ftz = f->ftz || gForceFTZ; in TestFunc_Int_Double()
Dunary_u_double.cpp133 int ftz = f->ftz || gForceFTZ; in TestFunc_Double_ULong()
Dunary_two_results_i_float.cpp139 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_FloatI_Float()
Dunary_two_results_i_double.cpp141 int ftz = f->ftz || gForceFTZ; in TestFunc_DoubleI_Double()
Dunary_two_results_double.cpp134 int ftz = f->ftz || gForceFTZ; in TestFunc_Double2_Double()
Dunary_two_results_float.cpp132 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_Float2_Float()
Dmacro_unary_double.cpp176 test_info.ftz = f->ftz || gForceFTZ; in TestMacro_Int_Double()
Dunary_double.cpp186 test_info.ftz = f->ftz || gForceFTZ; in TestFunc_Double_Double()
Dmacro_unary_float.cpp176 f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestMacro_Int_Float()
Dbinary_two_results_i_double.cpp175 int ftz = f->ftz || gForceFTZ; in TestFunc_DoubleI_Double_Double()
Dbinary_two_results_i_float.cpp173 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_FloatI_Float_Float()
Dbinary_i_float.cpp310 f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_Float_Float_Int()
Dunary_float.cpp187 f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_Float_Float()
Dbinary_i_double.cpp317 test_info.ftz = f->ftz || gForceFTZ; in TestFunc_Double_Double_Int()
Dmacro_binary_float.cpp289 f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestMacro_Int_Float_Float()
Dmacro_binary_double.cpp298 test_info.ftz = f->ftz || gForceFTZ; in TestMacro_Int_Double_Double()
Dbinary_operator_double.cpp313 test_info.ftz = f->ftz || gForceFTZ; in TestFunc_Double_Double_Double_Operator()
Dternary_double.cpp215 int ftz = f->ftz || gForceFTZ; in TestFunc_Double_Double_Double_Double()
Dternary_float.cpp225 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_Float_Float_Float_Float()
/external/OpenCL-CTS/test_conformance/conversions/
Dtest_conversions.cpp98 int gForceFTZ = 0; variable
406 gForceFTZ ^= 1; in ParseArgs()
606 gForceFTZ ^= 1; in InitCL()
715 vlog( "\tTesting with FTZ mode ON for floats? %s\n", no_yes[0 != gForceFTZ] ); in InitCL()
932 if (gForceFTZ) { in PrepareReference()
1667 if( gForceFTZ ) in MakeProgram()

12