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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfloatdidf_test.c27 int test__floatdidf(di_int a, double expected) function
41 if (test__floatdidf(0, 0.0))
44 if (test__floatdidf(1, 1.0))
46 if (test__floatdidf(2, 2.0))
48 if (test__floatdidf(20, 20.0))
50 if (test__floatdidf(-1, -1.0))
52 if (test__floatdidf(-2, -2.0))
54 if (test__floatdidf(-20, -20.0))
57 if (test__floatdidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
59 if (test__floatdidf(
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfloatdidf_test.c27 int test__floatdidf(di_int a, double expected) function
41 if (test__floatdidf(0, 0.0))
44 if (test__floatdidf(1, 1.0))
46 if (test__floatdidf(2, 2.0))
48 if (test__floatdidf(20, 20.0))
50 if (test__floatdidf(-1, -1.0))
52 if (test__floatdidf(-2, -2.0))
54 if (test__floatdidf(-20, -20.0))
57 if (test__floatdidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
59 if (test__floatdidf(
[all...]

Completed in 76 milliseconds