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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dtruncdfhf2_test.c20 int test__truncdfhf2(double a, uint16_t expected) function
26 printf("error in test__truncdfhf2(%f) = %#.4x, "
37 if (test__truncdfhf2(makeQNaN64(),
41 if (test__truncdfhf2(makeNaN64(UINT64_C(0x8000)),
45 if (test__truncdfhf2(makeInf64(),
48 if (test__truncdfhf2(-makeInf64(),
52 if (test__truncdfhf2(0.0, UINT16_C(0x0)))
54 if (test__truncdfhf2(-0.0, UINT16_C(0x8000)))
57 if (test__truncdfhf2(3.1415926535,
60 if (test__truncdfhf2(
[all...]

Completed in 69 milliseconds