Searched defs:dctfsub (Results 1 – 1 of 1) sorted by relevance
/external/fft2d/src/fft2d/fft2d/ |
D | fft4f2d.f | 1391 subroutine dctfsub(n1max, n1, n2, a, nc, c) subroutine 1392 integer n1max, n1, n2, nc, kk1, kk2, ks1, ks2, n2h, j2, 1393 & k1, k2 1394 real*8 a(0 : n1max - 1, 0 : n2 - 1), c(0 : nc - 1), 1395 & w2r, w2i, wkr, wki, wjr, wji, x0r, x0i, x1r, x1i
|