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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfloatundixf_test.c29 int test__floatundixf(du_int a, long double expected) function
46 if (test__floatundixf(0, 0.0))
49 if (test__floatundixf(1, 1.0))
51 if (test__floatundixf(2, 2.0))
53 if (test__floatundixf(20, 20.0))
56 if (test__floatundixf(0x7FFFFF8000000000ULL, 0x1.FFFFFEp+62))
58 if (test__floatundixf(0x7FFFFFFFFFFFF800ULL, 0x1.FFFFFFFFFFFFEp+62))
60 if (test__floatundixf(0x7FFFFF0000000000ULL, 0x1.FFFFFCp+62))
62 if (test__floatundixf(0x7FFFFFFFFFFFF000ULL, 0x1.FFFFFFFFFFFFCp+62))
64 if (test__floatundixf(
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfloatundixf_test.c29 int test__floatundixf(du_int a, long double expected) function
46 if (test__floatundixf(0, 0.0))
49 if (test__floatundixf(1, 1.0))
51 if (test__floatundixf(2, 2.0))
53 if (test__floatundixf(20, 20.0))
56 if (test__floatundixf(0x7FFFFF8000000000ULL, 0x1.FFFFFEp+62))
58 if (test__floatundixf(0x7FFFFFFFFFFFF800ULL, 0x1.FFFFFFFFFFFFEp+62))
60 if (test__floatundixf(0x7FFFFF0000000000ULL, 0x1.FFFFFCp+62))
62 if (test__floatundixf(0x7FFFFFFFFFFFF000ULL, 0x1.FFFFFFFFFFFFCp+62))
64 if (test__floatundixf(
[all...]

Completed in 113 milliseconds