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

/barrelfish-master/lib/compiler-rt/test/
H A Dfloatuntitf_test.c34 int test__floatuntitf(tu_int a, fp_t expected) { function
53 if (test__floatuntitf(0, 0.0))
56 if (test__floatuntitf(1, 1.0))
58 if (test__floatuntitf(2, 2.0))
60 if (test__floatuntitf(20, 20.0))
63 if (test__floatuntitf(0x7FFFFF8000000000ULL, 0x1.FFFFFEp+62))
65 if (test__floatuntitf(0x7FFFFFFFFFFFF800ULL, 0x1.FFFFFFFFFFFFEp+62))
67 if (test__floatuntitf(0x7FFFFF0000000000ULL, 0x1.FFFFFCp+62))
69 if (test__floatuntitf(0x7FFFFFFFFFFFF000ULL, 0x1.FFFFFFFFFFFFCp+62))
71 if (test__floatuntitf(
[all...]

Completed in 78 milliseconds