Searched refs:test__truncdfhf2 (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | truncdfhf2_test.c | 10 int test__truncdfhf2(double a, uint16_t expected) in test__truncdfhf2() function 27 if (test__truncdfhf2(makeQNaN64(), in main() 31 if (test__truncdfhf2(makeNaN64(UINT64_C(0x8000)), in main() 35 if (test__truncdfhf2(makeInf64(), in main() 38 if (test__truncdfhf2(-makeInf64(), in main() 42 if (test__truncdfhf2(0.0, UINT16_C(0x0))) in main() 44 if (test__truncdfhf2(-0.0, UINT16_C(0x8000))) in main() 47 if (test__truncdfhf2(3.1415926535, in main() 50 if (test__truncdfhf2(-3.1415926535, in main() 53 if (test__truncdfhf2(0x1.987124876876324p+1000, in main() [all …]
|
/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 …]
|