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

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dtruncsfhf2_test.c20 int test__truncsfhf2(float a, uint16_t expected) function
26 printf("error in test__truncsfhf2(%f) = %#.4x, "
37 if (test__truncsfhf2(makeQNaN32(),
41 if (test__truncsfhf2(makeNaN32(UINT32_C(0x8000)),
45 if (test__truncsfhf2(makeInf32(),
48 if (test__truncsfhf2(-makeInf32(),
52 if (test__truncsfhf2(0.0f, UINT16_C(0x0)))
54 if (test__truncsfhf2(-0.0f, UINT16_C(0x8000)))
57 if (test__truncsfhf2(3.1415926535f,
60 if (test__truncsfhf2(
[all...]

Completed in 115 milliseconds