Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dunary_two_results_double.cpp133 float maxError1 = 0.0f; in TestFunc_Double2_Double() local
389 if (fabsf(err2) > maxError1) in TestFunc_Double2_Double()
391 maxError1 = fabsf(err2); in TestFunc_Double2_Double()
431 vlog("\t{%8.2f, %8.2f} @ {%a, %a}", maxError0, maxError1, maxErrorVal0, in TestFunc_Double2_Double()
Dunary_two_results_float.cpp131 float maxError1 = 0.0f; in TestFunc_Float2_Float() local
520 if (fabsf(err2) > maxError1) in TestFunc_Float2_Float()
522 maxError1 = fabsf(err2); in TestFunc_Float2_Float()
563 vlog("\t{%8.2f, %8.2f} @ {%a, %a}", maxError0, maxError1, maxErrorVal0, in TestFunc_Float2_Float()