/external/arm-trusted-firmware/include/plat/arm/common/ |
D | arm_reclaim_init.ld.S | 26 #define ABS ABSOLUTE macro
|
/external/libhevc/encoder/ |
D | convert_float_to_fix.c | 49 #define ABS(x) (((x) > 0) ? (x) : (-(x))) macro
|
/external/libavc/encoder/ |
D | ime_macros.h | 37 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) macro
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/ |
D | ComposableFunction.java | 60 public static final ComposableFunction ABS = new ComposableFunction() { field in ComposableFunction
|
/external/libmpeg2/common/ |
D | icv_macros.h | 41 #define ABS(x) ((x) < 0 ? (-1 * (x)) : (x)) macro
|
D | impeg2_macros.h | 23 #define ABS(x) ((x) < 0 ? (-1 * (x)) : (x)) macro
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | real.h | 94 constexpr Real ABS() const { // non-arithmetic, no flags returned in ABS() function
|
D | integer.h | 517 constexpr ValueWithOverflow ABS() const { in ABS() function
|
/external/libhevc/common/ |
D | ihevc_macros.h | 45 #define ABS(x) ((((WORD32)(x)) > 0) ? (x) : -(x)) macro
|
/external/giflib/ |
D | quantize.c | 19 #define ABS(x) ((x) > 0 ? (x) : (-(x))) macro
|
/external/libavc/common/ |
D | ih264_macros.h | 98 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) macro
|
/external/libxaac/decoder/ |
D | ixheaacd_tcx_fwd_mdct.c | 58 #define ABS(A) ((A) < 0 ? (-A) : (A)) macro
|
D | ixheaacd_tcx_fwd_alcnx.c | 57 #define ABS(A) ((A) < 0 ? (-A) : (A)) macro
|
D | ixheaacd_esbr_envcal.c | 46 #define ABS(A) fabs(A) macro
|
D | ixheaacd_imdct.c | 69 #define ABS(A) ((A) < 0 ? (-A) : (A)) macro
|
/external/libpng/contrib/gregbook/ |
D | rpng2-win.c | 137 #define ABS(a) ((a)<0?-(a):(a)) macro
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 235 MCSymbol *ABS = Context.createTempSymbol(); in forceExpAbs() local 241 const MCExpr *ABS = forceExpAbs(OS, Value); in emitAbsValue() local
|
/external/icu/icu4c/source/common/ |
D | utrie.cpp | 34 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blit.c | 36 #define ABS(X) ((X) < 0 ? -(X) : (X)) macro
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | APIInfo.java | 36 public static final int ABS = 5, ABS_ABSTRACT = 1; field in APIInfo
|
D | CheckAPI.java | 89 private static final int ABS = 5, ABS_ABSTRACT = 1; field in CheckAPI
|
/external/google-breakpad/src/common/android/include/asm-mips/ |
D | asm.h | 56 #define ABS(symbol,value) .globl symbol; symbol = value macro
|
/external/speex/libspeexdsp/ |
D | arch.h | 73 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute integer value. */ macro
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCDwarf.cpp | 300 MCSymbol *ABS = Context.createTempSymbol(); in forceExpAbs() local 306 const MCExpr *ABS = forceExpAbs(OS, Value); in emitAbsValue() local
|
/external/llvm-project/llvm/lib/MC/ |
D | MCDwarf.cpp | 318 MCSymbol *ABS = Context.createTempSymbol(); in forceExpAbs() local 324 const MCExpr *ABS = forceExpAbs(OS, Value); in emitAbsValue() local
|