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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfixsfdi_test.c27 int test__fixsfdi(float a, di_int expected) function
41 if (test__fixsfdi(0.0F, 0))
44 if (test__fixsfdi(0.5F, 0))
46 if (test__fixsfdi(0.99F, 0))
48 if (test__fixsfdi(1.0F, 1))
50 if (test__fixsfdi(1.5F, 1))
52 if (test__fixsfdi(1.99F, 1))
54 if (test__fixsfdi(2.0F, 2))
56 if (test__fixsfdi(2.01F, 2))
58 if (test__fixsfdi(
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfixsfdi_test.c27 int test__fixsfdi(float a, di_int expected) function
41 if (test__fixsfdi(0.0F, 0))
44 if (test__fixsfdi(0.5F, 0))
46 if (test__fixsfdi(0.99F, 0))
48 if (test__fixsfdi(1.0F, 1))
50 if (test__fixsfdi(1.5F, 1))
52 if (test__fixsfdi(1.99F, 1))
54 if (test__fixsfdi(2.0F, 2))
56 if (test__fixsfdi(2.01F, 2))
58 if (test__fixsfdi(
[all...]

Completed in 69 milliseconds