math: add modf and sincos
[libc-test] / src / math / gen / functions.h
index 0612aaf..8cff966 100644 (file)
@@ -176,3 +176,10 @@ T(llroundl,    l_i)
 T(lround,      d_i)
 T(lroundf,     f_i)
 T(lroundl,     l_i)
+T(modf,        d_dd)
+T(modff,       f_ff)
+T(modfl,       l_ll)
+T(sincos,      d_dd)
+T(sincosf,     f_ff)
+T(sincosl,     l_ll)
+