math: add special case test vectors
[libc-test] / src / math / special / logbl.h
1 T(RN,                        0x0p+0L,                           -inf,          0x0p+0, DIVBYZERO)
2 T(RN,                       -0x0p+0L,                           -inf,          0x0p+0, DIVBYZERO)
3 T(RN,                     -0x1p-100L,                     -0x1.9p+6L,          0x0p+0, 0)
4 T(RN,                        0x1p+0L,                        0x0p+0L,          0x0p+0, 0)
5 T(RN,                       -0x1p+0L,                        0x0p+0L,          0x0p+0, 0)
6 T(RN,                            inf,                            inf,          0x0p+0, 0)
7 T(RN,                           -inf,                            inf,          0x0p+0, 0)
8 T(RN,                            nan,                            nan,          0x0p+0, 0)