Searched defs:dfst (Results 1 – 2 of 2) sorted by relevance
/external/fft2d/src/fft2d/fft2d/ |
D | fftsg.f | 496 subroutine dfst(n, a, t, ip, w) subroutine 497 integer n, ip(0 : *), j, k, l, m, mh, nw, nc 498 real*8 a(0 : n - 1), t(0 : n / 2 - 1), w(0 : *), xr, xi, yr, yi
|
D | fftsg.c | 554 void dfst(int n, double *a, double *t, int *ip, double *w) in dfst() function
|