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.cpp132 float maxError0 = 0.0f; in TestFunc_Double2_Double() local
384 if (fabsf(err) > maxError0) in TestFunc_Double2_Double()
386 maxError0 = fabsf(err); in TestFunc_Double2_Double()
431 vlog("\t{%8.2f, %8.2f} @ {%a, %a}", maxError0, maxError1, maxErrorVal0, in TestFunc_Double2_Double()
Dunary_two_results_float.cpp130 float maxError0 = 0.0f; in TestFunc_Float2_Float() local
515 if (fabsf(err) > maxError0) in TestFunc_Float2_Float()
517 maxError0 = fabsf(err); in TestFunc_Float2_Float()
563 vlog("\t{%8.2f, %8.2f} @ {%a, %a}", maxError0, maxError1, maxErrorVal0, in TestFunc_Float2_Float()