/device/asus/fugu/libaudio/ |
D | LinearTransform.cpp | 36 static inline T ABS(T x) { return (x < 0) ? -x : x; } in ABS() function 155 invert_frac ? D : ABS(N), in linear_transform_s64_to_s64() 156 invert_frac ? ABS(N) : D, in linear_transform_s64_to_s64() 171 if (ABS(basis2) <= static_cast<int64_t>(scaled & INT64_MAX)) in linear_transform_s64_to_s64()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | longobject.c | 38 #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/ |
D | longobject.c | 38 #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/ |
D | TimeDate.c | 473 TzMinutes = (ABS(TheTime.TimeZone)) % 60; in ShellCommandRunTime() 487 ((ABS(TheTime.TimeZone)) / 60), in ShellCommandRunTime() 516 TzMinutes = (ABS(TheTime.TimeZone)) % 60; in ShellCommandRunTime() 527 ((ABS(TheTime.TimeZone)) / 60), in ShellCommandRunTime() 907 TzMinutes = (ABS(TheTime.TimeZone)) % 60; in ShellCommandRunTimeZone() 916 (ABS(TheTime.TimeZone)) / 60, in ShellCommandRunTimeZone() 927 TzMinutes = (ABS(TheTime.TimeZone)) % 60; in ShellCommandRunTimeZone() 936 (ABS(TheTime.TimeZone)) / 60, in ShellCommandRunTimeZone()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/ |
D | longobject.c | 38 #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/ |
D | Misc.c | 131 AbsCount = (UINTN)ABS(Count); in HMoveLine() 163 AbsCount = (UINTN)ABS(Count); in HMoveCurrentLine()
|
D | BufferImage.c | 1470 Abs = (UINTN)ABS(RowGap); in HBufferImageMovePosition()
|
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
D | asm.h | 131 #define ABS(_name_, _value_) \ macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/ |
D | marshal.c | 24 #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/ |
D | marshal.c | 24 #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/Python-2.7.2/Python/ |
D | marshal.c | 24 #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/ |
D | FileBuffer.c | 250 AbsCount = (UINTN)ABS(Count); in MoveLine() 2668 AbsCount = (UINTN)ABS(Count); in MoveCurrentLine() 2738 Abs = (UINTN)ABS(RowGap); in FileBufferMovePosition() 3188 AbsX = ABS(TextX); in FileBufferAdjustMousePosition() 3189 AbsY = ABS(TextY); in FileBufferAdjustMousePosition()
|
/device/linaro/bootloader/edk2/MdePkg/Include/ |
D | Base.h | 731 #define ABS(a) \ macro
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 269 #ifndef ABS 270 #define ABS(x) (((x) > 0) ? (x) : -(x)) macro 2877 absDiffX = ABS((int32_t)mTask.accTestX - tempTestX); 2878 absDiffY = ABS((int32_t)mTask.accTestY - tempTestY); 2879 absDiffZ = ABS((int32_t)mTask.accTestZ - tempTestZ);
|