Searched refs:ABS (Results 1 – 13 of 13) sorted by relevance
38 #ifndef ABS39 #define ABS(x) ((x) < 0 ? -(x) : (x)) macro65 Py_ssize_t j = ABS(Py_SIZE(v)); in long_normalize()498 ndigits = ABS(Py_SIZE(v)); in _PyLong_NumBits()1319 const Py_ssize_t size = ABS(Py_SIZE(a)); in divrem1()1349 size_a = ABS(Py_SIZE(a)); in long_to_decimal_string()1471 size_a = ABS(Py_SIZE(a)); in _PyLong_Format()2025 Py_ssize_t size_a = ABS(Py_SIZE(a)), size_b = ABS(Py_SIZE(b)); in long_divrem()2093 size_v = ABS(Py_SIZE(v1)); in x_divrem()2094 size_w = ABS(Py_SIZE(w1)); in x_divrem()[all …]
470 TzMinutes = (ABS(TheTime.TimeZone)) % 60; in ShellCommandRunTime()484 ((ABS(TheTime.TimeZone)) / 60), in ShellCommandRunTime()513 TzMinutes = (ABS(TheTime.TimeZone)) % 60; in ShellCommandRunTime()524 ((ABS(TheTime.TimeZone)) / 60), in ShellCommandRunTime()903 TzMinutes = (ABS(TheTime.TimeZone)) % 60; in ShellCommandRunTimeZone()912 (ABS(TheTime.TimeZone)) / 60, in ShellCommandRunTimeZone()923 TzMinutes = (ABS(TheTime.TimeZone)) % 60; in ShellCommandRunTimeZone()932 (ABS(TheTime.TimeZone)) / 60, in ShellCommandRunTimeZone()
38 #undef ABS39 #define ABS(x) ((x) < 0 ? -(x) : (x)) macro61 Py_ssize_t j = ABS(Py_SIZE(v)); in long_normalize()512 ndigits = ABS(Py_SIZE(v)); in _PyLong_NumBits()1333 const Py_ssize_t size = ABS(Py_SIZE(a)); in divrem1()1363 size_a = ABS(Py_SIZE(a)); in long_to_decimal_string()1485 size_a = ABS(Py_SIZE(a)); in _PyLong_Format()2039 Py_ssize_t size_a = ABS(Py_SIZE(a)), size_b = ABS(Py_SIZE(b)); in long_divrem()2107 size_v = ABS(Py_SIZE(v1)); in x_divrem()2108 size_w = ABS(Py_SIZE(w1)); in x_divrem()[all …]
131 AbsCount = (UINTN)ABS(Count); in HMoveLine()163 AbsCount = (UINTN)ABS(Count); in HMoveCurrentLine()
1465 Abs = (UINTN)ABS(RowGap); in HBufferImageMovePosition()
131 #define ABS(_name_, _value_) \ macro
24 #ifndef ABS25 #define ABS(x) ((x) < 0 ? -(x) : (x)) macro166 n = ABS(Py_SIZE(ob)); in w_PyLong()591 size = 1 + (ABS(n) - 1) / PyLong_MARSHAL_RATIO; in r_PyLong()592 shorts_in_top_digit = 1 + (ABS(n) - 1) % PyLong_MARSHAL_RATIO; in r_PyLong()
24 #undef ABS25 #define ABS(x) ((x) < 0 ? -(x) : (x)) macro187 n = ABS(Py_SIZE(ob)); in w_PyLong()596 size = 1 + (ABS(n) - 1) / PyLong_MARSHAL_RATIO; in r_PyLong()597 shorts_in_top_digit = 1 + (ABS(n) - 1) % PyLong_MARSHAL_RATIO; in r_PyLong()
246 AbsCount = (UINTN)ABS(Count); in MoveLine()2630 AbsCount = (UINTN)ABS(Count); in MoveCurrentLine()2699 Abs = (UINTN)ABS(RowGap); in FileBufferMovePosition()3144 AbsX = ABS(TextX); in FileBufferAdjustMousePosition()3145 AbsY = ABS(TextY); in FileBufferAdjustMousePosition()
896 #define ABS(a) \ macro
317 #ifndef ABS318 #define ABS(x) (((x) > 0) ? (x) : -(x)) macro2960 absDiffX = ABS((int32_t)mTask.accTestX - tempTestX);2961 absDiffY = ABS((int32_t)mTask.accTestY - tempTestY);2962 absDiffZ = ABS((int32_t)mTask.accTestZ - tempTestZ);