Searched refs:gForceFTZ (Results 1 – 25 of 28) sorted by relevance
12
73 int gForceFTZ = 0; variable199 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()
65 int gForceFTZ = 0; variable424 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()
59 extern int gForceFTZ;
125 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_Float_UInt()
123 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_Int_Float()
125 int ftz = f->ftz || gForceFTZ; in TestFunc_Int_Double()
133 int ftz = f->ftz || gForceFTZ; in TestFunc_Double_ULong()
139 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_FloatI_Float()
141 int ftz = f->ftz || gForceFTZ; in TestFunc_DoubleI_Double()
134 int ftz = f->ftz || gForceFTZ; in TestFunc_Double2_Double()
132 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_Float2_Float()
176 test_info.ftz = f->ftz || gForceFTZ; in TestMacro_Int_Double()
186 test_info.ftz = f->ftz || gForceFTZ; in TestFunc_Double_Double()
176 f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestMacro_Int_Float()
175 int ftz = f->ftz || gForceFTZ; in TestFunc_DoubleI_Double_Double()
173 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_FloatI_Float_Float()
310 f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_Float_Float_Int()
187 f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_Float_Float()
317 test_info.ftz = f->ftz || gForceFTZ; in TestFunc_Double_Double_Int()
289 f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestMacro_Int_Float_Float()
298 test_info.ftz = f->ftz || gForceFTZ; in TestMacro_Int_Double_Double()
313 test_info.ftz = f->ftz || gForceFTZ; in TestFunc_Double_Double_Double_Operator()
215 int ftz = f->ftz || gForceFTZ; in TestFunc_Double_Double_Double_Double()
225 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_Float_Float_Float_Float()
98 int gForceFTZ = 0; variable406 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()