Home
last modified time | relevance | path

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

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