Searched defs:ddct3d (Results 1 – 2 of 2) sorted by relevance
/external/fft2d/src/fft2d/fft2d/ |
D | fftsg3d.f | 527 subroutine ddct3d(n1max, n2max, n1, n2, n3, isgn, a, subroutine 529 integer n1max, n2max, n1, n2, n3, isgn, ip(0 : *), 530 & n, nw, nc 531 real*8 a(0 : n1max - 1, 0 : n2max - 1, 0 : n3 - 1), 532 & t(0 : *), w(0 : *)
|
D | fftsg3d.c | 721 void ddct3d(int n1, int n2, int n3, int isgn, double ***a, in ddct3d() function
|