math: add special case test vectors
[libc-test] / src / math / special / sinf.h
diff --git a/src/math/special/sinf.h b/src/math/special/sinf.h
new file mode 100644 (file)
index 0000000..c8414f6
--- /dev/null
@@ -0,0 +1,5 @@
+T(RN,          0x0p+0,          0x0p+0,          0x0p+0, 0)
+T(RN,         -0x0p+0,         -0x0p+0,          0x0p+0, 0)
+T(RN,             inf,             nan,          0x0p+0, INVALID)
+T(RN,            -inf,             nan,          0x0p+0, INVALID)
+T(RN,             nan,             nan,          0x0p+0, 0)