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

/barrelfish-master/lib/compiler-rt/test/
H A Dfloattidf_test.c30 int test__floattidf(ti_int a, double expected) function
52 if (test__floattidf(0, 0.0))
55 if (test__floattidf(1, 1.0))
57 if (test__floattidf(2, 2.0))
59 if (test__floattidf(20, 20.0))
61 if (test__floattidf(-1, -1.0))
63 if (test__floattidf(-2, -2.0))
65 if (test__floattidf(-20, -20.0))
68 if (test__floattidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
70 if (test__floattidf(
[all...]

Completed in 79 milliseconds