Searched defs:bitrv2col (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/fft2d/src/fft2d/fft2d/ |
H A D | fft4f2d.f | 756 subroutine bitrv2col(n1max, n1, n, ip, a) subroutine 757 integer n1max, n1, n, ip(0 : *), i, j, j1, k, k1, l, m local 758 real*8 a(0 : n1max - 1, 0 : n - 1), xr, xi
|
H A D | fft4f2d.c | 794 void bitrv2col(int n1, int n, int *ip, double **a) in bitrv2col() function
|