Searched refs:test__divdf3 (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | divdf3_test.c | 12 int test__divdf3(double a, double b, uint64_t expected) in test__divdf3() function 30 if (test__divdf3(makeQNaN64(), 3., UINT64_C(0x7ff8000000000000))) in main() 33 if (test__divdf3(makeNaN64(UINT64_C(0x123)), 3., UINT64_C(0x7ff8000000000000))) in main() 36 if (test__divdf3(3., makeQNaN64(), UINT64_C(0x7ff8000000000000))) in main() 39 if (test__divdf3(3., makeNaN64(UINT64_C(0x123)), UINT64_C(0x7ff8000000000000))) in main() 43 if (test__divdf3(makeInf64(), 3., UINT64_C(0x7ff0000000000000))) in main() 46 if (test__divdf3(makeInf64(), -3., UINT64_C(0xfff0000000000000))) in main() 49 if (test__divdf3(makeNegativeInf64(), 3., UINT64_C(0xfff0000000000000))) in main() 52 if (test__divdf3(makeNegativeInf64(), -3., UINT64_C(0x7ff0000000000000))) in main() 56 if (test__divdf3(makeInf64(), makeInf64(), UINT64_C(0x7ff8000000000000))) in main() [all …]
|