Home
last modified time | relevance | path

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

/external/fft2d/src/fft2d/fft2d/sample2d/
Dfftsg3dt.c17 void ddst3d(int, int, int, int, double ***, double *, int *, double *); in main()
74 ddst3d(n1, n2, n3, 1, a, NULL, ip, w); in main()
75 ddst3d(n1, n2, n3, -1, a, NULL, ip, w); in main()
Dfftsg3dt.f59 call ddst3d(nmax, nmax, n1, n2, n3, 1, a, t, ip, w)
60 call ddst3d(nmax, nmax, n1, n2, n3, -1, a, t, ip, w)
/external/fft2d/src/fft2d/fft2d/
Dreadme2d.txt48 ddst3d: 3-dim Discrete Sine Transform
Dfftsg3d.f551 subroutine ddst3d(n1max, n2max, n1, n2, n3, isgn, a, subroutine
Dfftsg3d.c788 void ddst3d(int n1, int n2, int n3, int isgn, double ***a, in ddst3d() function