Searched refs:correct2n (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | unary_two_results_float.cpp | 420 double correct2p, correct2n; 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() 450 || IsFloatInfinity(correct2n) in TestFunc_Float2_Float() 451 || IsFloatNaN(correct2n)) in TestFunc_Float2_Float() 460 err2n = Abs_Error(test, correct2n); in TestFunc_Float2_Float() 467 err2n = Ulp_Error(test, correct2n); in TestFunc_Float2_Float() 488 || (*isFloatResultSubnormalPtr)(correct2n, in TestFunc_Float2_Float() 506 correct2n, float_ulps)) in TestFunc_Float2_Float()
|
D | unary_two_results_double.cpp | 325 long double correct2p, correct2n; in TestFunc_Double2_Double() local 329 f->dfunc.f_fpf(-0.0, &correct2n); in TestFunc_Double2_Double() 337 Bruteforce_Ulp_Error_Double(test, correct2n); in TestFunc_Double2_Double() 357 || IsDoubleResultSubnormal(correct2n, in TestFunc_Double2_Double() 374 || IsDoubleResultSubnormal(correct2n, in TestFunc_Double2_Double()
|