Searched refs:fftImpl (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | numeric.d | 2782 void fftImpl(Ret, R)(Stride!R range, Ret buf) const in fftImpl() function 2795 fftImpl(recurseRange, buf[0..$ / 2]); 2797 fftImpl(recurseRange, buf[$ / 2..$]); 3145 return fftImpl(range, buf); 3147 return fftImpl(Stride!R(range, 1), buf);
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | numeric.d | 3345 void fftImpl(Ret, R)(Stride!R range, Ret buf) const in fftImpl() function 3358 fftImpl(recurseRange, buf[0..$ / 2]); 3360 fftImpl(recurseRange, buf[$ / 2..$]); 3710 return fftImpl(range, buf); 3712 return fftImpl(Stride!R(range, 1), buf);
|