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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dtrunctfdf2_test.c23 int test__trunctfdf2(long double a, uint64_t expected) function
30 printf("error in test__trunctfdf2(%.20Lf) = %lf, "
44 if (test__trunctfdf2(makeQNaN128(),
48 if (test__trunctfdf2(makeNaN128(UINT64_C(0x810000000000)),
52 if (test__trunctfdf2(makeInf128(),
56 if (test__trunctfdf2(0.0L, UINT64_C(0x0)))
59 if (test__trunctfdf2(0x1.af23456789bbaaab347645365cdep+5L,
62 if (test__trunctfdf2(0x1.dedafcff354b6ae9758763545432p-9L,
65 if (test__trunctfdf2(0x1.2f34dd5f437e849b4baab754cdefp+4534L,
68 if (test__trunctfdf2(
[all...]

Completed in 101 milliseconds