Home
last modified time | relevance | path

Searched defs:ddst2d (Results 1 – 3 of 3) sorted by relevance

/external/fft2d/src/fft2d/fft2d/
Dfftsg2d.f406 subroutine ddst2d(n1max, n1, n2, isgn, a, t, ip, w) subroutine
407 integer n1max, n1, n2, isgn, ip(0 : *), n, nw, nc, j local
408 real*8 a(0 : n1max - 1, 0 : n2 - 1), t(0 : 4 * n2 - 1),
409 & w(0 : *)
Dfft4f2d.f492 subroutine ddst2d(n1max, n1, n2, isgn, a, t, ip, w) subroutine
493 integer n1max, n1, n2, isgn, ip(0 : *), n, nw, nc, n1h, n2h,
494 & i, ix, ic, j, jx, jc
495 real*8 a(0 : n1max - 1, 0 : n2 - 1),
496 & t(0 : n1max - 1, 0 : n2 - 1), w(0 : *), xi
Dfftsg2d.c630 void ddst2d(int n1, int n2, int isgn, double **a, double *t, in ddst2d() function