Searched refs:test_float_dcmpeq (Results 1 – 3 of 3) sorted by relevance
15 int test_float_dcmpeq(double a, double b);
34 int test_float_dcmpeq(double a, double b) in test_float_dcmpeq() function
672 EXPECT(test_float_dcmpeq(VAL1, VAL1) == 1); in test_float()