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

/barrelfish-master/lib/compiler-rt/test/
H A Dfloatdidf_test.c27 int test__floatdidf(di_int a, double expected) function
41 if (test__floatdidf(0, 0.0))
44 if (test__floatdidf(1, 1.0))
46 if (test__floatdidf(2, 2.0))
48 if (test__floatdidf(20, 20.0))
50 if (test__floatdidf(-1, -1.0))
52 if (test__floatdidf(-2, -2.0))
54 if (test__floatdidf(-20, -20.0))
57 if (test__floatdidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
59 if (test__floatdidf(
[all...]

Completed in 29 milliseconds