12345678910111213141516171819202122232425262728293031323334 |
- #define FUNC(function) function##l
- #define FLOAT long double
- #define TEST_MSG "testing long double (without inline functions)\n"
- #define MATHCONST(x) x##L
- #define CHOOSE(Clongdouble,Cdouble,Cfloat,Cinlinelongdouble,Cinlinedouble,Cinlinefloat) Clongdouble
- #define PRINTF_EXPR "Le"
- #define PRINTF_XEXPR "La"
- #define PRINTF_NEXPR "Lf"
- #define TEST_LDOUBLE 1
- #ifndef __NO_MATH_INLINES
- # define __NO_MATH_INLINES
- #endif
- #include "libm-test.c"
|