Searched defs:bitrv2conj (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/fft2d/src/fft2d/fft2d/ |
H A D | fftsg.f | 1070 subroutine bitrv2conj(n, ip, a) subroutine 1071 integer n, ip(0 : *), j, j1, k, k1, l, m, nh, nm local 1072 real*8 a(0 : n - 1), xr, xi, yr, yi
|
H A D | fftsg.c | 1243 void bitrv2conj(int n, int *ip, double *a) in bitrv2conj() function
|