Home
last modified time | relevance | path

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

/external/fft2d/src/fft2d/fft2d/
Dfftsg.c807 void cftleaf(int n, int isplt, double *a, int nw, double *w); in cftfsub()
828 cftleaf(n, 1, a, nw, w); in cftfsub()
855 void cftleaf(int n, int isplt, double *a, int nw, double *w); in cftbsub()
876 cftleaf(n, 1, a, nw, w); in cftbsub()
2244 void cftleaf(int n, int isplt, double *a, int nw, double *w); in cftrec1_th()
2259 cftleaf(m, 1, &a[n - m], nw, w); in cftrec1_th()
2264 cftleaf(m, isplt, &a[j - m], nw, w); in cftrec1_th()
2273 void cftleaf(int n, int isplt, double *a, int nw, double *w); in cftrec2_th()
2290 cftleaf(m, 0, &a[n - m], nw, w); in cftrec2_th()
2295 cftleaf(m, isplt, &a[j - m], nw, w); in cftrec2_th()
[all …]
Dfftsg.f677 call cftleaf(n, 1, a, nw, w)
705 call cftleaf(n, 1, a, nw, w)
2014 call cftleaf(m, 1, a(n - m), nw, w)
2019 call cftleaf(m, isplt, a(j - m), nw, w)
2056 subroutine cftleaf(n, isplt, a, nw, w) subroutine