Searched defs:cdft (Results  1 – 2 of 2) sorted by relevance
| /external/fft2d/src/fft2d/fft2d/ | 
| D | fftsg.f | 269       subroutine cdft(n, isgn, a, ip, w)  subroutine270       integer n, isgn, ip(0 : *), nw
 271       real*8 a(0 : n - 1), w(0 : *)
 
 | 
| D | fftsg.c | 285 void cdft(int n, int isgn, double *a, int *ip, double *w)  in cdft()  function
 |