summaryrefslogtreecommitdiff
path: root/src/float
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-08-16 16:14:04 -0400
committerJakob Kaivo <jkk@ung.org>2020-08-16 16:14:04 -0400
commit661f59838235815b5073a0ef95f410003639519e (patch)
tree28eb14bc8053bb32abd7c103c4078ab4f81b6129 /src/float
parente223e635cc53fa11e473cdbc864eb69a3da5f290 (diff)
rename non-compiled files to *.h
Diffstat (limited to 'src/float')
-rw-r--r--src/float/DBL_DECIMAL_DIG.h (renamed from src/float/DBL_DECIMAL_DIG.c)0
-rw-r--r--src/float/DBL_DIG.h (renamed from src/float/DBL_DIG.c)0
-rw-r--r--src/float/DBL_EPSILON.h (renamed from src/float/DBL_EPSILON.c)0
-rw-r--r--src/float/DBL_HAS_SUBNORM.h (renamed from src/float/DBL_HAS_SUBNORM.c)0
-rw-r--r--src/float/DBL_MANT_DIG.h (renamed from src/float/DBL_MANT_DIG.c)0
-rw-r--r--src/float/DBL_MAX.h (renamed from src/float/DBL_MAX.c)0
-rw-r--r--src/float/DBL_MAX_10_EXP.h (renamed from src/float/DBL_MAX_10_EXP.c)0
-rw-r--r--src/float/DBL_MAX_EXP.h (renamed from src/float/DBL_MAX_EXP.c)0
-rw-r--r--src/float/DBL_MIN.h (renamed from src/float/DBL_MIN.c)0
-rw-r--r--src/float/DBL_MIN_10_EXP.h (renamed from src/float/DBL_MIN_10_EXP.c)0
-rw-r--r--src/float/DBL_MIN_EXP.h (renamed from src/float/DBL_MIN_EXP.c)0
-rw-r--r--src/float/DECIMAL_DIG.h (renamed from src/float/DECIMAL_DIG.c)0
-rw-r--r--src/float/FLT_DECIMAL_DIG.h (renamed from src/float/FLT_DECIMAL_DIG.c)0
-rw-r--r--src/float/FLT_DIG.h (renamed from src/float/FLT_DIG.c)0
-rw-r--r--src/float/FLT_EPSILON.h (renamed from src/float/FLT_EPSILON.c)0
-rw-r--r--src/float/FLT_EVAL_METHOD.h (renamed from src/float/FLT_EVAL_METHOD.c)0
-rw-r--r--src/float/FLT_HAS_SUBNORM.h (renamed from src/float/FLT_HAS_SUBNORM.c)0
-rw-r--r--src/float/FLT_MANT_DIG.h (renamed from src/float/FLT_MANT_DIG.c)0
-rw-r--r--src/float/FLT_MAX.h (renamed from src/float/FLT_MAX.c)0
-rw-r--r--src/float/FLT_MAX_10_EXP.h (renamed from src/float/FLT_MAX_10_EXP.c)0
-rw-r--r--src/float/FLT_MAX_EXP.h (renamed from src/float/FLT_MAX_EXP.c)0
-rw-r--r--src/float/FLT_MIN.h (renamed from src/float/FLT_MIN.c)0
-rw-r--r--src/float/FLT_MIN_10_EXP.h (renamed from src/float/FLT_MIN_10_EXP.c)0
-rw-r--r--src/float/FLT_MIN_EXP.h (renamed from src/float/FLT_MIN_EXP.c)0
-rw-r--r--src/float/FLT_RADIX.h (renamed from src/float/FLT_RADIX.c)0
-rw-r--r--src/float/FLT_ROUNDS.h (renamed from src/float/FLT_ROUNDS.c)0
-rw-r--r--src/float/LDBL_DECIMAL_DIG.h (renamed from src/float/LDBL_DECIMAL_DIG.c)0
-rw-r--r--src/float/LDBL_DIG.h (renamed from src/float/LDBL_DIG.c)0
-rw-r--r--src/float/LDBL_EPSILON.h (renamed from src/float/LDBL_EPSILON.c)0
-rw-r--r--src/float/LDBL_HAS_SUBNORM.h (renamed from src/float/LDBL_HAS_SUBNORM.c)0
-rw-r--r--src/float/LDBL_MANT_DIG.h (renamed from src/float/LDBL_MANT_DIG.c)0
-rw-r--r--src/float/LDBL_MAX.h (renamed from src/float/LDBL_MAX.c)0
-rw-r--r--src/float/LDBL_MAX_10_EXP.h (renamed from src/float/LDBL_MAX_10_EXP.c)0
-rw-r--r--src/float/LDBL_MAX_EXP.h (renamed from src/float/LDBL_MAX_EXP.c)0
-rw-r--r--src/float/LDBL_MIN.h (renamed from src/float/LDBL_MIN.c)0
-rw-r--r--src/float/LDBL_MIN_10_EXP.h (renamed from src/float/LDBL_MIN_10_EXP.c)0
-rw-r--r--src/float/LDBL_MIN_EXP.h (renamed from src/float/LDBL_MIN_EXP.c)0
37 files changed, 0 insertions, 0 deletions
diff --git a/src/float/DBL_DECIMAL_DIG.c b/src/float/DBL_DECIMAL_DIG.h
index 16c68495..16c68495 100644
--- a/src/float/DBL_DECIMAL_DIG.c
+++ b/src/float/DBL_DECIMAL_DIG.h
diff --git a/src/float/DBL_DIG.c b/src/float/DBL_DIG.h
index 9f656012..9f656012 100644
--- a/src/float/DBL_DIG.c
+++ b/src/float/DBL_DIG.h
diff --git a/src/float/DBL_EPSILON.c b/src/float/DBL_EPSILON.h
index 5e4bd6b8..5e4bd6b8 100644
--- a/src/float/DBL_EPSILON.c
+++ b/src/float/DBL_EPSILON.h
diff --git a/src/float/DBL_HAS_SUBNORM.c b/src/float/DBL_HAS_SUBNORM.h
index be060884..be060884 100644
--- a/src/float/DBL_HAS_SUBNORM.c
+++ b/src/float/DBL_HAS_SUBNORM.h
diff --git a/src/float/DBL_MANT_DIG.c b/src/float/DBL_MANT_DIG.h
index b89e6ac1..b89e6ac1 100644
--- a/src/float/DBL_MANT_DIG.c
+++ b/src/float/DBL_MANT_DIG.h
diff --git a/src/float/DBL_MAX.c b/src/float/DBL_MAX.h
index 91d1e704..91d1e704 100644
--- a/src/float/DBL_MAX.c
+++ b/src/float/DBL_MAX.h
diff --git a/src/float/DBL_MAX_10_EXP.c b/src/float/DBL_MAX_10_EXP.h
index 8238d34b..8238d34b 100644
--- a/src/float/DBL_MAX_10_EXP.c
+++ b/src/float/DBL_MAX_10_EXP.h
diff --git a/src/float/DBL_MAX_EXP.c b/src/float/DBL_MAX_EXP.h
index 38fdb2a8..38fdb2a8 100644
--- a/src/float/DBL_MAX_EXP.c
+++ b/src/float/DBL_MAX_EXP.h
diff --git a/src/float/DBL_MIN.c b/src/float/DBL_MIN.h
index 7f3c9ce1..7f3c9ce1 100644
--- a/src/float/DBL_MIN.c
+++ b/src/float/DBL_MIN.h
diff --git a/src/float/DBL_MIN_10_EXP.c b/src/float/DBL_MIN_10_EXP.h
index f329b0a1..f329b0a1 100644
--- a/src/float/DBL_MIN_10_EXP.c
+++ b/src/float/DBL_MIN_10_EXP.h
diff --git a/src/float/DBL_MIN_EXP.c b/src/float/DBL_MIN_EXP.h
index cc5dd645..cc5dd645 100644
--- a/src/float/DBL_MIN_EXP.c
+++ b/src/float/DBL_MIN_EXP.h
diff --git a/src/float/DECIMAL_DIG.c b/src/float/DECIMAL_DIG.h
index 6003cb49..6003cb49 100644
--- a/src/float/DECIMAL_DIG.c
+++ b/src/float/DECIMAL_DIG.h
diff --git a/src/float/FLT_DECIMAL_DIG.c b/src/float/FLT_DECIMAL_DIG.h
index 2bf60c7c..2bf60c7c 100644
--- a/src/float/FLT_DECIMAL_DIG.c
+++ b/src/float/FLT_DECIMAL_DIG.h
diff --git a/src/float/FLT_DIG.c b/src/float/FLT_DIG.h
index 43a17c3f..43a17c3f 100644
--- a/src/float/FLT_DIG.c
+++ b/src/float/FLT_DIG.h
diff --git a/src/float/FLT_EPSILON.c b/src/float/FLT_EPSILON.h
index 31640457..31640457 100644
--- a/src/float/FLT_EPSILON.c
+++ b/src/float/FLT_EPSILON.h
diff --git a/src/float/FLT_EVAL_METHOD.c b/src/float/FLT_EVAL_METHOD.h
index 46fa8194..46fa8194 100644
--- a/src/float/FLT_EVAL_METHOD.c
+++ b/src/float/FLT_EVAL_METHOD.h
diff --git a/src/float/FLT_HAS_SUBNORM.c b/src/float/FLT_HAS_SUBNORM.h
index e68672e1..e68672e1 100644
--- a/src/float/FLT_HAS_SUBNORM.c
+++ b/src/float/FLT_HAS_SUBNORM.h
diff --git a/src/float/FLT_MANT_DIG.c b/src/float/FLT_MANT_DIG.h
index 608ff5f9..608ff5f9 100644
--- a/src/float/FLT_MANT_DIG.c
+++ b/src/float/FLT_MANT_DIG.h
diff --git a/src/float/FLT_MAX.c b/src/float/FLT_MAX.h
index ecd59b0d..ecd59b0d 100644
--- a/src/float/FLT_MAX.c
+++ b/src/float/FLT_MAX.h
diff --git a/src/float/FLT_MAX_10_EXP.c b/src/float/FLT_MAX_10_EXP.h
index 2b64a7e7..2b64a7e7 100644
--- a/src/float/FLT_MAX_10_EXP.c
+++ b/src/float/FLT_MAX_10_EXP.h
diff --git a/src/float/FLT_MAX_EXP.c b/src/float/FLT_MAX_EXP.h
index d912e1ec..d912e1ec 100644
--- a/src/float/FLT_MAX_EXP.c
+++ b/src/float/FLT_MAX_EXP.h
diff --git a/src/float/FLT_MIN.c b/src/float/FLT_MIN.h
index aac248c5..aac248c5 100644
--- a/src/float/FLT_MIN.c
+++ b/src/float/FLT_MIN.h
diff --git a/src/float/FLT_MIN_10_EXP.c b/src/float/FLT_MIN_10_EXP.h
index 57f9eb95..57f9eb95 100644
--- a/src/float/FLT_MIN_10_EXP.c
+++ b/src/float/FLT_MIN_10_EXP.h
diff --git a/src/float/FLT_MIN_EXP.c b/src/float/FLT_MIN_EXP.h
index 682c8d4f..682c8d4f 100644
--- a/src/float/FLT_MIN_EXP.c
+++ b/src/float/FLT_MIN_EXP.h
diff --git a/src/float/FLT_RADIX.c b/src/float/FLT_RADIX.h
index 47978707..47978707 100644
--- a/src/float/FLT_RADIX.c
+++ b/src/float/FLT_RADIX.h
diff --git a/src/float/FLT_ROUNDS.c b/src/float/FLT_ROUNDS.h
index 8fefb48e..8fefb48e 100644
--- a/src/float/FLT_ROUNDS.c
+++ b/src/float/FLT_ROUNDS.h
diff --git a/src/float/LDBL_DECIMAL_DIG.c b/src/float/LDBL_DECIMAL_DIG.h
index cc58e752..cc58e752 100644
--- a/src/float/LDBL_DECIMAL_DIG.c
+++ b/src/float/LDBL_DECIMAL_DIG.h
diff --git a/src/float/LDBL_DIG.c b/src/float/LDBL_DIG.h
index f986ecc2..f986ecc2 100644
--- a/src/float/LDBL_DIG.c
+++ b/src/float/LDBL_DIG.h
diff --git a/src/float/LDBL_EPSILON.c b/src/float/LDBL_EPSILON.h
index ebc089a4..ebc089a4 100644
--- a/src/float/LDBL_EPSILON.c
+++ b/src/float/LDBL_EPSILON.h
diff --git a/src/float/LDBL_HAS_SUBNORM.c b/src/float/LDBL_HAS_SUBNORM.h
index c9384981..c9384981 100644
--- a/src/float/LDBL_HAS_SUBNORM.c
+++ b/src/float/LDBL_HAS_SUBNORM.h
diff --git a/src/float/LDBL_MANT_DIG.c b/src/float/LDBL_MANT_DIG.h
index 19c85a9e..19c85a9e 100644
--- a/src/float/LDBL_MANT_DIG.c
+++ b/src/float/LDBL_MANT_DIG.h
diff --git a/src/float/LDBL_MAX.c b/src/float/LDBL_MAX.h
index 4ca1301a..4ca1301a 100644
--- a/src/float/LDBL_MAX.c
+++ b/src/float/LDBL_MAX.h
diff --git a/src/float/LDBL_MAX_10_EXP.c b/src/float/LDBL_MAX_10_EXP.h
index 6ff02738..6ff02738 100644
--- a/src/float/LDBL_MAX_10_EXP.c
+++ b/src/float/LDBL_MAX_10_EXP.h
diff --git a/src/float/LDBL_MAX_EXP.c b/src/float/LDBL_MAX_EXP.h
index e52d91e5..e52d91e5 100644
--- a/src/float/LDBL_MAX_EXP.c
+++ b/src/float/LDBL_MAX_EXP.h
diff --git a/src/float/LDBL_MIN.c b/src/float/LDBL_MIN.h
index 0416fe71..0416fe71 100644
--- a/src/float/LDBL_MIN.c
+++ b/src/float/LDBL_MIN.h
diff --git a/src/float/LDBL_MIN_10_EXP.c b/src/float/LDBL_MIN_10_EXP.h
index 6876716d..6876716d 100644
--- a/src/float/LDBL_MIN_10_EXP.c
+++ b/src/float/LDBL_MIN_10_EXP.h
diff --git a/src/float/LDBL_MIN_EXP.c b/src/float/LDBL_MIN_EXP.h
index ea65763e..ea65763e 100644
--- a/src/float/LDBL_MIN_EXP.c
+++ b/src/float/LDBL_MIN_EXP.h