Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmathmodule.c190 #define NGAMMA_INTEGRAL 23 macro
191 static const double gamma_integral[NGAMMA_INTEGRAL] = {
255 if (x <= NGAMMA_INTEGRAL) in m_tgamma()
/external/python/cpython3/Modules/
Dmathmodule.c219 #define NGAMMA_INTEGRAL 23 macro
220 static const double gamma_integral[NGAMMA_INTEGRAL] = {
314 if (x <= NGAMMA_INTEGRAL) in m_tgamma()