Searched defs:cdft2d (Results 1 – 3 of 3) sorted by relevance
/external/fft2d/src/fft2d/fft2d/ |
D | fftsg2d.f | 312 subroutine cdft2d(n1max, n1, n2, isgn, a, t, ip, w) subroutine 323 call cdft2d_sub(n1max, n1, n2, isgn, a, t, ip, w) argument
|
D | fft4f2d.f | 291 subroutine cdft2d(n1max, n1, n2, isgn, a, ip, w) subroutine 292 integer n1max, n1, n2, isgn, ip(0 : *), n local 293 real*8 a(0 : n1max - 1, 0 : n2 - 1), w(0 : *)
|
D | fftsg2d.c | 397 void cdft2d(int n1, int n2, int isgn, double **a, double *t, in cdft2d() function
|