Searched defs:ABS (Results 1 - 19 of 19) sorted by relevance

/external/libavc/encoder/
H A Dime_macros.h37 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) macro
/external/libmpeg2/common/
H A Dicv_macros.h41 #define ABS(x) ((x) < 0 ? (-1 * (x)) : (x)) macro
H A Dimpeg2_macros.h23 #define ABS(x) ((x) < 0 ? (-1 * (x)) : (x)) macro
/external/libavc/common/
H A Dih264_macros.h98 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) macro
/external/libhevc/common/
H A Dihevc_macros.h45 #define ABS(x) ((((WORD32)(x)) > 0) ? (x) : -(x)) macro
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
H A DComposableFunction.java60 public static final ComposableFunction ABS = new ComposableFunction() { field in class:ComposableFunction
/external/giflib/
H A Dquantize.c19 #define ABS(x) ((x) > 0 ? (x) : (-(x))) macro
169 if (MaxRGBError[0] < ABS(OutputColorMap[Index].Red - RedInput[i]))
170 MaxRGBError[0] = ABS(OutputColorMap[Index].Red - RedInput[i]);
171 if (MaxRGBError[1] < ABS(OutputColorMap[Index].Green - GreenInput[i]))
172 MaxRGBError[1] = ABS(OutputColorMap[Index].Green - GreenInput[i]);
173 if (MaxRGBError[2] < ABS(OutputColorMap[Index].Blue - BlueInput[i]))
174 MaxRGBError[2] = ABS(OutputColorMap[Index].Blue - BlueInput[i]);
/external/libopus/celt/
H A Darch.h72 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute integer value. */ macro
/external/icu/icu4c/source/common/
H A Dutrie.cpp31 #undef ABS macro
32 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro
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];
/external/llvm/lib/Target/R600/
H A DSIDefines.h81 ABS = 1 << 1 enumerator in enum:SISrcMods::__anon10855
/external/mesa3d/src/mesa/swrast/
H A Ds_blit.c35 #define ABS(X) ((X) < 0 ? -(X) : (X)) macro
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/speex/libspeex/
H A Darch.h81 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute integer value. */ macro
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dmatrix.h40 #define ABS(x) (fabsf(x)) macro
/external/libpng/contrib/gregbook/
H A Drpng2-win.c136 #define ABS(a) ((a)<0?-(a):(a)) macro
1001 gray = (double)MAX(ABS(y), ABS(x)) / grayspot;
1008 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh));
H A Drpng2-x.c127 #define ABS(a) ((a)<0?-(a):(a)) macro
1228 gray = (double)MAX(ABS(y), ABS(x)) / grayspot;
1235 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh));
1993 gray = (double)MAX(ABS(y), ABS(x)) / grayspot;
2000 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh));
/external/llvm/lib/MC/
H A DMCDwarf.cpp248 MCSymbol *ABS = Context.CreateTempSymbol();
249 OS.EmitAssignment(ABS, Expr);
250 return MCSymbolRefExpr::Create(ABS, Context);
254 const MCExpr *ABS = forceExpAbs(OS, Value); local
255 OS.EmitValue(ABS, Size);
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 597 milliseconds