MCPcopy Create free account
hub / github.com/numpy/numpy / sincos_2pibyn

Function sincos_2pibyn

numpy/fft/_pocketfft.c:211–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 }
210
211NOINLINE static void sincos_2pibyn(size_t n, double * restrict res)
212 {
213 sincos_2pibyn_half(n, res);
214 fill_second_half(n, res);
215 }
216
217NOINLINE static size_t largest_prime_factor (size_t n)
218 {

Callers 2

cfftp_comp_twiddleFunction · 0.85
make_fftblue_planFunction · 0.85

Calls 2

sincos_2pibyn_halfFunction · 0.85
fill_second_halfFunction · 0.85

Tested by

no test coverage detected