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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfixunssfdi_test.c29 int test__fixunssfdi(float a, du_int expected) function
44 if (test__fixunssfdi(0.0F, 0))
47 if (test__fixunssfdi(0.5F, 0))
49 if (test__fixunssfdi(0.99F, 0))
51 if (test__fixunssfdi(1.0F, 1))
53 if (test__fixunssfdi(1.5F, 1))
55 if (test__fixunssfdi(1.99F, 1))
57 if (test__fixunssfdi(2.0F, 2))
59 if (test__fixunssfdi(2.01F, 2))
61 if (test__fixunssfdi(
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfixunssfdi_test.c29 int test__fixunssfdi(float a, du_int expected) function
44 if (test__fixunssfdi(0.0F, 0))
47 if (test__fixunssfdi(0.5F, 0))
49 if (test__fixunssfdi(0.99F, 0))
51 if (test__fixunssfdi(1.0F, 1))
53 if (test__fixunssfdi(1.5F, 1))
55 if (test__fixunssfdi(1.99F, 1))
57 if (test__fixunssfdi(2.0F, 2))
59 if (test__fixunssfdi(2.01F, 2))
61 if (test__fixunssfdi(
[all...]

Completed in 138 milliseconds