Home
last modified time | relevance | path

Searched refs:LANCZOS_N (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dmathmodule.c165 #define LANCZOS_N 13 macro
168 static const double lanczos_num_coeffs[LANCZOS_N] = {
185 static const double lanczos_den_coeffs[LANCZOS_N] = {
216 for (i = LANCZOS_N; --i >= 0; ) { in lanczos_sum()
222 for (i = 0; i < LANCZOS_N; i++) { in lanczos_sum()
/external/python/cpython3/Modules/
Dmathmodule.c194 #define LANCZOS_N 13 macro
197 static const double lanczos_num_coeffs[LANCZOS_N] = {
214 static const double lanczos_den_coeffs[LANCZOS_N] = {
245 for (i = LANCZOS_N; --i >= 0; ) { in lanczos_sum()
251 for (i = 0; i < LANCZOS_N; i++) { in lanczos_sum()