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