Home
last modified time | relevance | path

Searched defs:makect (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/fft2d/src/fft2d/fft2d/
H A Dfft4f2d.f632 subroutine makect(nc, ip, c) subroutine
633 integer nc, ip(0 : *), nch, j local
634 real*8 c(0 : nc - 1), delta
H A Dfftsg.f650 subroutine makect(nc, ip, c) subroutine
651 integer nc, ip(0 : *), j, nch
652 real*8 c(0 : nc - 1), delta
H A Dfft4f2d.c718 void makect(int nc, int *ip, double *c) in makect() function
H A Dfftsg.c724 void makect(int nc, int *ip, double *c) in makect() function
/aosp_15_r20/external/webrtc/common_audio/third_party/ooura/fft_size_256/
H A Dfft4g.cc337 void makect(size_t nc, size_t* ip, float* c) { in makect() function