Searched refs:test__truncdfhf2 (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/test/builtins/Unit/ |
D | truncdfhf2_test.c | 20 int test__truncdfhf2(double a, uint16_t expected) in test__truncdfhf2() function 37 if (test__truncdfhf2(makeQNaN64(), in main() 41 if (test__truncdfhf2(makeNaN64(UINT64_C(0x8000)), in main() 45 if (test__truncdfhf2(makeInf64(), in main() 48 if (test__truncdfhf2(-makeInf64(), in main() 52 if (test__truncdfhf2(0.0, UINT16_C(0x0))) in main() 54 if (test__truncdfhf2(-0.0, UINT16_C(0x8000))) in main() 57 if (test__truncdfhf2(3.1415926535, in main() 60 if (test__truncdfhf2(-3.1415926535, in main() 63 if (test__truncdfhf2(0x1.987124876876324p+1000, in main() [all …]
|