Searched refs:test_float_dsub (Results 1 – 3 of 3) sorted by relevance
14 double test_float_dsub(double a, double b);
29 double test_float_dsub(double a, double b) in test_float_dsub() function
670 EXPECT(my_dcmpeq(test_float_dsub(VAL1, VAL2), VAL1 - VAL2, DPREC)); in test_float()