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

/barrelfish-master/lib/compiler-rt/test/
H A Dfixdfdi_test.c27 int test__fixdfdi(double a, di_int expected) function
41 if (test__fixdfdi(0.0, 0))
44 if (test__fixdfdi(0.5, 0))
46 if (test__fixdfdi(0.99, 0))
48 if (test__fixdfdi(1.0, 1))
50 if (test__fixdfdi(1.5, 1))
52 if (test__fixdfdi(1.99, 1))
54 if (test__fixdfdi(2.0, 2))
56 if (test__fixdfdi(2.01, 2))
58 if (test__fixdfdi(
[all...]

Completed in 26 milliseconds