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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfixxfdi_test.c30 int test__fixxfdi(long double a, di_int expected) function
47 if (test__fixxfdi(0.0, 0))
50 if (test__fixxfdi(0.5, 0))
52 if (test__fixxfdi(0.99, 0))
54 if (test__fixxfdi(1.0, 1))
56 if (test__fixxfdi(1.5, 1))
58 if (test__fixxfdi(1.99, 1))
60 if (test__fixxfdi(2.0, 2))
62 if (test__fixxfdi(2.01, 2))
64 if (test__fixxfdi(
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfixxfdi_test.c30 int test__fixxfdi(long double a, di_int expected) function
47 if (test__fixxfdi(0.0, 0))
50 if (test__fixxfdi(0.5, 0))
52 if (test__fixxfdi(0.99, 0))
54 if (test__fixxfdi(1.0, 1))
56 if (test__fixxfdi(1.5, 1))
58 if (test__fixxfdi(1.99, 1))
60 if (test__fixxfdi(2.0, 2))
62 if (test__fixxfdi(2.01, 2))
64 if (test__fixxfdi(
[all...]

Completed in 81 milliseconds