Home
last modified time | relevance | path

Searched defs:ftz (Results 1 – 25 of 30) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgpu_codegen_test.cc34 GpuCodegenTest::CreateNewVerifiedModuleWithFTZ(bool ftz) { in CreateNewVerifiedModuleWithFTZ()
Dgpu_ftz_test.cc30 explicit GpuFtzTest(bool ftz) : ftz_(ftz) {} in GpuFtzTest()
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dmacro_unary_double.cpp144 int ftz; // non-zero if running in flush to zero mode member
307 int ftz = job->ftz; in Test() local
Dmacro_unary_float.cpp143 int ftz; // non-zero if running in flush to zero mode member
307 int ftz = job->ftz; in Test() local
Dunary_double.cpp147 int ftz; // non-zero if running in flush to zero mode member
332 int ftz = job->ftz; in Test() local
Dmacro_binary_double.cpp152 int ftz; // non-zero if running in flush to zero mode member
442 int ftz = job->ftz; in Test() local
Dunary_float.cpp145 int ftz; // non-zero if running in flush to zero mode member
366 int ftz = job->ftz; in Test() local
Dbinary_i_double.cpp159 int ftz; // non-zero if running in flush to zero mode member
478 int ftz = job->ftz; in Test() local
Dmacro_binary_float.cpp150 int ftz; // non-zero if running in flush to zero mode member
433 int ftz = job->ftz; in Test() local
Dbinary_i_float.cpp157 int ftz; // non-zero if running in flush to zero mode member
470 int ftz = job->ftz; in Test() local
Di_unary_float.cpp123 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_Int_Float() local
Di_unary_double.cpp125 int ftz = f->ftz || gForceFTZ; in TestFunc_Int_Double() local
Dbinary_operator_float.cpp157 int ftz; // non-zero if running in flush to zero mode member
462 int ftz = job->ftz; in Test() local
Dbinary_double.cpp160 int ftz; // non-zero if running in flush to zero mode member
477 int ftz = job->ftz; in Test() local
Dbinary_operator_double.cpp159 int ftz; // non-zero if running in flush to zero mode member
471 int ftz = job->ftz; in Test() local
Dunary_u_double.cpp133 int ftz = f->ftz || gForceFTZ; in TestFunc_Double_ULong() local
Dfunction_list.h88 int ftz; member
Dunary_u_float.cpp125 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_Float_UInt() local
Dbinary_float.cpp158 int ftz; // non-zero if running in flush to zero mode member
467 int ftz = job->ftz; in Test() local
Dunary_two_results_double.cpp134 int ftz = f->ftz || gForceFTZ; in TestFunc_Double2_Double() local
Dunary_two_results_i_double.cpp141 int ftz = f->ftz || gForceFTZ; in TestFunc_DoubleI_Double() local
Dunary_two_results_i_float.cpp139 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_FloatI_Float() local
Dunary_two_results_float.cpp132 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_Float2_Float() local
Dternary_float.cpp225 int ftz = f->ftz || gForceFTZ || 0 == (CL_FP_DENORM & gFloatCapabilities); in TestFunc_Float_Float_Float_Float() local
Dternary_double.cpp215 int ftz = f->ftz || gForceFTZ; in TestFunc_Double_Double_Double_Double() local

12