Home
last modified time | relevance | path

Searched refs:hsqt2 (Results 1 – 25 of 67) sorted by relevance

123

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/fft/pfft1.0/fftpack/
H A Ddradf4.F17 1 wa3(1), ci2, ci3, ci4, cr2, cr3, cr4, hsqt2, ti1, ti2, ti3,
19 data hsqt2 / .7071067811 8654752440 0844362104 85 d0 /
64 ti1 = -hsqt2*(cc(ido,k,2)+cc(ido,k,4))
65 tr1 = hsqt2*(cc(ido,k,2)-cc(ido,k,4))
H A Dsradf4.F8 data hsqt2 /.7071067811865475/
49 ti1 = -hsqt2*(cc(ido,k,2)+cc(ido,k,4))
50 tr1 = hsqt2*(cc(ido,k,2)-cc(ido,k,4))
/dports/science/nwchem-data/nwchem-7.0.2-release/src/fft/pfft1.0/fftpack/
H A Ddradf4.F17 1 wa3(1), ci2, ci3, ci4, cr2, cr3, cr4, hsqt2, ti1, ti2, ti3,
19 data hsqt2 / .7071067811 8654752440 0844362104 85 d0 /
64 ti1 = -hsqt2*(cc(ido,k,2)+cc(ido,k,4))
65 tr1 = hsqt2*(cc(ido,k,2)-cc(ido,k,4))
/dports/science/cdcl/dcl-5.4.8-C/src/math2/fftlib/
H A Dradf4.c21 static real hsqt2 = .7071067811865475f; in radf4_() local
113 ti1 = -hsqt2 * (cc[*ido + (k + (cc_dim2 << 1)) * cc_dim1] + cc[*ido + in radf4_()
115 tr1 = hsqt2 * (cc[*ido + (k + (cc_dim2 << 1)) * cc_dim1] - cc[*ido + ( in radf4_()
/dports/audio/cdparanoia/cdparanoia-III-alpha9.8/interface/
H A Dsmallft.c150 static float hsqt2 = .70710678118654752440084436210485; in dradf4() local
234 ti1=-hsqt2*(cc[t1]+cc[t2]); in dradf4()
235 tr1=hsqt2*(cc[t1]-cc[t2]); in dradf4()
/dports/sysutils/libcdio-paranoia/libcdio-paranoia-10.2+2.0.1/lib/cdda_interface/
H A Dsmallft.c164 static float hsqt2 = .70710678118654752440084436210485; in dradf4() local
248 ti1=-hsqt2*(cc[t1]+cc[t2]); in dradf4()
249 tr1=hsqt2*(cc[t1]-cc[t2]); in dradf4()
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/numpy/fft/
H A Dpocketfft.hpp1218 constexpr T0 hsqt2 = T0(0.707106781186547524400844362104849L); in ROTX45() local
1221 a.r = hsqt2 * (a.r + a.i); in ROTX45()
1222 a.i = hsqt2 * (a.i - tmp_); in ROTX45()
1225 a.r = hsqt2 * (a.r - a.i); in ROTX45()
1226 a.i = hsqt2 * (a.i + tmp_); in ROTX45()
1235 a.r = hsqt2 * (a.i - a.r); in ROTX135()
1236 a.i = hsqt2 * (-tmp_ - a.i); in ROTX135()
1239 a.r = hsqt2 * (-a.r - a.i); in ROTX135()
1240 a.i = hsqt2 * (tmp_ - a.i); in ROTX135()
1813 T ti1 = -hsqt2 * (CC(ido - 1, k, 1) + CC(ido - 1, k, 3)); in radf4()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/fft/_pocketfft/
H A Dpocketfft_hdronly.h1121 constexpr T0 hsqt2=T0(0.707106781186547524400844362104849L);
1123 { auto tmp_=a.r; a.r=hsqt2*(a.r+a.i); a.i=hsqt2*(a.i-tmp_); }
1125 { auto tmp_=a.r; a.r=hsqt2*(a.r-a.i); a.i=hsqt2*(a.i+tmp_); }
1129 constexpr T0 hsqt2=T0(0.707106781186547524400844362104849L);
1131 { auto tmp_=a.r; a.r=hsqt2*(a.i-a.r); a.i=hsqt2*(-tmp_-a.i); }
1133 { auto tmp_=a.r; a.r=hsqt2*(-a.r-a.i); a.i=hsqt2*(tmp_-a.i); }
1649 constexpr T0 hsqt2=T0(0.707106781186547524400844362104849L);
1667 T ti1=-hsqt2*(CC(ido-1,k,1)+CC(ido-1,k,3));
1668 T tr1= hsqt2*(CC(ido-1,k,1)-CC(ido-1,k,3));
/dports/games/libretro-tyrquake/tyrquake-e76477d/deps/libvorbis/lib/
H A Dsmallft.c171 static float hsqt2 = .70710678118654752f; in dradf4() local
255 ti1=-hsqt2*(cc[t1]+cc[t2]); in dradf4()
256 tr1=hsqt2*(cc[t1]-cc[t2]); in dradf4()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/vorbis-sys-0.1.0/libvorbis/lib/
H A Dsmallft.c170 static float hsqt2 = .70710678118654752f; in dradf4() local
254 ti1=-hsqt2*(cc[t1]+cc[t2]); in dradf4()
255 tr1=hsqt2*(cc[t1]-cc[t2]); in dradf4()
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/Speex/libspeex/
H A Dsmallft.c176 static float hsqt2 = .70710678118654752f; in dradf4() local
260 ti1=-hsqt2*(cc[t1]+cc[t2]); in dradf4()
261 tr1=hsqt2*(cc[t1]-cc[t2]); in dradf4()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libvorbis/lib/
H A Dsmallft.c171 static float hsqt2 = .70710678118654752f; in dradf4() local
255 ti1=-hsqt2*(cc[t1]+cc[t2]); in dradf4()
256 tr1=hsqt2*(cc[t1]-cc[t2]); in dradf4()
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidlite/libvorbis-1.3.5/lib/
H A Dsmallft.c171 static float hsqt2 = .70710678118654752f; in dradf4() local
255 ti1=-hsqt2*(cc[t1]+cc[t2]); in dradf4()
256 tr1=hsqt2*(cc[t1]-cc[t2]); in dradf4()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.7/lib/
H A Dsmallft.c170 static float hsqt2 = .70710678118654752f; in dradf4() local
254 ti1=-hsqt2*(cc[t1]+cc[t2]); in dradf4()
255 tr1=hsqt2*(cc[t1]-cc[t2]); in dradf4()
/dports/games/ioquake3-server/ioquake3-1.36/code/libspeex/
H A Dsmallft.c173 static float hsqt2 = .70710678118654752f; in dradf4() local
257 ti1=-hsqt2*(cc[t1]+cc[t2]); in dradf4()
258 tr1=hsqt2*(cc[t1]-cc[t2]); in dradf4()
/dports/games/iortcw/iortcw-1.51c/MP/code/libvorbis-1.3.6/lib/
H A Dsmallft.c170 static float hsqt2 = .70710678118654752f; in dradf4() local
254 ti1=-hsqt2*(cc[t1]+cc[t2]); in dradf4()
255 tr1=hsqt2*(cc[t1]-cc[t2]); in dradf4()
/dports/games/ioquake3/ioquake3-1.36/code/libspeex/
H A Dsmallft.c173 static float hsqt2 = .70710678118654752f; in dradf4() local
257 ti1=-hsqt2*(cc[t1]+cc[t2]); in dradf4()
258 tr1=hsqt2*(cc[t1]-cc[t2]); in dradf4()
/dports/games/iortcw/iortcw-1.51c/SP/code/libvorbis-1.3.6/lib/
H A Dsmallft.c170 static float hsqt2 = .70710678118654752f; in dradf4() local
254 ti1=-hsqt2*(cc[t1]+cc[t2]); in dradf4()
255 tr1=hsqt2*(cc[t1]-cc[t2]); in dradf4()
/dports/www/firefox-esr/firefox-91.8.0/media/libvorbis/lib/
H A Dvorbis_smallft.c170 static float hsqt2 = .70710678118654752f; in dradf4() local
254 ti1=-hsqt2*(cc[t1]+cc[t2]); in dradf4()
255 tr1=hsqt2*(cc[t1]-cc[t2]); in dradf4()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvorbis/lib/
H A Dvorbis_smallft.c170 static float hsqt2 = .70710678118654752f; in dradf4() local
254 ti1=-hsqt2*(cc[t1]+cc[t2]); in dradf4()
255 tr1=hsqt2*(cc[t1]-cc[t2]); in dradf4()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvorbis/
H A Dsmallft.c170 static float hsqt2 = .70710678118654752f; in dradf4() local
254 ti1=-hsqt2*(cc[t1]+cc[t2]); in dradf4()
255 tr1=hsqt2*(cc[t1]-cc[t2]); in dradf4()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvorbis/
H A Dsmallft.c170 static float hsqt2 = .70710678118654752f; in dradf4() local
254 ti1=-hsqt2*(cc[t1]+cc[t2]); in dradf4()
255 tr1=hsqt2*(cc[t1]-cc[t2]); in dradf4()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/
H A Dsmallft.c171 static float hsqt2 = .70710678118654752f; in dradf4() local
255 ti1=-hsqt2*(cc[t1]+cc[t2]); in dradf4()
256 tr1=hsqt2*(cc[t1]-cc[t2]); in dradf4()
/dports/audio/mumble/mumble-1.3.3/3rdparty/smallft-src/
H A Dsmallft.cpp178 static float hsqt2 = .70710678118654752f; in dradf4() local
262 ti1=-hsqt2*(cc[t1]+cc[t2]); in dradf4()
263 tr1=hsqt2*(cc[t1]-cc[t2]); in dradf4()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-sys-0.0.8/libvorbis/lib/
H A Dsmallft.c171 static float hsqt2 = .70710678118654752f; in dradf4() local
255 ti1=-hsqt2*(cc[t1]+cc[t2]); in dradf4()
256 tr1=hsqt2*(cc[t1]-cc[t2]); in dradf4()

123