Searched refs:cfttree (Results 1 – 2 of 2) sorted by relevance
/external/fft2d/src/fft2d/fft2d/ |
D | fftsg.c | 2243 int cfttree(int n, int j, int k, double *a, int nw, double *w); in cftrec1_th() 2263 isplt = cfttree(m, j, k, a, nw, w); in cftrec1_th() 2272 int cfttree(int n, int j, int k, double *a, int nw, double *w); in cftrec2_th() 2294 isplt = cfttree(m, j, k, a, nw, w); in cftrec2_th() 2304 int cfttree(int n, int j, int k, double *a, int nw, double *w); in cftrec4() 2318 isplt = cfttree(m, j, k, a, nw, w); in cftrec4() 2324 int cfttree(int n, int j, int k, double *a, int nw, double *w) in cfttree() function
|
D | fftsg.f | 2007 integer n, nw, cfttree, isplt, j, k, m local 2018 isplt = cfttree(m, j, k, a, nw, w) 2023 integer function cfttree(n, j, k, a, nw, w) function 2053 cfttree = isplt
|