Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c66 ST_NINF, /* 0, negative infinity */ enumerator
97 return ST_NINF; in special_type()
/external/python/cpython3/Modules/
Dcmathmodule.c148 ST_NINF, /* 0, negative infinity */ enumerator
179 return ST_NINF; in special_type()