[BACK]Return to config.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / hgm / gsl-t-1 / src

Annotation of OpenXM/src/hgm/gsl-t-1/src/config.h, Revision 1.3

1.2       tkoyama     1: #define HAVE_EXTENDED_PRECISION_REGISTERS 0
1.1       takayama    2: #if HAVE_EXTENDED_PRECISION_REGISTERS
                      3: #define GSL_COERCE_DBL(x) (gsl_coerce_double(x))
                      4: #else
                      5: #define GSL_COERCE_DBL(x) (x)
                      6: #endif
                      7:
                      8: #define RETURN_IF_NULL(x) if (!x) { return ; }
                      9:
                     10: /* gsl_machine.h */
                     11: #define GSL_DBL_MIN        2.2250738585072014e-308
                     12: #define DBL_MIN  GSL_DBL_MIN   /* OK? cf. ieee-utils/test.c */
1.3     ! takayama   13:
        !            14: #include "t-gsl_sys.h"     /* double gsl_coerce_double(double) is declared here */
        !            15:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>