Searched defs:xdft3da_sub (Results 1 – 2 of 2) sorted by relevance
/external/fft2d/src/fft2d/fft2d/ |
D | fftsg3d.f | 577 subroutine xdft3da_sub(n1max, n2max, n1, n2, n3, icr, subroutine 579 integer n1max, n2max, n1, n2, n3, icr, isgn, 580 & ip(0 : *), i, j, k local 581 real*8 a(0 : n1max - 1, 0 : n2max - 1, 0 : n3 - 1), 582 & t(0 : *), w(0 : *)
|
D | fftsg3d.c | 858 void xdft3da_sub(int n1, int n2, int n3, int icr, int isgn, in xdft3da_sub() function
|