summaryrefslogtreecommitdiff
path: root/src/math
diff options
context:
space:
mode:
Diffstat (limited to 'src/math')
-rw-r--r--src/math/FP_FAST_FMA.h (renamed from src/math/FP_FAST_FMA.c)0
-rw-r--r--src/math/FP_FAST_FMAF.h (renamed from src/math/FP_FAST_FMAF.c)0
-rw-r--r--src/math/FP_FAST_FMAL.h (renamed from src/math/FP_FAST_FMAL.c)0
-rw-r--r--src/math/FP_ILOGB0.h (renamed from src/math/FP_ILOGB0.c)0
-rw-r--r--src/math/FP_ILOGBNAN.h (renamed from src/math/FP_ILOGBNAN.c)0
-rw-r--r--src/math/FP_INFINITE.h (renamed from src/math/FP_INFINITE.c)0
-rw-r--r--src/math/FP_NAN.h (renamed from src/math/FP_NAN.c)0
-rw-r--r--src/math/FP_NORMAL.h (renamed from src/math/FP_NORMAL.c)0
-rw-r--r--src/math/FP_SUBNORMAL.h (renamed from src/math/FP_SUBNORMAL.c)0
-rw-r--r--src/math/FP_ZERO.h (renamed from src/math/FP_ZERO.c)0
-rw-r--r--src/math/HUGE_VALF.h (renamed from src/math/HUGE_VALF.c)0
-rw-r--r--src/math/HUGE_VALL.h (renamed from src/math/HUGE_VALL.c)0
-rw-r--r--src/math/INFINITY.h (renamed from src/math/INFINITY.c)0
-rw-r--r--src/math/MATH_ERREXCEPT.h (renamed from src/math/MATH_ERREXCEPT.c)0
-rw-r--r--src/math/MATH_ERRNO.h (renamed from src/math/MATH_ERRNO.c)0
-rw-r--r--src/math/MAXFLOAT.h (renamed from src/math/MAXFLOAT.c)0
-rw-r--r--src/math/M_1_PI.h (renamed from src/math/M_1_PI.c)0
-rw-r--r--src/math/M_2_PI.h (renamed from src/math/M_2_PI.c)0
-rw-r--r--src/math/M_2_SQRTPI.h (renamed from src/math/M_2_SQRTPI.c)0
-rw-r--r--src/math/M_E.h (renamed from src/math/M_E.c)0
-rw-r--r--src/math/M_LN10.h (renamed from src/math/M_LN10.c)0
-rw-r--r--src/math/M_LN2.h (renamed from src/math/M_LN2.c)0
-rw-r--r--src/math/M_LOG10E.h (renamed from src/math/M_LOG10E.c)0
-rw-r--r--src/math/M_LOG2E.h (renamed from src/math/M_LOG2E.c)0
-rw-r--r--src/math/M_PI.h (renamed from src/math/M_PI.c)0
-rw-r--r--src/math/M_PI_2.h (renamed from src/math/M_PI_2.c)0
-rw-r--r--src/math/M_PI_4.h (renamed from src/math/M_PI_4.c)0
-rw-r--r--src/math/M_SQRT1_2.h (renamed from src/math/M_SQRT1_2.c)0
-rw-r--r--src/math/M_SQRT2.h (renamed from src/math/M_SQRT2.c)0
-rw-r--r--src/math/NAN.h (renamed from src/math/NAN.c)0
-rw-r--r--src/math/double_t.h (renamed from src/math/double_t.c)0
-rw-r--r--src/math/float_t.h (renamed from src/math/float_t.c)0
-rw-r--r--src/math/fpclassify.h (renamed from src/math/fpclassify.c)0
-rw-r--r--src/math/isfinite.h (renamed from src/math/isfinite.c)0
-rw-r--r--src/math/isinf.h (renamed from src/math/isinf.c)0
-rw-r--r--src/math/isnan.h (renamed from src/math/isnan.c)0
-rw-r--r--src/math/isnormal.h (renamed from src/math/isnormal.c)0
-rw-r--r--src/math/math_errhandling.h (renamed from src/math/math_errhandling.c)0
-rw-r--r--src/math/signbit.h (renamed from src/math/signbit.c)0
39 files changed, 0 insertions, 0 deletions
diff --git a/src/math/FP_FAST_FMA.c b/src/math/FP_FAST_FMA.h
index 868c9455..868c9455 100644
--- a/src/math/FP_FAST_FMA.c
+++ b/src/math/FP_FAST_FMA.h
diff --git a/src/math/FP_FAST_FMAF.c b/src/math/FP_FAST_FMAF.h
index 7b7b88a4..7b7b88a4 100644
--- a/src/math/FP_FAST_FMAF.c
+++ b/src/math/FP_FAST_FMAF.h
diff --git a/src/math/FP_FAST_FMAL.c b/src/math/FP_FAST_FMAL.h
index 1437ad56..1437ad56 100644
--- a/src/math/FP_FAST_FMAL.c
+++ b/src/math/FP_FAST_FMAL.h
diff --git a/src/math/FP_ILOGB0.c b/src/math/FP_ILOGB0.h
index 1c3f0e28..1c3f0e28 100644
--- a/src/math/FP_ILOGB0.c
+++ b/src/math/FP_ILOGB0.h
diff --git a/src/math/FP_ILOGBNAN.c b/src/math/FP_ILOGBNAN.h
index 65aa04f1..65aa04f1 100644
--- a/src/math/FP_ILOGBNAN.c
+++ b/src/math/FP_ILOGBNAN.h
diff --git a/src/math/FP_INFINITE.c b/src/math/FP_INFINITE.h
index e5aadaf8..e5aadaf8 100644
--- a/src/math/FP_INFINITE.c
+++ b/src/math/FP_INFINITE.h
diff --git a/src/math/FP_NAN.c b/src/math/FP_NAN.h
index 804765cd..804765cd 100644
--- a/src/math/FP_NAN.c
+++ b/src/math/FP_NAN.h
diff --git a/src/math/FP_NORMAL.c b/src/math/FP_NORMAL.h
index 171ca6bf..171ca6bf 100644
--- a/src/math/FP_NORMAL.c
+++ b/src/math/FP_NORMAL.h
diff --git a/src/math/FP_SUBNORMAL.c b/src/math/FP_SUBNORMAL.h
index 500ecd14..500ecd14 100644
--- a/src/math/FP_SUBNORMAL.c
+++ b/src/math/FP_SUBNORMAL.h
diff --git a/src/math/FP_ZERO.c b/src/math/FP_ZERO.h
index 54e5d323..54e5d323 100644
--- a/src/math/FP_ZERO.c
+++ b/src/math/FP_ZERO.h
diff --git a/src/math/HUGE_VALF.c b/src/math/HUGE_VALF.h
index 78b612cd..78b612cd 100644
--- a/src/math/HUGE_VALF.c
+++ b/src/math/HUGE_VALF.h
diff --git a/src/math/HUGE_VALL.c b/src/math/HUGE_VALL.h
index f82c9b5a..f82c9b5a 100644
--- a/src/math/HUGE_VALL.c
+++ b/src/math/HUGE_VALL.h
diff --git a/src/math/INFINITY.c b/src/math/INFINITY.h
index e1576810..e1576810 100644
--- a/src/math/INFINITY.c
+++ b/src/math/INFINITY.h
diff --git a/src/math/MATH_ERREXCEPT.c b/src/math/MATH_ERREXCEPT.h
index 1ad3a6d6..1ad3a6d6 100644
--- a/src/math/MATH_ERREXCEPT.c
+++ b/src/math/MATH_ERREXCEPT.h
diff --git a/src/math/MATH_ERRNO.c b/src/math/MATH_ERRNO.h
index 07cb5815..07cb5815 100644
--- a/src/math/MATH_ERRNO.c
+++ b/src/math/MATH_ERRNO.h
diff --git a/src/math/MAXFLOAT.c b/src/math/MAXFLOAT.h
index a9ebd202..a9ebd202 100644
--- a/src/math/MAXFLOAT.c
+++ b/src/math/MAXFLOAT.h
diff --git a/src/math/M_1_PI.c b/src/math/M_1_PI.h
index b448e4be..b448e4be 100644
--- a/src/math/M_1_PI.c
+++ b/src/math/M_1_PI.h
diff --git a/src/math/M_2_PI.c b/src/math/M_2_PI.h
index d807fce7..d807fce7 100644
--- a/src/math/M_2_PI.c
+++ b/src/math/M_2_PI.h
diff --git a/src/math/M_2_SQRTPI.c b/src/math/M_2_SQRTPI.h
index f8d102b5..f8d102b5 100644
--- a/src/math/M_2_SQRTPI.c
+++ b/src/math/M_2_SQRTPI.h
diff --git a/src/math/M_E.c b/src/math/M_E.h
index 844dec02..844dec02 100644
--- a/src/math/M_E.c
+++ b/src/math/M_E.h
diff --git a/src/math/M_LN10.c b/src/math/M_LN10.h
index 89fc2d9b..89fc2d9b 100644
--- a/src/math/M_LN10.c
+++ b/src/math/M_LN10.h
diff --git a/src/math/M_LN2.c b/src/math/M_LN2.h
index 84a110f3..84a110f3 100644
--- a/src/math/M_LN2.c
+++ b/src/math/M_LN2.h
diff --git a/src/math/M_LOG10E.c b/src/math/M_LOG10E.h
index f6c7e2e0..f6c7e2e0 100644
--- a/src/math/M_LOG10E.c
+++ b/src/math/M_LOG10E.h
diff --git a/src/math/M_LOG2E.c b/src/math/M_LOG2E.h
index 827658e9..827658e9 100644
--- a/src/math/M_LOG2E.c
+++ b/src/math/M_LOG2E.h
diff --git a/src/math/M_PI.c b/src/math/M_PI.h
index e917cf1a..e917cf1a 100644
--- a/src/math/M_PI.c
+++ b/src/math/M_PI.h
diff --git a/src/math/M_PI_2.c b/src/math/M_PI_2.h
index dad5f0b4..dad5f0b4 100644
--- a/src/math/M_PI_2.c
+++ b/src/math/M_PI_2.h
diff --git a/src/math/M_PI_4.c b/src/math/M_PI_4.h
index a20d16f1..a20d16f1 100644
--- a/src/math/M_PI_4.c
+++ b/src/math/M_PI_4.h
diff --git a/src/math/M_SQRT1_2.c b/src/math/M_SQRT1_2.h
index 6f4b61e3..6f4b61e3 100644
--- a/src/math/M_SQRT1_2.c
+++ b/src/math/M_SQRT1_2.h
diff --git a/src/math/M_SQRT2.c b/src/math/M_SQRT2.h
index 96f3f19a..96f3f19a 100644
--- a/src/math/M_SQRT2.c
+++ b/src/math/M_SQRT2.h
diff --git a/src/math/NAN.c b/src/math/NAN.h
index 58ff6aca..58ff6aca 100644
--- a/src/math/NAN.c
+++ b/src/math/NAN.h
diff --git a/src/math/double_t.c b/src/math/double_t.h
index 47b1fb36..47b1fb36 100644
--- a/src/math/double_t.c
+++ b/src/math/double_t.h
diff --git a/src/math/float_t.c b/src/math/float_t.h
index 251f5b2e..251f5b2e 100644
--- a/src/math/float_t.c
+++ b/src/math/float_t.h
diff --git a/src/math/fpclassify.c b/src/math/fpclassify.h
index 131905af..131905af 100644
--- a/src/math/fpclassify.c
+++ b/src/math/fpclassify.h
diff --git a/src/math/isfinite.c b/src/math/isfinite.h
index a37b5a2d..a37b5a2d 100644
--- a/src/math/isfinite.c
+++ b/src/math/isfinite.h
diff --git a/src/math/isinf.c b/src/math/isinf.h
index be76ecfb..be76ecfb 100644
--- a/src/math/isinf.c
+++ b/src/math/isinf.h
diff --git a/src/math/isnan.c b/src/math/isnan.h
index 80bbb741..80bbb741 100644
--- a/src/math/isnan.c
+++ b/src/math/isnan.h
diff --git a/src/math/isnormal.c b/src/math/isnormal.h
index 95e82b1b..95e82b1b 100644
--- a/src/math/isnormal.c
+++ b/src/math/isnormal.h
diff --git a/src/math/math_errhandling.c b/src/math/math_errhandling.h
index 2c34327c..2c34327c 100644
--- a/src/math/math_errhandling.c
+++ b/src/math/math_errhandling.h
diff --git a/src/math/signbit.c b/src/math/signbit.h
index 77cc3977..77cc3977 100644
--- a/src/math/signbit.c
+++ b/src/math/signbit.h