Home
last modified time | relevance | path

Searched refs:calc_first_octant (Results 1 – 3 of 3) sorted by relevance

/dports/science/healpix/Healpix_3.50/src/cxx/pocketfft/
H A Dpocketfft.c62 NOINLINE static void calc_first_octant(size_t den, double * restrict res) in calc_first_octant() function
95 calc_first_octant(n<<1, p); in calc_first_quadrant()
116 calc_first_octant(n<<2, p); in calc_first_half()
186 calc_first_octant(n, res); in sincos_2pibyn_half()
/dports/math/libsharp2/libsharp-54856313a5fcfb6a33817b7dfa28c4b1965ffbd1/libsharp2/
H A Dpocketfft.c64 NOINLINE static void calc_first_octant(size_t den, double * restrict res) in calc_first_octant() function
97 calc_first_octant(n<<1, p); in calc_first_quadrant()
118 calc_first_octant(n<<2, p); in calc_first_half()
188 calc_first_octant(n, res); in sincos_2pibyn_half()
/dports/math/py-numpy/numpy-1.20.3/numpy/fft/
H A D_pocketfft.c74 NOINLINE static void calc_first_octant(size_t den, double * restrict res) in calc_first_octant() function
107 calc_first_octant(n<<1, p); in calc_first_quadrant()
128 calc_first_octant(n<<2, p); in calc_first_half()
198 calc_first_octant(n, res); in sincos_2pibyn_half()