Searched defs:Py_ABS (Results 1 – 5 of 5) sorted by relevance
33 #define Py_ABS(x) ((x) < 0 ? -(x) : (x)) macro