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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfloatundidf_test.c27 int test__floatundidf(di_int a, double expected) function
42 if (test__floatundidf(0, 0.0))
45 if (test__floatundidf(1, 1.0))
47 if (test__floatundidf(2, 2.0))
49 if (test__floatundidf(20, 20.0))
52 if (test__floatundidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
54 if (test__floatundidf(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62))
56 if (test__floatundidf(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62))
58 if (test__floatundidf(0x7FFFFFFFFFFFF000LL, 0x1.FFFFFFFFFFFFCp+62))
61 if (test__floatundidf(
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfloatundidf_test.c27 int test__floatundidf(di_int a, double expected) function
42 if (test__floatundidf(0, 0.0))
45 if (test__floatundidf(1, 1.0))
47 if (test__floatundidf(2, 2.0))
49 if (test__floatundidf(20, 20.0))
52 if (test__floatundidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
54 if (test__floatundidf(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62))
56 if (test__floatundidf(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62))
58 if (test__floatundidf(0x7FFFFFFFFFFFF000LL, 0x1.FFFFFFFFFFFFCp+62))
61 if (test__floatundidf(
[all...]

Completed in 69 milliseconds