Searched defs:cdft (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/fft2d/src/fft2d/fft2d/ |
H A D | fftsg.f | 269 subroutine cdft(n, isgn, a, ip, w) subroutine 270 integer n, isgn, ip(0 : *), nw 271 real*8 a(0 : n - 1), w(0 : *)
|
H A D | fftsg.c | 285 void cdft(int n, int isgn, double *a, int *ip, double *w) in cdft() function
|