Searched defs:ftz (Results 1 – 18 of 18) sorted by relevance
34 GpuCodegenTest::CreateNewVerifiedModuleWithFTZ(bool ftz) { in CreateNewVerifiedModuleWithFTZ()
30 explicit GpuFtzTest(bool ftz) : ftz_(ftz) {} in GpuFtzTest()
185 int ftz = f->ftz || 0 == (gFloatCapabilities & CL_FP_DENORM) || gForceFTZ; in TestFunc_Int_Float() local405 int ftz = f->ftz || gForceFTZ; in TestFunc_Int_Double() local
197 int ftz; // non-zero if running in flush to zero mode member394 int ftz = job->ftz; in TestFloat() local798 int ftz = job->ftz; in TestDouble() local
188 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_Float_UInt() local465 int ftz = f->ftz || gForceFTZ; in TestFunc_Double_ULong() local
205 int ftz; // non-zero if running in flush to zero mode member462 int ftz = job->ftz; in TestFloat() local788 int ftz = job->ftz; in TestDouble() local
226 int ftz; // non-zero if running in flush to zero mode member445 int ftz = job->ftz; in TestFloat() local960 int ftz = job->ftz; in TestDouble() local
235 int ftz; // non-zero if running in flush to zero mode member477 int ftz = job->ftz; in TestFloat() local989 int ftz = job->ftz; in TestDouble() local
197 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_Float2_Float() local668 int ftz = f->ftz || gForceFTZ; in TestFunc_Double2_Double() local
202 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_FloatI_Float() local504 int ftz = f->ftz || gForceFTZ; in TestFunc_DoubleI_Double() local
86 int ftz; member
212 int ftz; // non-zero if running in flush to zero mode member478 int ftz = job->ftz; in TestFloat() local1164 int ftz = job->ftz; in TestDouble() local
238 int ftz; // non-zero if running in flush to zero mode member484 int ftz = job->ftz; in TestFloat() local1218 int ftz = job->ftz; in TestDouble() local
219 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_Float_Float_Float_Float() local862 int ftz = f->ftz || gForceFTZ; in TestFunc_Double_Double_Double_Double() local
279 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_FloatI_Float_Float() local707 int ftz = f->ftz || gForceFTZ; in TestFunc_DoubleI_Double_Double() local
1336 TimeZone ftz = TimeZone.getTimeZone(funkyName); in TestOddTimeZoneNames() local
1339 TimeZone ftz = TimeZone.getTimeZone(funkyName); in TestOddTimeZoneNames() local
933 unsigned ftz : 1; // flush denormal to zero variable