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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfloatdisf_test.c27 int test__floatdisf(di_int a, float expected) function
42 if (test__floatdisf(0, 0.0F))
45 if (test__floatdisf(1, 1.0F))
47 if (test__floatdisf(2, 2.0F))
49 if (test__floatdisf(-1, -1.0F))
51 if (test__floatdisf(-2, -2.0F))
54 if (test__floatdisf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62F))
56 if (test__floatdisf(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62F))
59 if (test__floatdisf(0x8000008000000000LL, -0x1.FFFFFEp+62F))
61 if (test__floatdisf(
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfloatdisf_test.c27 int test__floatdisf(di_int a, float expected) function
42 if (test__floatdisf(0, 0.0F))
45 if (test__floatdisf(1, 1.0F))
47 if (test__floatdisf(2, 2.0F))
49 if (test__floatdisf(-1, -1.0F))
51 if (test__floatdisf(-2, -2.0F))
54 if (test__floatdisf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62F))
56 if (test__floatdisf(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62F))
59 if (test__floatdisf(0x8000008000000000LL, -0x1.FFFFFEp+62F))
61 if (test__floatdisf(
[all...]

Completed in 82 milliseconds