Home
last modified time | relevance | path

Searched refs:trigreal (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/fftw3/fftw-3.3.9/kernel/
H A Dtrig.c48 static const trigreal K2PI =
59 trigreal theta, c, s, t; in real_cexp()
99 trigreal wr0 = p->W0[2 * m0]; in cexpl_sqrtn_table()
100 trigreal wi0 = p->W0[2 * m0 + 1]; in cexpl_sqrtn_table()
101 trigreal wr1 = p->W1[2 * m1]; in cexpl_sqrtn_table()
117 trigreal wr0 = p->W0[2 * m0]; in rotate_sqrtn_table()
119 trigreal wr1 = p->W1[2 * m1]; in rotate_sqrtn_table()
155 trigreal resl[2]; in cexp_generic()
163 trigreal w[2]; in rotate_generic()
194 p->W0 = (trigreal *)MALLOC(n0 * 2 * sizeof(trigreal), TWIDDLES); in X()
[all …]
H A Difftw.h899 typedef long double trigreal; typedef
901 typedef __float128 trigreal; typedef
903 typedef double trigreal; typedef
910 void (*cexpl)(triggen *t, INT m, trigreal *result);
916 trigreal *W0, *W1;
/dports/math/fftw3-float/fftw-3.3.9/kernel/
H A Dtrig.c48 static const trigreal K2PI =
59 trigreal theta, c, s, t; in real_cexp()
99 trigreal wr0 = p->W0[2 * m0]; in cexpl_sqrtn_table()
100 trigreal wi0 = p->W0[2 * m0 + 1]; in cexpl_sqrtn_table()
101 trigreal wr1 = p->W1[2 * m1]; in cexpl_sqrtn_table()
117 trigreal wr0 = p->W0[2 * m0]; in rotate_sqrtn_table()
119 trigreal wr1 = p->W1[2 * m1]; in rotate_sqrtn_table()
155 trigreal resl[2]; in cexp_generic()
163 trigreal w[2]; in rotate_generic()
194 p->W0 = (trigreal *)MALLOC(n0 * 2 * sizeof(trigreal), TWIDDLES); in X()
[all …]
H A Difftw.h899 typedef long double trigreal; typedef
901 typedef __float128 trigreal; typedef
903 typedef double trigreal; typedef
910 void (*cexpl)(triggen *t, INT m, trigreal *result);
916 trigreal *W0, *W1;
/dports/math/fftw3-long/fftw-3.3.9/kernel/
H A Dtrig.c48 static const trigreal K2PI =
59 trigreal theta, c, s, t; in real_cexp()
99 trigreal wr0 = p->W0[2 * m0]; in cexpl_sqrtn_table()
100 trigreal wi0 = p->W0[2 * m0 + 1]; in cexpl_sqrtn_table()
101 trigreal wr1 = p->W1[2 * m1]; in cexpl_sqrtn_table()
117 trigreal wr0 = p->W0[2 * m0]; in rotate_sqrtn_table()
119 trigreal wr1 = p->W1[2 * m1]; in rotate_sqrtn_table()
155 trigreal resl[2]; in cexp_generic()
163 trigreal w[2]; in rotate_generic()
194 p->W0 = (trigreal *)MALLOC(n0 * 2 * sizeof(trigreal), TWIDDLES); in X()
[all …]
H A Difftw.h899 typedef long double trigreal; typedef
901 typedef __float128 trigreal; typedef
903 typedef double trigreal; typedef
910 void (*cexpl)(triggen *t, INT m, trigreal *result);
916 trigreal *W0, *W1;
/dports/math/fftw3-quad/fftw-3.3.9/kernel/
H A Dtrig.c48 static const trigreal K2PI =
59 trigreal theta, c, s, t; in real_cexp()
99 trigreal wr0 = p->W0[2 * m0]; in cexpl_sqrtn_table()
100 trigreal wi0 = p->W0[2 * m0 + 1]; in cexpl_sqrtn_table()
101 trigreal wr1 = p->W1[2 * m1]; in cexpl_sqrtn_table()
117 trigreal wr0 = p->W0[2 * m0]; in rotate_sqrtn_table()
119 trigreal wr1 = p->W1[2 * m1]; in rotate_sqrtn_table()
155 trigreal resl[2]; in cexp_generic()
163 trigreal w[2]; in rotate_generic()
194 p->W0 = (trigreal *)MALLOC(n0 * 2 * sizeof(trigreal), TWIDDLES); in X()
[all …]
H A Difftw.h899 typedef long double trigreal; typedef
901 typedef __float128 trigreal; typedef
903 typedef double trigreal; typedef
910 void (*cexpl)(triggen *t, INT m, trigreal *result);
916 trigreal *W0, *W1;
/dports/math/fftw3/fftw-3.3.9/libbench2/
H A Dverify.h84 typedef long double trigreal; typedef
90 typedef __float128 trigreal; typedef
95 extern trigreal cosq(trigreal);
96 extern trigreal sinq(trigreal);
97 extern trigreal tanq(trigreal);
99 typedef double trigreal; typedef
H A Dverify-r2r.c75 static trigreal bench_sincos(trigreal m, trigreal n, int sinp) in bench_sincos()
78 trigreal half_n = n * 0.5; in bench_sincos()
79 trigreal quarter_n = half_n * 0.5; in bench_sincos()
80 trigreal eighth_n = quarter_n * 0.5; in bench_sincos()
81 trigreal sgn = 1.0; in bench_sincos()
99 static trigreal cos2pi(int m, int n) in cos2pi()
101 return bench_sincos((trigreal)m, (trigreal)n, 0); in cos2pi()
104 static trigreal sin2pi(int m, int n) in sin2pi()
106 return bench_sincos((trigreal)m, (trigreal)n, 1); in sin2pi()
109 static trigreal cos00(int i, int j, int n) in cos00()
[all …]
H A Dverify-lib.c198 trigreal twopin; in aphase_shift()
203 trigreal s = sign * SIN(j * twopin); in aphase_shift()
204 trigreal c = COS(j * twopin); in aphase_shift()
/dports/math/fftw3-float/fftw-3.3.9/libbench2/
H A Dverify.h84 typedef long double trigreal; typedef
90 typedef __float128 trigreal; typedef
95 extern trigreal cosq(trigreal);
96 extern trigreal sinq(trigreal);
97 extern trigreal tanq(trigreal);
99 typedef double trigreal; typedef
H A Dverify-r2r.c75 static trigreal bench_sincos(trigreal m, trigreal n, int sinp) in bench_sincos()
78 trigreal half_n = n * 0.5; in bench_sincos()
79 trigreal quarter_n = half_n * 0.5; in bench_sincos()
80 trigreal eighth_n = quarter_n * 0.5; in bench_sincos()
81 trigreal sgn = 1.0; in bench_sincos()
99 static trigreal cos2pi(int m, int n) in cos2pi()
101 return bench_sincos((trigreal)m, (trigreal)n, 0); in cos2pi()
104 static trigreal sin2pi(int m, int n) in sin2pi()
106 return bench_sincos((trigreal)m, (trigreal)n, 1); in sin2pi()
109 static trigreal cos00(int i, int j, int n) in cos00()
[all …]
H A Dverify-lib.c198 trigreal twopin; in aphase_shift()
203 trigreal s = sign * SIN(j * twopin); in aphase_shift()
204 trigreal c = COS(j * twopin); in aphase_shift()
/dports/math/fftw3-long/fftw-3.3.9/libbench2/
H A Dverify.h84 typedef long double trigreal; typedef
90 typedef __float128 trigreal; typedef
95 extern trigreal cosq(trigreal);
96 extern trigreal sinq(trigreal);
97 extern trigreal tanq(trigreal);
99 typedef double trigreal; typedef
H A Dverify-r2r.c75 static trigreal bench_sincos(trigreal m, trigreal n, int sinp) in bench_sincos()
78 trigreal half_n = n * 0.5; in bench_sincos()
79 trigreal quarter_n = half_n * 0.5; in bench_sincos()
80 trigreal eighth_n = quarter_n * 0.5; in bench_sincos()
81 trigreal sgn = 1.0; in bench_sincos()
99 static trigreal cos2pi(int m, int n) in cos2pi()
101 return bench_sincos((trigreal)m, (trigreal)n, 0); in cos2pi()
104 static trigreal sin2pi(int m, int n) in sin2pi()
106 return bench_sincos((trigreal)m, (trigreal)n, 1); in sin2pi()
109 static trigreal cos00(int i, int j, int n) in cos00()
[all …]
H A Dverify-lib.c198 trigreal twopin; in aphase_shift()
203 trigreal s = sign * SIN(j * twopin); in aphase_shift()
204 trigreal c = COS(j * twopin); in aphase_shift()
/dports/math/fftw3-quad/fftw-3.3.9/libbench2/
H A Dverify.h84 typedef long double trigreal; typedef
90 typedef __float128 trigreal; typedef
95 extern trigreal cosq(trigreal);
96 extern trigreal sinq(trigreal);
97 extern trigreal tanq(trigreal);
99 typedef double trigreal; typedef
H A Dverify-r2r.c75 static trigreal bench_sincos(trigreal m, trigreal n, int sinp) in bench_sincos()
78 trigreal half_n = n * 0.5; in bench_sincos()
79 trigreal quarter_n = half_n * 0.5; in bench_sincos()
80 trigreal eighth_n = quarter_n * 0.5; in bench_sincos()
81 trigreal sgn = 1.0; in bench_sincos()
99 static trigreal cos2pi(int m, int n) in cos2pi()
101 return bench_sincos((trigreal)m, (trigreal)n, 0); in cos2pi()
104 static trigreal sin2pi(int m, int n) in sin2pi()
106 return bench_sincos((trigreal)m, (trigreal)n, 1); in sin2pi()
109 static trigreal cos00(int i, int j, int n) in cos00()
[all …]
H A Dverify-lib.c198 trigreal twopin; in aphase_shift()
203 trigreal s = sign * SIN(j * twopin); in aphase_shift()
204 trigreal c = COS(j * twopin); in aphase_shift()
/dports/math/fftw3-long/fftw-3.3.9/dft/
H A Drader.c50 trigreal scale; in mkomega()
62 trigreal w[2]; in mkomega()
/dports/math/fftw3-float/fftw-3.3.9/dft/
H A Drader.c50 trigreal scale; in mkomega()
62 trigreal w[2]; in mkomega()
/dports/math/fftw3-quad/fftw-3.3.9/dft/
H A Drader.c50 trigreal scale; in mkomega()
62 trigreal w[2]; in mkomega()
/dports/math/fftw3/fftw-3.3.9/dft/
H A Drader.c50 trigreal scale; in mkomega()
62 trigreal w[2]; in mkomega()
/dports/math/fftw3/fftw-3.3.9/api/
H A Dapiplan.c151 if (sizeof(trigreal) > sizeof(R)) { in X()

12