Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dmathmodule.c1360 #define NUM_PARTIALS 32 /* initial partials array size, on stack */ macro
1436 Py_ssize_t i, j, n = 0, m = NUM_PARTIALS; in math_fsum()
1437 double x, y, t, ps[NUM_PARTIALS], *p = ps; in math_fsum()
1447 assert((m == NUM_PARTIALS && p == ps) || in math_fsum()
1448 (m > NUM_PARTIALS && p != NULL)); in math_fsum()
1549 #undef NUM_PARTIALS