HomeSort by relevance Sort by last modified time
    Searched defs:ABS (Results 1 - 25 of 43) sorted by null

1 2

  /system/core/libutils/
LinearTransform.cpp 26 template<class T> static inline T ABS(T x) { return (x < 0) ? -x : x; }
127 // Compute abs(val - basis_64). Keep track of whether or not this delta
141 invert_frac ? D : ABS(N),
142 invert_frac ? ABS(N) : D,
148 // underflow unless ABS(basis2) is large enough to pull us back into the
157 if (ABS(basis2) <= static_cast<int64_t>(scaled & INT64_MAX))
  /external/libhevc/common/
ihevc_macros.h 45 #define ABS(x) ((((WORD32)(x)) > 0) ? (x) : -(x))
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.h 133 #define ABS(a) (((a) < 0) ? -(a) : (a))
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mlmath.h 82 #ifndef ABS
83 #define ABS(x) (((x)>=0)?(x):-(x))
  /hardware/invensense/60xx/mlsdk/platform/include/
mlmath.h 94 #ifndef ABS
95 #define ABS(x) (((x)>=0)?(x):-(x))
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mlmath.h 82 #ifndef ABS
83 #define ABS(x) (((x)>=0)?(x):-(x))
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 82 #ifndef ABS
83 #define ABS(x) (((x)>=0)?(x):-(x))
  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
basic_op.h 33 #define ABS(a) ((a) >= 0) ? (a) : (-(a))
35 /* Short abs, 1 */
46 /* Long abs, 3 */
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 50 #define ABS(symbol,value) .globl symbol; symbol = value
  /external/chromium_org/third_party/icu/source/common/
utrie.c 31 #undef ABS
32 #define ABS(x) ((x)>=0 ? (x) : -(x))
254 return trie->data[ABS(block)+(c&UTRIE_MASK)];
552 trie->map[ABS(trie->index[i])>>UTRIE_SHIFT]=0;
683 trie->index[i]=trie->map[ABS(trie->index[i])>>UTRIE_SHIFT];
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blit.c 35 #define ABS(X) ((X) < 0 ? -(X) : (X))
115 const GLint srcWidth = ABS(srcX1 - srcX0);
116 const GLint dstWidth = ABS(dstX1 - dstX0);
117 const GLint srcHeight = ABS(srcY1 - srcY0);
118 const GLint dstHeight = ABS(dstY1 - dstY0);
495 const GLint srcWidth = ABS(srcX1 - srcX0);
496 const GLint dstWidth = ABS(dstX1 - dstX0);
497 const GLint srcHeight = ABS(srcY1 - srcY0);
498 const GLint dstHeight = ABS(dstY1 - dstY0);
  /external/chromium_org/third_party/opus/src/celt/
arch.h 72 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute integer value. */
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 53 ABS,
  /external/icu/icu4c/source/common/
utrie.cpp 31 #undef ABS
32 #define ABS(x) ((x)>=0 ? (x) : -(x))
254 return trie->data[ABS(block)+(c&UTRIE_MASK)];
552 trie->map[ABS(trie->index[i])>>UTRIE_SHIFT]=0;
683 trie->index[i]=trie->map[ABS(trie->index[i])>>UTRIE_SHIFT];
    [all...]
  /external/libopus/celt/
arch.h 72 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute integer value. */
  /external/mesa3d/src/mesa/swrast/
s_blit.c 35 #define ABS(X) ((X) < 0 ? -(X) : (X))
115 const GLint srcWidth = ABS(srcX1 - srcX0);
116 const GLint dstWidth = ABS(dstX1 - dstX0);
117 const GLint srcHeight = ABS(srcY1 - srcY0);
118 const GLint dstHeight = ABS(dstY1 - dstY0);
495 const GLint srcWidth = ABS(srcX1 - srcX0);
496 const GLint dstWidth = ABS(dstX1 - dstX0);
497 const GLint srcHeight = ABS(srcY1 - srcY0);
498 const GLint dstHeight = ABS(dstY1 - dstY0);
  /external/pixman/pixman/
pixman.c 397 #define ABS(f) (((f) < 0)? (-(f)) : (f))
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
inv_self_test.c 28 #ifndef ABS
29 #define ABS(x)(((x) >= 0) ? (x) : -(x))
486 if (ABS(accel_bias[1].l) > ABS(accel_bias[0].l)) {
489 if (ABS(accel_bias[2].l) > ABS(accel_bias[axis].l)) {
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegDecoder.cpp 203 #define ABS(a) (((a) < 0) ? (-(a)) : (a))
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
asm.h 50 #define ABS(symbol,value) .globl symbol; symbol = value
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
asm.h 50 #define ABS(symbol,value) .globl symbol; symbol = value
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
asm.h 50 #define ABS(symbol,value) .globl symbol; symbol = value
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
asm.h 50 #define ABS(symbol,value) .globl symbol; symbol = value
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
asm.h 50 #define ABS(symbol,value) .globl symbol; symbol = value
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
asm.h 50 #define ABS(symbol,value) .globl symbol; symbol = value

Completed in 639 milliseconds

1 2