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

/barrelfish-master/lib/compiler-rt/test/
H A Dfloatuntidf_test.c30 int test__floatuntidf(tu_int a, double expected) function
52 if (test__floatuntidf(0, 0.0))
55 if (test__floatuntidf(1, 1.0))
57 if (test__floatuntidf(2, 2.0))
59 if (test__floatuntidf(20, 20.0))
62 if (test__floatuntidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
64 if (test__floatuntidf(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62))
66 if (test__floatuntidf(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62))
68 if (test__floatuntidf(0x7FFFFFFFFFFFF000LL, 0x1.FFFFFFFFFFFFCp+62))
71 if (test__floatuntidf(make_t
[all...]

Completed in 85 milliseconds