Searched refs:maxError2 (Results 1 – 4 of 4) sorted by relevance
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | unary_two_results_i_float.cpp | 138 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()
|
D | unary_two_results_i_double.cpp | 140 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()
|
D | binary_two_results_i_double.cpp | 174 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()
|
D | binary_two_results_i_float.cpp | 174 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()
|