Home
last modified time | relevance | path

Searched refs:cdft (Results 1 – 10 of 10) sorted by relevance

/external/fft2d/src/fft2d/fft2d/
Dfftsg2d.c401 void cdft(int n, int isgn, double *a, int *ip, double *w); in cdft2d()
443 cdft(n2, isgn, a[i], ip, w); in cdft2d()
700 void cdft(int n, int isgn, double *a, int *ip, double *w); in cdft2d_sub()
715 cdft(2 * n1, isgn, t, ip, w); in cdft2d_sub()
716 cdft(2 * n1, isgn, &t[2 * n1], ip, w); in cdft2d_sub()
717 cdft(2 * n1, isgn, &t[4 * n1], ip, w); in cdft2d_sub()
718 cdft(2 * n1, isgn, &t[6 * n1], ip, w); in cdft2d_sub()
737 cdft(2 * n1, isgn, t, ip, w); in cdft2d_sub()
738 cdft(2 * n1, isgn, &t[2 * n1], ip, w); in cdft2d_sub()
750 cdft(2 * n1, isgn, t, ip, w); in cdft2d_sub()
[all …]
Dfftsg3d.c861 void cdft(int n, int isgn, double *a, int *ip, double *w); in xdft3da_sub()
868 cdft(n3, isgn, a[i][j], ip, w); in xdft3da_sub()
887 cdft(2 * n2, isgn, t, ip, w); in xdft3da_sub()
888 cdft(2 * n2, isgn, &t[2 * n2], ip, w); in xdft3da_sub()
889 cdft(2 * n2, isgn, &t[4 * n2], ip, w); in xdft3da_sub()
890 cdft(2 * n2, isgn, &t[6 * n2], ip, w); in xdft3da_sub()
909 cdft(2 * n2, isgn, t, ip, w); in xdft3da_sub()
910 cdft(2 * n2, isgn, &t[2 * n2], ip, w); in xdft3da_sub()
922 cdft(2 * n2, isgn, t, ip, w); in xdft3da_sub()
940 void cdft(int n, int isgn, double *a, int *ip, double *w); in cdft3db_sub()
[all …]
Dfftsg2d.f321 call cdft(n1, isgn, a(0, j), ip, w)
445 call cdft(2 * n2, isgn, t, ip, w)
446 call cdft(2 * n2, isgn, t(2 * n2), ip, w)
447 call cdft(2 * n2, isgn, t(4 * n2), ip, w)
448 call cdft(2 * n2, isgn, t(6 * n2), ip, w)
467 call cdft(2 * n2, isgn, t, ip, w)
468 call cdft(2 * n2, isgn, t(2 * n2), ip, w)
480 call cdft(2 * n2, isgn, t, ip, w)
Dfftsg3d.f586 call cdft(n1, isgn, a(0, j, k), ip, w)
605 call cdft(2 * n2, isgn, t, ip, w)
606 call cdft(2 * n2, isgn, t(2 * n2), ip, w)
607 call cdft(2 * n2, isgn, t(4 * n2), ip, w)
608 call cdft(2 * n2, isgn, t(6 * n2), ip, w)
627 call cdft(2 * n2, isgn, t, ip, w)
628 call cdft(2 * n2, isgn, t(2 * n2), ip, w)
640 call cdft(2 * n2, isgn, t, ip, w)
673 call cdft(2 * n3, isgn, t, ip, w)
674 call cdft(2 * n3, isgn, t(2 * n3), ip, w)
[all …]
Dreadme2d.txt51 cdft: 1-dim Complex Discrete Fourier Transform
Dfftsg.f269 subroutine cdft(n, isgn, a, ip, w) subroutine
Dfftsg.c285 void cdft(int n, int isgn, double *a, int *ip, double *w) in cdft() function
/external/fft2d/src/fft2d/
Dfft.h13 extern void cdft(int, int, double *, int *, double *);
/external/tensorflow/third_party/fft2d/
Dfft.h25 extern void cdft(int, int, double *, int *, double *);
/external/tflite-support/third_party/fft2d/
Dfft.h25 extern void cdft(int, int, double *, int *, double *);