Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dunary_two_results_float.cpp419 double correctp, correctn; in TestFunc_Float2_Float() local
427 correctn = f->rfunc.f_fpf(-0.0, &correct2n); in TestFunc_Float2_Float()
432 correctn = f->func.f_fpf(-0.0, &correct2n); in TestFunc_Float2_Float()
446 || IsFloatInfinity(correctn) in TestFunc_Float2_Float()
447 || IsFloatNaN(correctn) in TestFunc_Float2_Float()
459 errn = Abs_Error(test, correctn); in TestFunc_Float2_Float()
466 errn = Ulp_Error(test, correctn); in TestFunc_Float2_Float()
483 || (*isFloatResultSubnormalPtr)(correctn, in TestFunc_Float2_Float()
Dunary_two_results_double.cpp328 long double correctn = in TestFunc_Double2_Double() local
335 Bruteforce_Ulp_Error_Double(test, correctn); in TestFunc_Double2_Double()
352 || IsDoubleResultSubnormal(correctn, in TestFunc_Double2_Double()