/external/fft2d/src/fft2d/fft2d/ |
D | fftsg2d.c | 401 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 …]
|
D | fftsg3d.c | 861 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 …]
|
D | fftsg2d.f | 321 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)
|
D | fftsg3d.f | 586 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 …]
|
D | readme2d.txt | 51 cdft: 1-dim Complex Discrete Fourier Transform
|
D | fftsg.f | 269 subroutine cdft(n, isgn, a, ip, w) subroutine
|
D | fftsg.c | 285 void cdft(int n, int isgn, double *a, int *ip, double *w) in cdft() function
|
/external/fft2d/src/fft2d/ |
D | fft.h | 13 extern void cdft(int, int, double *, int *, double *);
|
/external/tensorflow/third_party/fft2d/ |
D | fft.h | 25 extern void cdft(int, int, double *, int *, double *);
|
/external/tflite-support/third_party/fft2d/ |
D | fft.h | 25 extern void cdft(int, int, double *, int *, double *);
|