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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dfloattixf_test.c30 int test__floattixf(ti_int a, long double expected) function
52 if (test__floattixf(0, 0.0))
55 if (test__floattixf(1, 1.0))
57 if (test__floattixf(2, 2.0))
59 if (test__floattixf(20, 20.0))
61 if (test__floattixf(-1, -1.0))
63 if (test__floattixf(-2, -2.0))
65 if (test__floattixf(-20, -20.0))
68 if (test__floattixf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
70 if (test__floattixf(
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dfloattixf_test.c30 int test__floattixf(ti_int a, long double expected) function
52 if (test__floattixf(0, 0.0))
55 if (test__floattixf(1, 1.0))
57 if (test__floattixf(2, 2.0))
59 if (test__floattixf(20, 20.0))
61 if (test__floattixf(-1, -1.0))
63 if (test__floattixf(-2, -2.0))
65 if (test__floattixf(-20, -20.0))
68 if (test__floattixf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
70 if (test__floattixf(
[all...]

Completed in 169 milliseconds