Home
last modified time | relevance | path

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

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