math: add fma(x,y,z) test cases for z=0 and x*y rounds to -0
[libc-test.git] / src / math / special / copysign.h
blob7f4dfc91ce95d8d6ccdee555db172bfae1313847
1 T(RN, 0x0p+0, 0x0p+0, 0x0p+0, 0x0p+0, 0)
2 T(RN, 0x0p+0, -0x0p+0, -0x0p+0, 0x0p+0, 0)
3 T(RN, -0x0p+0, 0x0p+0, 0x0p+0, 0x0p+0, 0)
4 T(RN, -0x0p+0, -0x0p+0, -0x0p+0, 0x0p+0, 0)
5 T(RN, nan, nan, nan, 0x0p+0, 0)
6 T(RN, nan, -0x1p+0, nan, 0x0p+0, 0)
7 T(RN, -0x1p+0, nan, 0x1p+0, 0x0p+0, 0)
8 T(RN, inf, inf, inf, 0x0p+0, 0)
9 T(RN, inf, -0x1p+0, -inf, 0x0p+0, 0)
10 T(RN, -0x1p+0, inf, 0x1p+0, 0x0p+0, 0)
11 T(RN, -inf, -inf, -inf, 0x0p+0, 0)
12 T(RN, -inf, 0x1p+0, inf, 0x0p+0, 0)
13 T(RN, 0x1p+0, -inf, -0x1p+0, 0x0p+0, 0)