Searched refs:cosqf (Results 1 – 2 of 2) sorted by relevance
/external/pffft/ |
D | fftpack.h | 73 void cosqf(fftpack_int n, fftpack_real *x, fftpack_real *wsave);
|
D | fftpack.c | 2350 void cosqf(integer n, real *x, real *wsave) in cosqf() function 2530 cosqf(n, &x[1], &wsave[1]); in sinqf() 2980 cosqf(n, x, w); in main() 2992 cosqf(n, x, w); in main()
|