Home
last modified time | relevance | path

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

/src/lib/msun/tests/
H A Drem_test.c43 static void testd(double, double, double, int);
48 testd(x, y, e_r, e_q); \
65 testd(0x1p-1074, 1, 0x1p-1074, 0); in ATF_TC_BODY()
69 testd(275 * 1193040, 275, 0, 1193040); in ATF_TC_BODY()
87 testd(-0x1.98260f22fc6dep-302, 0x1.fb3167c430a13p-332, in ATF_TC_BODY()
91 testd(-0x1.abcdefp120, 0x1.87654321p-120, -0x1.69c78ec4p-121, in ATF_TC_BODY()
99 testd(-0x1.0000000000003p+0, 0x1.0000000000003p+0, -0.0, -1); in ATF_TC_BODY()
101 testd(-0x1.0000000000001p-749, 0x1.4p-1072, 0x1p-1074, -1288490189); in ATF_TC_BODY()
161 testd(double x, double y, double expected_rem, int expected_quo) in testd() function