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

12

  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
asm.h 50 #define ABS(symbol,value) .globl symbol; symbol = value
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
asm.h 50 #define ABS(symbol,value) .globl symbol; symbol = value
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
asm.h 50 #define ABS(symbol,value) .globl symbol; symbol = value
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
asm.h 50 #define ABS(symbol,value) .globl symbol; symbol = value
  /external/mesa3d/src/gallium/state_trackers/vega/
matrix.h 40 #define ABS(x) (fabsf(x))
52 /* abs(value) >= 2^31 -> clamp. */
57 /* abs(value) < 1 -> return -1 or 0. */
62 /* abs(value) >= 2^23 -> shift left. */
  /external/speex/libspeex/
arch.h 81 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute integer value. */
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
APIInfo.java 34 public static final int ABS = 5, ABS_ABSTRACT = 1;
98 public void setAbstract() { setType(ABS, ABS_ABSTRACT); }
124 public boolean isAbstract() { return getVal(ABS) == ABS_ABSTRACT; }
CheckAPI.java 87 private static final int ABS = 5, ABS_ABSTRACT = 1;
340 setType(ABS, ABS_ABSTRACT);
372 setType(ABS, ABS_ABSTRACT);
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-win.c 138 #define ABS(a) ((a)<0?-(a):(a))
    [all...]
rpng2-x.c 142 #define ABS(a) ((a)<0?-(a):(a))
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 235 MCSymbol *ABS = Context.createTempSymbol();
236 OS.EmitAssignment(ABS, Expr);
237 return MCSymbolRefExpr::create(ABS, Context);
241 const MCExpr *ABS = forceExpAbs(OS, Value);
242 OS.EmitValue(ABS, Size);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIDefines.h 83 ABS = 1 << 1
  /frameworks/base/tools/aapt2/compile/
Png.cpp 228 #define ABS(a) ((a)<0?-(a):(a))
265 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
266 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation);
267 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 649 #undef ABS /* Likewise. */
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 872 #define ABS(a) ((a)<0?-(a):(a))
939 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
940 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation);
941 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 589 #ifndef ABS
590 #define ABS(a) (((a) < 0) ? -(a) : (a))
591 #endif /* ABS */
  /device/google/contexthub/firmware/src/drivers/bosch_bmi160/
bosch_bmi160.c 248 #define ABS(x) (((x) > 0) ? (x) : -(x))
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
h8300.h 48 ABS = 0x0200,
182 ABS8SRC = SRC | ABS | L_8,
183 ABS16SRC = SRC | ABS | L_16U,
184 ABS24SRC = SRC | ABS | L_24,
185 ABS32SRC = SRC | ABS | L_32,
187 ABS8DST = DST | ABS | L_8,
188 ABS16DST = DST | ABS | L_16U,
189 ABS24DST = DST | ABS | L_24,
190 ABS32DST = DST | ABS | L_32,
192 ABS8OP3 = OP3 | ABS | L_8
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 1538 milliseconds

12