Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmathmodule.c967 double xsave, special_sum = 0.0, inf_sum = 0.0; in math_fsum() local
1020 special_sum += xsave; in math_fsum()
1031 if (special_sum != 0.0) { in math_fsum()
1036 sum = PyFloat_FromDouble(special_sum); in math_fsum()
/external/python/cpython3/Modules/
Dmathmodule.c1306 double xsave, special_sum = 0.0, inf_sum = 0.0; in math_fsum() local
1359 special_sum += xsave; in math_fsum()
1370 if (special_sum != 0.0) { in math_fsum()
1375 sum = PyFloat_FromDouble(special_sum); in math_fsum()