Subversion Repositories Kolibri OS

Rev

Rev 6412 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6412 Rev 6424
Line 25... Line 25...
25
#define DBL_MAX_EXP 1024
25
#define DBL_MAX_EXP 1024
26
#define DBL_MAX 1.7976931348623157e+308
26
#define DBL_MAX 1.7976931348623157e+308
27
#define DBL_MAX_10_EXP 308
27
#define DBL_MAX_10_EXP 308
Line 28... Line 28...
28
 
28
 
29
/* horrible intel long double */
29
/* horrible intel long double */
Line 30... Line 30...
30
#ifdef __i386__
30
#if defined __i386__ || defined __x86_64__
31
 
31
 
32
#define LDBL_MANT_DIG 64
32
#define LDBL_MANT_DIG 64
33
#define LDBL_DIG 18
33
#define LDBL_DIG 18