Home
last modified time | relevance | path

Searched refs:rftbsub (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/
Dslp-throttle.ll4 define dso_local void @rftbsub(double* %a) local_unnamed_addr #0 {
5 ; CHECK-LABEL: @rftbsub(
/external/webrtc/common_audio/third_party/ooura/fft_size_256/
Dfft4g.cc306 void rftbsub(size_t n, float* a, size_t nc, float* c);
801 void rftbsub(size_t n, float* a, size_t nc, float* c) { in rftbsub() function
857 rftbsub(n, a, nc, w + nw); in WebRtc_rdft()
/external/fft2d/src/fft2d/fft2d/
Dfftsg.c312 void rftbsub(int n, double *a, int nc, double *c); in rdft()
340 rftbsub(n, a, nc, w + nw); in rdft()
356 void rftbsub(int n, double *a, int nc, double *c); in ddct()
380 rftbsub(n, a, nc, w + nw); in ddct()
412 void rftbsub(int n, double *a, int nc, double *c); in ddst()
436 rftbsub(n, a, nc, w + nw); in ddst()
3249 void rftbsub(int n, double *a, int nc, double *c) in rftbsub() function
Dfftsg.f311 call rftbsub(n, a, nc, w(nw))
341 call rftbsub(n, a, nc, w(nw))
387 call rftbsub(n, a, nc, w(nw))
2910 subroutine rftbsub(n, a, nc, c) subroutine