Home
last modified time | relevance | path

Searched refs:radb2 (Results 1 – 24 of 24) sorted by relevance

/dports/science/cdcl/dcl-5.4.8-C/src/math2/fftlib/
H A DMakefile15 radb2.c radb3.c radb4.c radb5.c radbg.c \
26 radb2.o radb3.o radb4.o radb5.o radbg.o \
/dports/science/dcl/dcl-5.4.8/src/math2/fftlib/
H A DMakefile15 radb2.f radb3.f radb4.f radb5.f radbg.f \
26 radb2.o radb3.o radb4.o radb5.o radbg.o \
H A DMakefile.win15 radb2.f radb3.f radb4.f radb5.f radbg.f \
/dports/math/cmlib/cmlib-3.0_8/src/fftpkg/
H A DMakefile9 passf3.o passf4.o passf5.o radb2.o radb3.o radb4.o radb5.o radbg.o\
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/dfftpack/
H A DMakefile.am35 radb2.f \
H A DMakefile.modified53 radb2.o\
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/dsp/fourier/internal/fftpack/
H A Drfft.go677 radb2(ido, l1, ch, c, wa[iw:])
679 radb2(ido, l1, c, ch, wa[iw:])
722 func radb2(ido, l1 int, cc, ch, wa1 []float64) { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/fourier/internal/fftpack/
H A Drfft.go713 radb2(ido, l1, ch, c, wa[iw:])
715 radb2(ido, l1, c, ch, wa[iw:])
758 func radb2(ido, l1 int, cc, ch, wa1 []float64) { func
/dports/science/healpix/Healpix_3.50/src/f90/psht/libfftpack/
H A Dfftpack.c340 static void radb2(size_t ido, size_t l1, const double *cc, double *ch, in radb2() function
779 radb2(ido, l1, p1, p2, wa+iw); in rfftb1()
/dports/science/healpix/Healpix_3.50/src/f90/sharp/libfftpack/
H A Dfftpack.c340 static void radb2(size_t ido, size_t l1, const double *cc, double *ch, in radb2() function
779 radb2(ido, l1, p1, p2, wa+iw); in rfftb1()
/dports/math/slatec/src/
H A DMakefile140 radb2.f radb3.f radb4.f radb5.f radbg.f radf2.f radf3.f radf4.f \
/dports/science/gromacs/gromacs-2021.4/src/external/fftpack/
H A Dfftpack.cpp421 static void radb2(int ido, int l1, const Treal cc[], Treal ch[], const Treal wa1[]) in radb2() function
1369 radb2(ido, l1, cinput, coutput, &wa[iw]); in fftpack_rfftb1()
/dports/science/healpix/Healpix_3.50/src/cxx/pocketfft/
H A Dpocketfft.c1382 NOINLINE static void radb2(size_t ido, size_t l1, const double * restrict cc, in radb2() function
1753 radb2(ido, l1, p1, p2, plan->fct[k].tw); in rfftp_backward()
/dports/math/libsharp2/libsharp-54856313a5fcfb6a33817b7dfa28c4b1965ffbd1/libsharp2/
H A Dpocketfft.c1384 NOINLINE static void radb2(size_t ido, size_t l1, const double * restrict cc, in radb2() function
1755 radb2(ido, l1, p1, p2, plan->fct[k].tw); in rfftp_backward()
/dports/math/py-numpy/numpy-1.20.3/numpy/fft/
H A D_pocketfft.c1394 NOINLINE static void radb2(size_t ido, size_t l1, const double * restrict cc, in radb2() function
1765 radb2(ido, l1, p1, p2, plan->fct[k].tw); in rfftp_backward()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/pffft/src/
H A Dfftpack.c716 static void radb2(integer ido, integer l1, const real *cc, real *ch, const real *wa1) in radb2() function
2047 radb2(ido, l1, na?ch:c, na?c:ch, &wa[iw]); in rfftb1()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pffft/src/
H A Dfftpack.c716 static void radb2(integer ido, integer l1, const real *cc, real *ch, const real *wa1) in radb2() function
2047 radb2(ido, l1, na?ch:c, na?c:ch, &wa[iw]); in rfftb1()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pffft/src/
H A Dfftpack.c716 static void radb2(integer ido, integer l1, const real *cc, real *ch, const real *wa1) in radb2() function
2047 radb2(ido, l1, na?ch:c, na?c:ch, &wa[iw]); in rfftb1()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/pffft/src/
H A Dfftpack.c716 static void radb2(integer ido, integer l1, const real *cc, real *ch, const real *wa1) in radb2() function
2047 radb2(ido, l1, na?ch:c, na?c:ch, &wa[iw]); in rfftb1()
/dports/math/PDL/PDL-2.019/
H A DMANIFEST562 Lib/Slatec/slatec/radb2.f
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/numpy/fft/
H A Dpocketfft.hpp2063 void radb2(size_t ido, size_t l1, const T *POCKETFFT_RESTRICT cc, in radb2() function in pocketfft::detail::rfftp
2452 radb2(ido, l1, p1, p2, fact[k].tw); in exec()
/dports/math/jtransforms/JTransforms/src/edu/emory/mathcs/jtransforms/fft/
H A DDoubleFFT_1D.java1820 radb2(ido, l1, a, offa, ch, 0, iw); in rfftb()
1822 radb2(ido, l1, ch, 0, a, offa, iw); in rfftb()
1941 …void radb2(final int ido, final int l1, final double in[], final int in_off, final double out[], f… in radb2() method in DoubleFFT_1D
H A DFloatFFT_1D.java1820 radb2(ido, l1, a, offa, ch, 0, iw); in rfftb()
1822 radb2(ido, l1, ch, 0, a, offa, iw); in rfftb()
1941 …void radb2(final int ido, final int l1, final float in[], final int in_off, final float out[], fin… in radb2() method in FloatFFT_1D
/dports/science/py-scipy/scipy-1.7.1/scipy/fft/_pocketfft/
H A Dpocketfft_hdronly.h1890 template<typename T> void radb2(size_t ido, size_t l1,
2257 radb2(ido, l1, p1, p2, fact[k].tw);