math: new testcases (acos, asin, atan, expl, lgamma, tgamma)
[libc-test] / src / math / ldexpf.c
index 37a7c03..cc0e23f 100644 (file)
@@ -4,13 +4,14 @@
 
 static struct fi_f t[] = {
 #include "sanity/ldexpf.h"
+#include "special/ldexpf.h"
 
 };
 
 int main(void)
 {
        #pragma STDC FENV_ACCESS ON
-       double y;
+       float y;
        float d;
        int e, i, err = 0;
        struct fi_f *p;