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

/barrelfish-master/lib/compiler-rt/test/
H A Dfixunsdfti_test.c32 int test__fixunsdfti(double a, tu_int expected) function
56 if (test__fixunsdfti(0.0, 0))
59 if (test__fixunsdfti(0.5, 0))
61 if (test__fixunsdfti(0.99, 0))
63 if (test__fixunsdfti(1.0, 1))
65 if (test__fixunsdfti(1.5, 1))
67 if (test__fixunsdfti(1.99, 1))
69 if (test__fixunsdfti(2.0, 2))
71 if (test__fixunsdfti(2.01, 2))
73 if (test__fixunsdfti(
[all...]

Completed in 25 milliseconds