Home
last modified time | relevance | path

Searched refs:maxiError (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dunary_two_results_i_float.cpp144 cl_ulong maxiError; in TestFunc_FloatI_Float() local
154 maxiError = float_ulps == INFINITY ? CL_ULONG_MAX : 0; in TestFunc_FloatI_Float()
295 && abs_cl_long(iErr) <= maxiError); in TestFunc_FloatI_Float()
320 && abs_cl_long(iErr2) <= maxiError) in TestFunc_FloatI_Float()
328 && abs_cl_long(iErr3) <= maxiError) in TestFunc_FloatI_Float()
343 && (abs_cl_long(iErr2) <= maxiError in TestFunc_FloatI_Float()
345 <= maxiError)); in TestFunc_FloatI_Float()
Dunary_two_results_i_double.cpp144 cl_ulong maxiError = f->double_ulps == INFINITY ? CL_ULONG_MAX : 0; in TestFunc_DoubleI_Double() local
292 && abs_cl_long(iErr) <= maxiError); in TestFunc_DoubleI_Double()
321 && abs_cl_long(iErr2) <= maxiError) in TestFunc_DoubleI_Double()
329 && abs_cl_long(iErr3) <= maxiError) in TestFunc_DoubleI_Double()
345 && (abs_cl_long(iErr2) <= maxiError in TestFunc_DoubleI_Double()
347 <= maxiError)); in TestFunc_DoubleI_Double()