summaryrefslogtreecommitdiffstats
path: root/liba52/srfftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'liba52/srfftp.h')
-rw-r--r--liba52/srfftp.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/liba52/srfftp.h b/liba52/srfftp.h
index 869bd5194f..b6bb5ab4cd 100644
--- a/liba52/srfftp.h
+++ b/liba52/srfftp.h
@@ -1,5 +1,5 @@
-/*
+/*
* srfftp.h
*
* Copyright (C) Yuqing Deng <Yuqing_Deng@brown.edu> - April 2000
@@ -10,7 +10,7 @@
* "Computational Frameworks of the Fast Fourier Transform".
*
* The ideas and the the organization of code borrowed from djbfft written by
- * D. J. Bernstein <djb@cr.py.to>. djbff can be found at
+ * D. J. Bernstein <djb@cr.py.to>. djbff can be found at
* http://cr.yp.to/djbfft.html.
*
* srfftp.h is free software; you can redistribute it and/or modify
@@ -32,19 +32,19 @@
#ifndef SRFFTP_H__
#define SRFFTP_H__
-static complex_t delta16[4] __attribute__((aligned(16))) =
+static complex_t delta16[4] __attribute__((aligned(16))) =
{ {1.00000000000000, 0.00000000000000},
{0.92387953251129, -0.38268343236509},
{0.70710678118655, -0.70710678118655},
{0.38268343236509, -0.92387953251129}};
-static complex_t delta16_3[4] __attribute__((aligned(16))) =
+static complex_t delta16_3[4] __attribute__((aligned(16))) =
{ {1.00000000000000, 0.00000000000000},
{0.38268343236509, -0.92387953251129},
{-0.70710678118655, -0.70710678118655},
{-0.92387953251129, 0.38268343236509}};
-static complex_t delta32[8] __attribute__((aligned(16))) =
+static complex_t delta32[8] __attribute__((aligned(16))) =
{ {1.00000000000000, 0.00000000000000},
{0.98078528040323, -0.19509032201613},
{0.92387953251129, -0.38268343236509},
@@ -54,7 +54,7 @@ static complex_t delta32[8] __attribute__((aligned(16))) =
{0.38268343236509, -0.92387953251129},
{0.19509032201613, -0.98078528040323}};
-static complex_t delta32_3[8] __attribute__((aligned(16))) =
+static complex_t delta32_3[8] __attribute__((aligned(16))) =
{ {1.00000000000000, 0.00000000000000},
{0.83146961230255, -0.55557023301960},
{0.38268343236509, -0.92387953251129},
@@ -64,7 +64,7 @@ static complex_t delta32_3[8] __attribute__((aligned(16))) =
{-0.92387953251129, 0.38268343236509},
{-0.55557023301960, 0.83146961230255}};
-static complex_t delta64[16] __attribute__((aligned(16))) =
+static complex_t delta64[16] __attribute__((aligned(16))) =
{ {1.00000000000000, 0.00000000000000},
{0.99518472667220, -0.09801714032956},
{0.98078528040323, -0.19509032201613},
@@ -82,7 +82,7 @@ static complex_t delta64[16] __attribute__((aligned(16))) =
{0.19509032201613, -0.98078528040323},
{0.09801714032956, -0.99518472667220}};
-static complex_t delta64_3[16] __attribute__((aligned(16))) =
+static complex_t delta64_3[16] __attribute__((aligned(16))) =
{ {1.00000000000000, 0.00000000000000},
{0.95694033573221, -0.29028467725446},
{0.83146961230255, -0.55557023301960},
@@ -100,7 +100,7 @@ static complex_t delta64_3[16] __attribute__((aligned(16))) =
{-0.55557023301960, 0.83146961230255},
{-0.29028467725446, 0.95694033573221}};
-static complex_t delta128[32] __attribute__((aligned(16))) =
+static complex_t delta128[32] __attribute__((aligned(16))) =
{ {1.00000000000000, 0.00000000000000},
{0.99879545620517, -0.04906767432742},
{0.99518472667220, -0.09801714032956},
@@ -134,7 +134,7 @@ static complex_t delta128[32] __attribute__((aligned(16))) =
{0.09801714032956, -0.99518472667220},
{0.04906767432742, -0.99879545620517}};
-static complex_t delta128_3[32] __attribute__((aligned(16))) =
+static complex_t delta128_3[32] __attribute__((aligned(16))) =
{ {1.00000000000000, 0.00000000000000},
{0.98917650996478, -0.14673047445536},
{0.95694033573221, -0.29028467725446},