123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- #include <algorithm>
- #define FC_FUNC(name,NAME) name ## _
- #define FC_FUNC_(name,NAME) name ## _
- #define FC_MAIN main
- #define HAVE_CLOCK_GETTIME 1
- #define HAVE_DLFCN_H 1
- #define HAVE_FORTRAN 1
- #define HAVE_FPU_CONTROL_H 1
- #define HAVE_GETTIMEOFDAY 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_LIBM 1
- #define HAVE_MEMORY_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_STRING_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_UNISTD_H 1
- #define LT_OBJDIR ".libs/"
- #define MAJOR_VERSION 2
- #define MINOR_VERSION 3
- #define PACKAGE "qd"
- #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu"
- #define PACKAGE_NAME "qd"
- #define PACKAGE_STRING "qd 2.3.20"
- #define PACKAGE_TARNAME "qd"
- #define PACKAGE_URL ""
- #define PACKAGE_VERSION "2.3.20"
- #define PATCH_VERSION 12
- #define QD_API
- #define QD_COPYSIGN(x, y) std::copysign(x, y)
- #define QD_HAVE_STD 1
- #define QD_INLINE 1
- #define QD_ISFINITE(x) std::isfinite(x)
- #define QD_ISINF(x) std::isinf(x)
- #define QD_ISNAN(x) std::isnan(x)
- #define QD_SLOPPY_DIV 1
- #define QD_SLOPPY_MUL 1
- #define STDC_HEADERS 1
- #define TIME_WITH_SYS_TIME 1
- #define VERSION "2.3.20"
- #define X86 1
|