1 2/* : : generated by proto : : */ 3/* : : generated from contrib/ast/src/lib/libast/features/float by iffe version 2012-07-17 : : */ 4 5#ifndef _def_float_ast 6#if !defined(__PROTO__) 7# if defined(__STDC__) || defined(__cplusplus) || defined(_proto) || defined(c_plusplus) 8# if defined(__cplusplus) 9# define __LINKAGE__ "C" 10# else 11# define __LINKAGE__ 12# endif 13# define __STDARG__ 14# define __PROTO__(x) x 15# define __OTORP__(x) 16# define __PARAM__(n,o) n 17# if !defined(__STDC__) && !defined(__cplusplus) 18# if !defined(c_plusplus) 19# define const 20# endif 21# define signed 22# define void int 23# define volatile 24# define __V_ char 25# else 26# define __V_ void 27# endif 28# else 29# define __PROTO__(x) () 30# define __OTORP__(x) x 31# define __PARAM__(n,o) o 32# define __LINKAGE__ 33# define __V_ char 34# define const 35# define signed 36# define void int 37# define volatile 38# endif 39# define __MANGLE__ __LINKAGE__ 40# if defined(__cplusplus) || defined(c_plusplus) 41# define __VARARG__ ... 42# else 43# define __VARARG__ 44# endif 45# if defined(__STDARG__) 46# define __VA_START__(p,a) va_start(p,a) 47# else 48# define __VA_START__(p,a) va_start(p) 49# endif 50# if !defined(__INLINE__) 51# if defined(__cplusplus) 52# define __INLINE__ extern __MANGLE__ inline 53# else 54# if defined(_WIN32) && !defined(__GNUC__) 55# define __INLINE__ __inline 56# endif 57# endif 58# endif 59#endif 60#if !defined(__LINKAGE__) 61#define __LINKAGE__ /* 2004-08-11 transition */ 62#endif 63 64#define _def_float_ast 1 65#define _sys_types 1 /* #include <sys/types.h> ok */ 66#define _hdr_float 1 /* #include <float.h> ok */ 67#define _hdr_limits 1 /* #include <limits.h> ok */ 68#define _hdr_math 1 /* #include <math.h> ok */ 69#define _hdr_values 1 /* #include <values.h> ok */ 70#define _LIB_m 1 /* -lm is a library */ 71#define _lib_frexp 1 /* frexp() in default lib(s) */ 72#define _lib_frexpl 1 /* frexpl() in default lib(s) */ 73#define _lib_ldexp 1 /* ldexp() in default lib(s) */ 74#define _lib_ldexpl 1 /* ldexpl() in default lib(s) */ 75#define _lib_finite 1 /* finite() in default lib(s) */ 76#define _lib_isnanl 1 /* isnanl() in default lib(s) */ 77#define _lib_copysign 1 /* copysign() in default lib(s) */ 78#define _lib_copysignl 1 /* copysignl() in default lib(s) */ 79#define _npt_finite 1 /* finite() needs a prototype */ 80#define _npt_finitel 1 /* finitel() needs a prototype */ 81#define _npt_isinfl 1 /* isinfl() needs a prototype */ 82#define _lib_fpclassify 1 /* fpclassify present and works */ 83#define _lib_isinf 1 /* isinf present and works */ 84#define _lib_isnan 1 /* isnan present and works */ 85#define _lib_signbit 1 /* signbit present and works */ 86#include <ast_common.h> 87#include <float.h> 88#include <math.h> 89#ifndef FLT_DIG 90#define FLT_DIG 6 91#endif 92#ifndef FLT_MAX 93#define FLT_MAX 3.4028234663852885981170E+38F 94#endif 95#ifndef FLT_MAX_10_EXP 96#define FLT_MAX_10_EXP (+38) 97#endif 98#ifndef FLT_MAX_EXP 99#define FLT_MAX_EXP (+128) 100#endif 101#ifndef FLT_MIN 102#define FLT_MIN 1.1754943508222875079688E-38F 103#endif 104#ifndef FLT_MIN_10_EXP 105#define FLT_MIN_10_EXP (-37) 106#endif 107#ifndef FLT_MIN_EXP 108#define FLT_MIN_EXP (-125) 109#endif 110#ifndef DBL_DIG 111#define DBL_DIG 15 112#endif 113#ifndef DBL_MAX 114#define DBL_MAX 1.7976931348623157081452E+308 115#endif 116#ifndef DBL_MAX_10_EXP 117#define DBL_MAX_10_EXP (+308) 118#endif 119#ifndef DBL_MAX_EXP 120#define DBL_MAX_EXP (+1024) 121#endif 122#ifndef DBL_MIN 123#define DBL_MIN 2.2250738585072013830903E-308 124#endif 125#ifndef DBL_MIN_10_EXP 126#define DBL_MIN_10_EXP (-307) 127#endif 128#ifndef DBL_MIN_EXP 129#define DBL_MIN_EXP (-1021) 130#endif 131#ifndef LDBL_DIG 132#define LDBL_DIG 33 133#endif 134#ifndef LDBL_MAX 135#define LDBL_MAX 1.189731495357231765085759326628007016E+4932L 136#endif 137#ifndef LDBL_MAX_10_EXP 138#define LDBL_MAX_10_EXP (+4932) 139#endif 140#ifndef LDBL_MAX_EXP 141#define LDBL_MAX_EXP (+16384) 142#endif 143#ifndef LDBL_MIN 144#define LDBL_MIN 3.362103143112093506262677817321752603E-4932L 145#endif 146#ifndef LDBL_MIN_10_EXP 147#define LDBL_MIN_10_EXP (-4931) 148#endif 149#ifndef LDBL_MIN_EXP 150#define LDBL_MIN_EXP (-16381) 151#endif 152 153 154#define USHRT_DIG 4 155#define UINT_DIG 9 156#define ULONG_DIG 9 157#define ULLONG_DIG 19 158#define UINTMAX_DIG ULLONG_DIG 159 160#define FLT_ULONG_MAX 4294967295.0F 161#define FLT_ULLONG_MAX 18446744073709551615.0F 162#define FLT_UINTMAX_MAX FLT_ULLONG_MAX 163#define FLT_LONG_MAX 2147483647.0F 164#define FLT_LLONG_MAX 9223372036854775807.0F 165#define FLT_INTMAX_MAX FLT_LLONG_MAX 166#define FLT_LONG_MIN (-2147483648.0F) 167#define FLT_LLONG_MIN (-9223372036854775808.0F) 168#define FLT_INTMAX_MIN FLT_LLONG_MIN 169 170#define DBL_ULONG_MAX 4294967295.0 171#define DBL_ULLONG_MAX 18446744073709551615.0 172#define DBL_UINTMAX_MAX DBL_ULLONG_MAX 173#define DBL_LONG_MAX 2147483647.0 174#define DBL_LLONG_MAX 9223372036854775807.0 175#define DBL_INTMAX_MAX DBL_LLONG_MAX 176#define DBL_LONG_MIN (-2147483648.0) 177#define DBL_LLONG_MIN (-9223372036854775808.0) 178#define DBL_INTMAX_MIN DBL_LLONG_MIN 179 180#define LDBL_ULONG_MAX 4294967295.0L 181#define LDBL_ULLONG_MAX 18446744073709551615.0L 182#define LDBL_UINTMAX_MAX LDBL_ULLONG_MAX 183#define LDBL_LONG_MAX 2147483647.0L 184#define LDBL_LLONG_MAX 9223372036854775807.0L 185#define LDBL_INTMAX_MAX LDBL_LLONG_MAX 186#define LDBL_LONG_MIN (-2147483648.0L) 187#define LDBL_LLONG_MIN (-9223372036854775808.0L) 188#define LDBL_INTMAX_MIN LDBL_LLONG_MIN 189 190#define FLTMAX_UINTMAX_MAX LDBL_UINTMAX_MAX 191#define FLTMAX_INTMAX_MAX LDBL_INTMAX_MAX 192#define FLTMAX_INTMAX_MIN LDBL_INTMAX_MIN 193 194typedef union _ast_dbl_exp_u 195{ 196 uint32_t e[sizeof(double)/4]; 197 double f; 198} _ast_dbl_exp_t; 199 200#define _ast_dbl_exp_index 0 201#define _ast_dbl_exp_shift 20 202 203typedef union _fltmax_exp_u 204{ 205 uint32_t e[sizeof(_ast_fltmax_t)/4]; 206 _ast_fltmax_t f; 207} _ast_fltmax_exp_t; 208 209#define _ast_fltmax_exp_index 0 210#define _ast_fltmax_exp_shift 16 211 212#define _ast_flt_unsigned_max_t unsigned long long 213#define _ast_flt_nan_init 0x7f,0xff,0xff,0xff 214#define _ast_flt_inf_init 0x7f,0x80,0x00,0x00 215#define _ast_dbl_nan_init 0x7f,0xff,0xff,0xff,0xff,0xff,0xff,0xff 216#define _ast_dbl_inf_init 0x7f,0xf0,0x00,0x00,0x00,0x00,0x00,0x00 217#define _ast_ldbl_nan_init 0x7f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff 218#define _ast_ldbl_inf_init 0x7f,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 219#endif 220