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

  /frameworks/base/libs/utils/
LinearTransform.cpp 26 template<class T> static inline T ABS(T x) { return (x < 0) ? -x : x; }
126 // Compute abs(val - basis_64). Keep track of whether or not this delta
140 ABS(N),
147 // underflow unless ABS(basis2) is large enough to pull us back into the
156 if (ABS(basis2) <= static_cast<int64_t>(scaled & INT64_MAX))
  /external/grub/stage2/
start_eltorito.S 40 #define ABS(x) (x-_start+BOOTSEC_LOCATION)
49 #define MSG(x) mov $ABS(x), %si; call message;
69 ljmp $0, $ABS(real_start)
93 mov %dl, ABS(BootDrive)
100 mov ABS(bi_length), %eax
107 mov ABS(bi_file), %eax
115 mov $ABS(firstlist - BOOTSEC_LISTSIZE), %si
117 mov ABS(BootDrive), %dl /* this makes sure %dl is our "boot" drive */
137 mov $ABS(dapa), %si /* Load up the DAPA */
145 cmp ABS(MaxTransfer), %b
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.h 132 #define ABS(a) (((a) < 0) ? -(a) : (a))
  /hardware/invensense/mlsdk/platform/include/
mlmath.h 94 #ifndef ABS
95 #define ABS(x) (((x)>=0)?(x):-(x))
  /external/bluetooth/glib/glib/
gmacros.h 196 #undef ABS
197 #define ABS(a) (((a) < 0) ? -(a) : (a))
  /external/grub/stage1/
stage1.S 30 #define ABS(x) (x-_start+0x7c00)
33 #define MSG(x) movw $ABS(x), %si; call message
128 ljmp $0, $ABS(real_start)
145 MOV_MEM_TO_AL(ABS(boot_drive)) /* movb ABS(boot_drive), %al */
178 MOV_MEM_TO_AL(ABS(force_lba)) /* movb ABS(force_lba), %al */
189 movw $ABS(disk_address_packet), %si
194 movl ABS(stage2_sector), %ebx
250 movw $ABS(sectors), %s
    [all...]
  /external/quake/quake/src/QW/scitech/include/
debug.h 228 #ifndef ABS
229 # define ABS(a) ((a) >= 0 ? (a) : -(a))
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
DEBUG.H 228 #ifndef ABS
229 # define ABS(a) ((a) >= 0 ? (a) : -(a))
  /frameworks/base/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 */
  /external/dbus/dbus/
dbus-internals.h 248 #undef ABS
249 #define ABS(a) (((a) < 0) ? -(a) : (a))
  /external/icu4c/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/llvm/lib/MC/
MCStreamer.cpp 57 MCSymbol *ABS = Context.CreateTempSymbol();
58 EmitAssignment(ABS, Expr);
59 return MCSymbolRefExpr::Create(ABS, Context);
115 const MCExpr *ABS = ForceExpAbs(Value);
116 EmitValue(ABS, Size, AddrSpace);
  /external/speex/libspeex/
arch.h 81 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute integer value. */
  /external/webkit/Tools/android/flex-2.5.4a/
flexdef.h 111 #ifndef ABS
112 #define ABS(x) ((x) < 0 ? -(x) : (x))
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 666 #define ABS(a) ((a)<0?-(a):(a))
702 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
703 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation);
704 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation);
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-win.c 109 #define ABS(a) ((a)<0?-(a):(a))
    [all...]
rpng2-x.c 126 #define ABS(a) ((a)<0?-(a):(a))
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmutils.h 512 #ifndef ABS
513 #define ABS(a) (((a) < 0)?-(a):(a))
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 512 #ifndef ABS
513 #define ABS(a) (((a) < 0)?-(a):(a))
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
rtl.h 35 #undef ABS /* Likewise. */
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 558 milliseconds