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