math: add some float f(float,int) and some float f(float,int*) tests
[libc-test] / src / math / gen / functions.h
index 104608e..b8e3180 100644 (file)
@@ -132,20 +132,15 @@ T(y1,          d_d)
 T(scalb,       dd_d)
 T(scalbf,      ff_f)
 T(j0f,         f_f)
-T(j0l,         l_l)
 T(j1f,         f_f)
-T(j1l,         l_l)
 T(y0f,         f_f)
-T(y0l,         l_l)
 T(y1f,         f_f)
-T(y1l,         l_l)
 T(exp10,       d_d)
 T(exp10f,      f_f)
 T(exp10l,      l_l)
 T(pow10,       d_d)
 T(pow10f,      f_f)
 T(pow10l,      l_l)
-
 T(frexp,       d_di)
 T(frexpf,      f_fi)
 T(frexpl,      l_li)