Home
last modified time | relevance | path

Searched refs:cdft2d_sub (Results 1 – 2 of 2) sorted by relevance

/external/fft2d/src/fft2d/fft2d/
Dfftsg2d.f323 call cdft2d_sub(n1max, n1, n2, isgn, a, t, ip, w)
343 call cdft2d_sub(n1max, n1, n2, isgn, a, t, ip, w)
349 call cdft2d_sub(n1max, n1, n2, isgn, a, t, ip, w)
429 subroutine cdft2d_sub(n1max, n1, n2, isgn, a, t, ip, w) subroutine
Dfftsg2d.c402 void cdft2d_sub(int n1, int n2, int isgn, double **a, double *t, in cdft2d()
445 cdft2d_sub(n1, n2, isgn, a, t, ip, w); in cdft2d()
459 void cdft2d_sub(int n1, int n2, int isgn, double **a, double *t, in rdft2d()
516 cdft2d_sub(n1, n2, isgn, a, t, ip, w); in rdft2d()
522 cdft2d_sub(n1, n2, isgn, a, t, ip, w); in rdft2d()
697 void cdft2d_sub(int n1, int n2, int isgn, double **a, double *t, in cdft2d_sub() function