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

/freebsd-12-stable/lib/msun/tests/
H A Drem_test.c45 static void testd(double, double, double, int);
50 testd(x, y, e_r, e_q); \
70 testd(0x1p-1074, 1, 0x1p-1074, 0);
74 testd(275 * 1193040, 275, 0, 1193040);
90 testd(-0x1.98260f22fc6dep-302, 0x1.fb3167c430a13p-332,
94 testd(-0x1.abcdefp120, 0x1.87654321p-120,
100 testd(-0x1.0000000000003p+0, 0x1.0000000000003p+0, -0.0, -1);
102 testd(-0x1.0000000000001p-749, 0x1.4p-1072, 0x1p-1074, -1288490189);
166 testd(double x, double y, double expected_rem, int expected_quo) function

Completed in 49 milliseconds