Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dunary_two_results_float.cpp370 err = Abs_Error(test, correct); in TestFunc_Float2_Float()
371 err2 = Abs_Error(test2, correct2); in TestFunc_Float2_Float()
457 errp = Abs_Error(test, correctp); in TestFunc_Float2_Float()
458 err2p = Abs_Error(test, correct2p); in TestFunc_Float2_Float()
459 errn = Abs_Error(test, correctn); in TestFunc_Float2_Float()
460 err2n = Abs_Error(test, correct2n); in TestFunc_Float2_Float()
Dunary_float.cpp515 float abs_error = Abs_Error(test, correct); in Test()
655 err2 = Abs_Error(test, correct2); in Test()
656 err3 = Abs_Error(test, correct3); in Test()
Dutility.h82 float Abs_Error(float test, double reference);
Dmain.cpp1281 float Abs_Error(float test, double reference) in Abs_Error() function