~ubuntu-branches/ubuntu/trusty/musl/trusty-proposed

« back to all changes in this revision

Viewing changes to arch/microblaze/bits/float.h

  • Committer: Package Import Robot
  • Author(s): Kevin Bortis
  • Date: 2013-09-20 20:54:14 UTC
  • Revision ID: package-import@ubuntu.com-20130920205414-5b61trtmma18w58o
Tags: upstream-0.9.13
ImportĀ upstreamĀ versionĀ 0.9.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define FLT_ROUNDS 1
 
2
#define FLT_EVAL_METHOD 0
 
3
 
 
4
#define LDBL_TRUE_MIN 4.9406564584124654e-324
 
5
#define LDBL_MIN 2.2250738585072014e-308
 
6
#define LDBL_MAX 1.7976931348623157e+308
 
7
#define LDBL_EPSILON 2.2204460492503131e-16
 
8
 
 
9
#define LDBL_MANT_DIG 53
 
10
#define LDBL_MIN_EXP (-1021)
 
11
#define LDBL_MAX_EXP 1024
 
12
 
 
13
#define LDBL_DIG 15
 
14
#define LDBL_MIN_10_EXP (-307)
 
15
#define LDBL_MAX_10_EXP 308
 
16
 
 
17
#define DECIMAL_DIG 17