1 1.1 cherry /* $NetBSD: float.h,v 1.1 2006/04/07 14:21:18 cherry Exp $ */ 2 1.1 cherry 3 1.1 cherry #include <sys/float_ieee754.h> 4 1.1 cherry 5 1.1 cherry 6 1.1 cherry /* #ifndef _IA64_FLOAT_H_ */ 7 1.1 cherry /* #define _IA64_FLOAT_H_ */ 8 1.1 cherry 9 1.1 cherry /* #define LDBL_MANT_DIG 64 */ 10 1.1 cherry /* #define LDBL_EPSILON 1.0842021724855044340E-19L */ 11 1.1 cherry /* #define LDBL_DIG 18 */ 12 1.1 cherry /* #define LDBL_MIN_EXP (-16381) */ 13 1.1 cherry /* #define LDBL_MIN 3.3621031431120935063E-4932L */ 14 1.1 cherry /* #define LDBL_MIN_10_EXP (-4931) */ 15 1.1 cherry /* #define LDBL_MAX_EXP 16384 */ 16 1.1 cherry /* #define LDBL_MAX 1.1897314953572317650E+4932L */ 17 1.1 cherry /* #define LDBL_MAX_10_EXP 4932 */ 18 1.1 cherry 19 1.1 cherry /* #include <sys/float_ieee754.h> */ 20 1.1 cherry 21 1.1 cherry /* #if !defined(_ANSI_SOURCE) && !defined(_POSIX_C_SOURCE) && \ */ 22 1.1 cherry /* !defined(_XOPEN_SOURCE) || \ */ 23 1.1 cherry /* ((__STDC_VERSION__ - 0) >= 199901L) || \ */ 24 1.1 cherry /* ((_POSIX_C_SOURCE - 0) >= 200112L) || \ */ 25 1.1 cherry /* ((_XOPEN_SOURCE - 0) >= 600) || \ */ 26 1.1 cherry /* defined(_ISOC99_SOURCE) || defined(_NETBSD_SOURCE) */ 27 1.1 cherry /* #define DECIMAL_DIG 35 */ 28 1.1 cherry /* #endif /\* !defined(_ANSI_SOURCE) && ... *\/ */ 29 1.1 cherry 30 1.1 cherry /* #endif /\* _IA64_FLOAT_H_ *\/ */ 31