Home
last modified time | relevance | path

Searched defs:dfct (Results 1 – 2 of 2) sorted by relevance

/external/fft2d/src/fft2d/fft2d/
Dfftsg.f411 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
Dfftsg.c461 void dfct(int n, double *a, double *t, int *ip, double *w) in dfct() function