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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfloattidf_test.c29 int test__floattidf(ti_int a, double expected) function
51 if (test__floattidf(0, 0.0))
54 if (test__floattidf(1, 1.0))
56 if (test__floattidf(2, 2.0))
58 if (test__floattidf(20, 20.0))
60 if (test__floattidf(-1, -1.0))
62 if (test__floattidf(-2, -2.0))
64 if (test__floattidf(-20, -20.0))
67 if (test__floattidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
69 if (test__floattidf(
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfloattidf_test.c29 int test__floattidf(ti_int a, double expected) function
51 if (test__floattidf(0, 0.0))
54 if (test__floattidf(1, 1.0))
56 if (test__floattidf(2, 2.0))
58 if (test__floattidf(20, 20.0))
60 if (test__floattidf(-1, -1.0))
62 if (test__floattidf(-2, -2.0))
64 if (test__floattidf(-20, -20.0))
67 if (test__floattidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
69 if (test__floattidf(
[all...]

Completed in 118 milliseconds