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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dtrunctfsf2_test.c23 int test__trunctfsf2(long double a, uint32_t expected) function
29 printf("error in test__trunctfsf2(%.20Lf) = %f, "
43 if (test__trunctfsf2(makeQNaN128(),
47 if (test__trunctfsf2(makeNaN128(UINT64_C(0x810000000000)),
51 if (test__trunctfsf2(makeInf128(),
55 if (test__trunctfsf2(0.0L, UINT32_C(0x0)))
58 if (test__trunctfsf2(0x1.23a2abb4a2ddee355f36789abcdep+5L,
61 if (test__trunctfsf2(0x1.e3d3c45bd3abfd98b76a54cc321fp-9L,
64 if (test__trunctfsf2(0x1.234eebb5faa678f4488693abcdefp+4534L,
67 if (test__trunctfsf2(
[all...]

Completed in 127 milliseconds