Home
last modified time | relevance | path

Searched refs:maxError2 (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dunary_two_results_i_float.cpp138 int64_t maxError2 = 0; in TestFunc_FloatI_Float() local
359 if (llabs(iErr) > maxError2) in TestFunc_FloatI_Float()
361 maxError2 = llabs(iErr); in TestFunc_FloatI_Float()
401 vlog("\t{%8.2f, %lld} @ {%a, %a}", maxError, maxError2, maxErrorVal, in TestFunc_FloatI_Float()
Dunary_two_results_i_double.cpp140 int64_t maxError2 = 0; in TestFunc_DoubleI_Double() local
361 if (llabs(iErr) > maxError2) in TestFunc_DoubleI_Double()
363 maxError2 = llabs(iErr); in TestFunc_DoubleI_Double()
403 vlog("\t{%8.2f, %lld} @ {%a, %a}", maxError, maxError2, maxErrorVal, in TestFunc_DoubleI_Double()
Dbinary_two_results_i_double.cpp174 int64_t maxError2 = 0; in TestFunc_DoubleI_Double_Double() local
518 if (llabs(iErr) > maxError2) in TestFunc_DoubleI_Double_Double()
520 maxError2 = llabs(iErr); in TestFunc_DoubleI_Double_Double()
565 vlog("\t{%8.2f, %lld} @ {%a, %a}", maxError, maxError2, maxErrorVal, in TestFunc_DoubleI_Double_Double()
Dbinary_two_results_i_float.cpp174 int64_t maxError2 = 0; in TestFunc_FloatI_Float_Float() local
504 if (llabs(iErr) > maxError2) in TestFunc_FloatI_Float_Float()
506 maxError2 = llabs(iErr); in TestFunc_FloatI_Float_Float()
550 vlog("\t{%8.2f, %lld} @ {%a, %a}", maxError, maxError2, maxErrorVal, in TestFunc_FloatI_Float_Float()