Home
last modified time | relevance | path

Searched refs:ntryh (Results 1 – 25 of 87) sorted by relevance

1234

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/fft/pfft1.0/fftpack/
H A Dsrfti1.F6 dimension wa(*) ,ifac(*) ,ntryh(4)
7 data ntryh(1),ntryh(2),ntryh(3),ntryh(4)/4,2,3,5/
14 102 ntry = ntryh(j)
H A Ddrfti1.F9 integer ifac(*), ntryh(4)
10 data ntryh(1), ntryh(2), ntryh(3), ntryh(4) /4, 2, 3, 5/
19 if (j.le.4) ntry = ntryh(j)
H A Dscfti1.F5 dimension wa(*),ifac(*),ntryh(4)
6 data ntryh(1),ntryh(2),ntryh(3),ntryh(4)/3,4,2,5/
12 102 ntry = ntryh(j)
H A Ddcfti1.F9 integer ifac(*), ntryh(4)
10 data ntryh(1), ntryh(2), ntryh(3), ntryh(4) /3, 4, 2, 5/
18 if (j.le.4) ntry = ntryh(j)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/fft/pfft1.0/fftpack/
H A Ddrfti1.F9 integer ifac(*), ntryh(4)
10 data ntryh(1), ntryh(2), ntryh(3), ntryh(4) /4, 2, 3, 5/
19 if (j.le.4) ntry = ntryh(j)
H A Ddcfti1.F9 integer ifac(*), ntryh(4)
10 data ntryh(1), ntryh(2), ntryh(3), ntryh(4) /3, 4, 2, 5/
18 if (j.le.4) ntry = ntryh(j)
/dports/science/cdcl/dcl-5.4.8-C/src/math2/fftlib/
H A Drffti1.c20 static integer ntryh[4] = { 4,2,3,5 }; in rffti1_() local
57 ntry = ntryh[j - 1]; in rffti1_()
H A Dcffti1.c20 static integer ntryh[4] = { 3,4,2,5 }; in cffti1_() local
56 ntry = ntryh[j - 1]; in cffti1_()
H A Dezfft1.c20 static integer ntryh[4] = { 4,2,3,5 }; in ezfft1_() local
55 ntry = ntryh[j - 1]; in ezfft1_()
/dports/lang/yorick/yorick-y_2_2_04/fft/
H A Dcffti.c44 #define ntryh_1(a1) ntryh[a1-1] in cffti1()
47 static long ntryh[4]={3,4,2,5}; in cffti1() local
/dports/audio/cdparanoia/cdparanoia-III-alpha9.8/interface/
H A Dsmallft.c18 static int ntryh[4] = { 4,2,3,5 }; in drfti1() local
31 ntry=ntryh[j]; in drfti1()
/dports/sysutils/libcdio-paranoia/libcdio-paranoia-10.2+2.0.1/lib/cdda_interface/
H A Dsmallft.c32 static int ntryh[4] = { 4,2,3,5 }; in drfti1() local
45 ntry=ntryh[j]; in drfti1()
/dports/science/healpix/Healpix_3.50/src/f90/psht/libfftpack/
H A Dfftpack.c691 static const size_t ntryh[5]={4,6,3,2,5}; in cffti1() local
697 factorize (n,ntryh,5,ifac); in cffti1()
806 static const size_t ntryh[4]={4,2,3,5}; in rffti1() local
812 factorize (n,ntryh,4,ifac); in rffti1()
/dports/science/healpix/Healpix_3.50/src/f90/sharp/libfftpack/
H A Dfftpack.c691 static const size_t ntryh[5]={4,6,3,2,5}; in cffti1() local
697 factorize (n,ntryh,5,ifac); in cffti1()
806 static const size_t ntryh[4]={4,2,3,5}; in rffti1() local
812 factorize (n,ntryh,4,ifac); in rffti1()
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/dsp/fourier/internal/fftpack/
H A Dcfft.go49 ntryh := [4]int{3, 4, 2, 5}
57 ntry = ntryh[j]
/dports/science/tinker/tinker/source/
H A Dfftpack.f57 integer ntry,ntryh(4) local
61 data ntryh / 3, 4, 2, 5 /
67 ntry = ntryh(j)
87 ntry = ntryh(j)
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/pffft/src/
H A Dpffft.c1047 static int decompose(int n, int *ifac, const int *ntryh) { in decompose() argument
1049 for (j=0; ntryh[j]; ++j) { in decompose()
1050 int ntry = ntryh[j]; in decompose()
1076 static const int ntryh[] = { 4,2,3,5,0 }; in rffti1_ps() local
1079 int nf = decompose(n,ifac,ntryh); in rffti1_ps()
1109 static const int ntryh[] = { 5,3,4,2,0 }; in cffti1_ps() local
1112 int nf = decompose(n,ifac,ntryh); in cffti1_ps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pffft/src/
H A Dpffft.c1047 static int decompose(int n, int *ifac, const int *ntryh) { in decompose() argument
1049 for (j=0; ntryh[j]; ++j) { in decompose()
1050 int ntry = ntryh[j]; in decompose()
1076 static const int ntryh[] = { 4,2,3,5,0 }; in rffti1_ps() local
1079 int nf = decompose(n,ifac,ntryh); in rffti1_ps()
1109 static const int ntryh[] = { 5,3,4,2,0 }; in cffti1_ps() local
1112 int nf = decompose(n,ifac,ntryh); in cffti1_ps()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pffft/src/
H A Dpffft.c1047 static int decompose(int n, int *ifac, const int *ntryh) { in decompose() argument
1049 for (j=0; ntryh[j]; ++j) { in decompose()
1050 int ntry = ntryh[j]; in decompose()
1076 static const int ntryh[] = { 4,2,3,5,0 }; in rffti1_ps() local
1079 int nf = decompose(n,ifac,ntryh); in rffti1_ps()
1109 static const int ntryh[] = { 5,3,4,2,0 }; in cffti1_ps() local
1112 int nf = decompose(n,ifac,ntryh); in cffti1_ps()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/pffft/src/
H A Dpffft.c1047 static int decompose(int n, int *ifac, const int *ntryh) { in decompose() argument
1049 for (j=0; ntryh[j]; ++j) { in decompose()
1050 int ntry = ntryh[j]; in decompose()
1076 static const int ntryh[] = { 4,2,3,5,0 }; in rffti1_ps() local
1079 int nf = decompose(n,ifac,ntryh); in rffti1_ps()
1109 static const int ntryh[] = { 5,3,4,2,0 }; in cffti1_ps() local
1112 int nf = decompose(n,ifac,ntryh); in cffti1_ps()
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/third_party/pffft/src/
H A Dpffft.c1047 static int decompose(int n, int *ifac, const int *ntryh) { in decompose() argument
1049 for (j=0; ntryh[j]; ++j) { in decompose()
1050 int ntry = ntryh[j]; in decompose()
1076 static const int ntryh[] = { 4,2,3,5,0 }; in rffti1_ps() local
1079 int nf = decompose(n,ifac,ntryh); in rffti1_ps()
1109 static const int ntryh[] = { 5,3,4,2,0 }; in cffti1_ps() local
1112 int nf = decompose(n,ifac,ntryh); in cffti1_ps()
/dports/audio/csound/csound-6.15.0/OOps/
H A Dpffft.c1060 static int32_t decompose(int32_t n, int32_t *ifac, const int32_t *ntryh) { in decompose() argument
1062 for (j=0; ntryh[j]; ++j) { in decompose()
1063 int32_t ntry = ntryh[j]; in decompose()
1089 static const int32_t ntryh[] = { 4,2,3,5,0 }; in rffti1_ps() local
1092 int32_t nf = decompose(n,ifac,ntryh); in rffti1_ps()
1122 static const int32_t ntryh[] = { 5,3,4,2,0 }; in cffti1_ps() local
1125 int32_t nf = decompose(n,ifac,ntryh); in cffti1_ps()
/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/ui/avtk/libs/
H A Dpffft.cxx1117 static int decompose(int n, int *ifac, const int *ntryh) in decompose() argument
1120 for (j=0; ntryh[j]; ++j) { in decompose()
1121 int ntry = ntryh[j]; in decompose()
1147 static const int ntryh[] = { 4,2,3,5,0 }; in rffti1_ps() local
1150 int nf = decompose(n,ifac,ntryh); in rffti1_ps()
1180 static const int ntryh[] = { 5,3,4,2,0 }; in cffti1_ps() local
1183 int nf = decompose(n,ifac,ntryh); in cffti1_ps()
/dports/audio/libsoxr/soxr-0.1.3-Source/src/
H A Dpffft.c1086 static int decompose(int n, int *ifac, const int *ntryh) { in decompose() argument
1088 for (j=0; ntryh[j]; ++j) { in decompose()
1089 int ntry = ntryh[j]; in decompose()
1115 static const int ntryh[] = { 4,2,3,5,0 }; in rffti1_ps() local
1118 int nf = decompose(n,ifac,ntryh); in rffti1_ps()
1149 static const int ntryh[] = { 5,3,4,2,0 }; in cffti1_ps() local
1152 int nf = decompose(n,ifac,ntryh); in cffti1_ps()
/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/src/avtk/libs/
H A Dpffft.cxx1118 static int decompose(int n, int *ifac, const int *ntryh) in decompose() argument
1121 for (j=0; ntryh[j]; ++j) { in decompose()
1122 int ntry = ntryh[j]; in decompose()
1148 static const int ntryh[] = { 4,2,3,5,0 }; in rffti1_ps() local
1151 int nf = decompose(n,ifac,ntryh); in rffti1_ps()
1181 static const int ntryh[] = { 5,3,4,2,0 }; in cffti1_ps() local
1184 int nf = decompose(n,ifac,ntryh); in cffti1_ps()

1234