Home
last modified time | relevance | path

Searched refs:rdft3d (Results 1 – 5 of 5) sorted by relevance

/external/fft2d/src/fft2d/fft2d/sample2d/
Dfftsg3dt.c15 void rdft3d(int, int, int, int, double ***, double *, int *, double *); in main()
47 rdft3d(n1, n2, n3, 1, a, NULL, ip, w); in main()
48 rdft3d(n1, n2, n3, -1, a, NULL, ip, w); in main()
Dfftsg3dt.f30 call rdft3d(nmax, nmax, n1, n2, n3, 1, a, t, ip, w)
31 call rdft3d(nmax, nmax, n1, n2, n3, -1, a, t, ip, w)
/external/fft2d/src/fft2d/fft2d/
Dreadme2d.txt46 rdft3d: 3-dim Real Discrete Fourier Transform
49 rdft3dsort: rdft3d input/output ordering
Dfftsg3d.f416 subroutine rdft3d(n1max, n2max, n1, n2, n3, isgn, a, subroutine
Dfftsg3d.c555 void rdft3d(int n1, int n2, int n3, int isgn, double ***a, in rdft3d() function