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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfixxfti_test.c30 int test__fixxfti(long double a, ti_int expected) function
54 if (test__fixxfti(0.0, 0))
57 if (test__fixxfti(0.5, 0))
59 if (test__fixxfti(0.99, 0))
61 if (test__fixxfti(1.0, 1))
63 if (test__fixxfti(1.5, 1))
65 if (test__fixxfti(1.99, 1))
67 if (test__fixxfti(2.0, 2))
69 if (test__fixxfti(2.01, 2))
71 if (test__fixxfti(
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfixxfti_test.c30 int test__fixxfti(long double a, ti_int expected) function
54 if (test__fixxfti(0.0, 0))
57 if (test__fixxfti(0.5, 0))
59 if (test__fixxfti(0.99, 0))
61 if (test__fixxfti(1.0, 1))
63 if (test__fixxfti(1.5, 1))
65 if (test__fixxfti(1.99, 1))
67 if (test__fixxfti(2.0, 2))
69 if (test__fixxfti(2.01, 2))
71 if (test__fixxfti(
[all...]

Completed in 99 milliseconds