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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfixunsxfdi_test.c33 int test__fixunsxfdi(long double a, du_int expected) function
50 if (test__fixunsxfdi(0.0, 0))
53 if (test__fixunsxfdi(0.5, 0))
55 if (test__fixunsxfdi(0.99, 0))
57 if (test__fixunsxfdi(1.0, 1))
59 if (test__fixunsxfdi(1.5, 1))
61 if (test__fixunsxfdi(1.99, 1))
63 if (test__fixunsxfdi(2.0, 2))
65 if (test__fixunsxfdi(2.01, 2))
67 if (test__fixunsxfdi(
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfixunsxfdi_test.c33 int test__fixunsxfdi(long double a, du_int expected) function
50 if (test__fixunsxfdi(0.0, 0))
53 if (test__fixunsxfdi(0.5, 0))
55 if (test__fixunsxfdi(0.99, 0))
57 if (test__fixunsxfdi(1.0, 1))
59 if (test__fixunsxfdi(1.5, 1))
61 if (test__fixunsxfdi(1.99, 1))
63 if (test__fixunsxfdi(2.0, 2))
65 if (test__fixunsxfdi(2.01, 2))
67 if (test__fixunsxfdi(
[all...]

Completed in 130 milliseconds