Searched refs:correctn (Results 1 – 2 of 2) sorted by relevance
419 double correctp, correctn; in TestFunc_Float2_Float() local427 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()
328 long double correctn = in TestFunc_Double2_Double() local335 Bruteforce_Ulp_Error_Double(test, correctn); in TestFunc_Double2_Double()352 || IsDoubleResultSubnormal(correctn, in TestFunc_Double2_Double()