Home
last modified time | relevance | path

Searched refs:ABS (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlongobject.c38 #ifndef ABS
39 #define ABS(x) ((x) < 0 ? -(x) : (x)) macro
65 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 …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
Dlongobject.c38 #ifndef ABS
39 #define ABS(x) ((x) < 0 ? -(x) : (x)) macro
65 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 …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DTimeDate.c470 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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
Dlongobject.c38 #undef ABS
39 #define ABS(x) ((x) < 0 ? -(x) : (x)) macro
61 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 …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
DMisc.c131 AbsCount = (UINTN)ABS(Count); in HMoveLine()
163 AbsCount = (UINTN)ABS(Count); in HMoveCurrentLine()
DBufferImage.c1465 Abs = (UINTN)ABS(RowGap); in HBufferImageMovePosition()
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Dasm.h131 #define ABS(_name_, _value_) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmarshal.c24 #ifndef ABS
25 #define ABS(x) ((x) < 0 ? -(x) : (x)) macro
166 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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
Dmarshal.c24 #undef ABS
25 #define ABS(x) ((x) < 0 ? -(x) : (x)) macro
187 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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dmarshal.c24 #ifndef ABS
25 #define ABS(x) ((x) < 0 ? -(x) : (x)) macro
166 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()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
DFileBuffer.c246 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()
/device/linaro/bootloader/edk2/MdePkg/Include/
DBase.h896 #define ABS(a) \ macro
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c317 #ifndef ABS
318 #define ABS(x) (((x) > 0) ? (x) : -(x)) macro
2960 absDiffX = ABS((int32_t)mTask.accTestX - tempTestX);
2961 absDiffY = ABS((int32_t)mTask.accTestY - tempTestY);
2962 absDiffZ = ABS((int32_t)mTask.accTestZ - tempTestZ);