Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c67 ST_NEG, /* 1, negative finite number (nonzero) */ enumerator
83 return ST_NEG; in special_type()
/external/python/cpython3/Modules/
Dcmathmodule.c149 ST_NEG, /* 1, negative finite number (nonzero) */ enumerator
165 return ST_NEG; in special_type()