aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--externals/vanilla/dbtopow~.c2
-rw-r--r--externals/vanilla/dbtorms~.c2
-rw-r--r--externals/vanilla/e_sqrt.c (renamed from externals/vanilla/d_math.c)0
-rw-r--r--externals/vanilla/e_sqrt.h (renamed from externals/vanilla/d_math.h)0
-rw-r--r--externals/vanilla/powtodb~.c2
-rw-r--r--externals/vanilla/rmstodb~.c2
-rw-r--r--externals/vanilla/rsqrt~.c2
-rw-r--r--externals/vanilla/sqrt~.c2
8 files changed, 6 insertions, 6 deletions
diff --git a/externals/vanilla/dbtopow~.c b/externals/vanilla/dbtopow~.c
index 777c5bf5..a50dfeb4 100644
--- a/externals/vanilla/dbtopow~.c
+++ b/externals/vanilla/dbtopow~.c
@@ -2,7 +2,7 @@
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
-#include "d_math.h"
+#include "e_sqrt.h"
typedef struct dbtopow_tilde
{
diff --git a/externals/vanilla/dbtorms~.c b/externals/vanilla/dbtorms~.c
index 854f6af7..13c5716d 100644
--- a/externals/vanilla/dbtorms~.c
+++ b/externals/vanilla/dbtorms~.c
@@ -2,7 +2,7 @@
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
-#include "d_math.h"
+#include "e_sqrt.h"
typedef struct dbtorms_tilde
{
diff --git a/externals/vanilla/d_math.c b/externals/vanilla/e_sqrt.c
index eb011a4a..eb011a4a 100644
--- a/externals/vanilla/d_math.c
+++ b/externals/vanilla/e_sqrt.c
diff --git a/externals/vanilla/d_math.h b/externals/vanilla/e_sqrt.h
index 29f9725c..29f9725c 100644
--- a/externals/vanilla/d_math.h
+++ b/externals/vanilla/e_sqrt.h
diff --git a/externals/vanilla/powtodb~.c b/externals/vanilla/powtodb~.c
index c6310b40..84883d4d 100644
--- a/externals/vanilla/powtodb~.c
+++ b/externals/vanilla/powtodb~.c
@@ -2,7 +2,7 @@
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
-#include "d_math.h"
+#include "e_sqrt.h"
typedef struct powtodb_tilde
{
diff --git a/externals/vanilla/rmstodb~.c b/externals/vanilla/rmstodb~.c
index a540877a..a8bac040 100644
--- a/externals/vanilla/rmstodb~.c
+++ b/externals/vanilla/rmstodb~.c
@@ -2,7 +2,7 @@
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
-#include "d_math.h"
+#include "e_sqrt.h"
typedef struct rmstodb_tilde
{
diff --git a/externals/vanilla/rsqrt~.c b/externals/vanilla/rsqrt~.c
index ce558f5c..e84f4c31 100644
--- a/externals/vanilla/rsqrt~.c
+++ b/externals/vanilla/rsqrt~.c
@@ -2,7 +2,7 @@
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
-#include "d_math.h"
+#include "e_sqrt.h"
#include "m_pd.h"
#include <math.h>
diff --git a/externals/vanilla/sqrt~.c b/externals/vanilla/sqrt~.c
index ea3da693..65c09581 100644
--- a/externals/vanilla/sqrt~.c
+++ b/externals/vanilla/sqrt~.c
@@ -2,7 +2,7 @@
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
-#include "d_math.h"
+#include "e_sqrt.h"
static float rsqrt_exptab[DUMTAB1SIZE], rsqrt_mantissatab[DUMTAB2SIZE];