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

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

Completed in 32 milliseconds