Searched defs:abs (Results 1 – 8 of 8) sorted by relevance
90 for (uint32_t abs : GetAbs()) { in SetUp() local139 static const std::vector<const uint32_t> abs{}; in GetAbs() local
34 static const std::vector<const uint32_t> abs{ABS_X, ABS_Y}; in GetAbs() local
21 abs(int j) in abs() function
267 def _cmp(a, b, sh, abs=abs, cmp=cmp): argument
3929 def abs(self, a): member in Context
171 abs = radius = __abs__ variable in Complex
440 unsigned long abs = (unsigned long)(jj < 0 ? -jj : jj); in float_richcompare() local
439 unsigned long abs = (unsigned long)(jj < 0 ? -jj : jj); in float_richcompare() local