Searched defs:cftleaf (Results  1 – 2 of 2) sorted by relevance
| /external/fft2d/src/fft2d/fft2d/ | 
| D | fftsg.f | 2056       subroutine cftleaf(n, isplt, a, nw, w)  subroutine2057       integer n, isplt, nw
 2058       real*8 a(0 : n - 1), w(0 : nw - 1)
 
 | 
| D | fftsg.c | 2359 void cftleaf(int n, int isplt, double *a, int nw, double *w)  in cftleaf()  function
 |