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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfloatuntidf_test.c29 int test__floatuntidf(tu_int a, double expected) function
51 if (test__floatuntidf(0, 0.0))
54 if (test__floatuntidf(1, 1.0))
56 if (test__floatuntidf(2, 2.0))
58 if (test__floatuntidf(20, 20.0))
61 if (test__floatuntidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
63 if (test__floatuntidf(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62))
65 if (test__floatuntidf(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62))
67 if (test__floatuntidf(0x7FFFFFFFFFFFF000LL, 0x1.FFFFFFFFFFFFCp+62))
70 if (test__floatuntidf(make_t
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfloatuntidf_test.c29 int test__floatuntidf(tu_int a, double expected) function
51 if (test__floatuntidf(0, 0.0))
54 if (test__floatuntidf(1, 1.0))
56 if (test__floatuntidf(2, 2.0))
58 if (test__floatuntidf(20, 20.0))
61 if (test__floatuntidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
63 if (test__floatuntidf(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62))
65 if (test__floatuntidf(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62))
67 if (test__floatuntidf(0x7FFFFFFFFFFFF000LL, 0x1.FFFFFFFFFFFFCp+62))
70 if (test__floatuntidf(make_t
[all...]

Completed in 141 milliseconds