Searched refs:test__truncsfhf2 (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/test/builtins/Unit/ |
D | truncsfhf2_test.c | 20 int test__truncsfhf2(float a, uint16_t expected) in test__truncsfhf2() function 37 if (test__truncsfhf2(makeQNaN32(), in main() 41 if (test__truncsfhf2(makeNaN32(UINT32_C(0x8000)), in main() 45 if (test__truncsfhf2(makeInf32(), in main() 48 if (test__truncsfhf2(-makeInf32(), in main() 52 if (test__truncsfhf2(0.0f, UINT16_C(0x0))) in main() 54 if (test__truncsfhf2(-0.0f, UINT16_C(0x8000))) in main() 57 if (test__truncsfhf2(3.1415926535f, in main() 60 if (test__truncsfhf2(-3.1415926535f, in main() 63 if (test__truncsfhf2(0x1.987124876876324p+100f, in main() [all …]
|