~ubuntu-branches/ubuntu/wily/musl/wily

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Kevin Bortis
  • Date: 2014-03-22 09:39:56 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140322093956-1oc4xt9b2n3domo7
Tags: 1.0.0-1
* Import upstream version 1.0.0
* Provide musl-ldd (Closes: #732169)
* Arch independent ld-musl-config (Closes: #739205)

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.94065645841246544177e-324L
 
5
#define LDBL_MIN 2.22507385850720138309e-308L
 
6
#define LDBL_MAX 1.79769313486231570815e+308L
 
7
#define LDBL_EPSILON 2.22044604925031308085e-16L
 
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