math: add fma(x,y,z) test cases for z=0 and x*y rounds to -0
[libc-test.git] / src / math / special / asinhl.h
blobab0c4082504f22c115d851e5682340c3a948aa83
1 T(RN, nan, nan, 0x0p+0, 0)
2 T(RN, inf, inf, 0x0p+0, 0)
3 T(RN, -inf, -inf, 0x0p+0, 0)
4 T(RN, 0x0p+0L, 0x0p+0L, 0x0p+0, 0)
5 T(RN, -0x0p+0L, -0x0p+0L, 0x0p+0, 0)
6 T(RN, 0x1.23456789abcdefp-35L, 0x1.23456789abcdefp-35L, 0x1.f6bfb2p-10, INEXACT)