Searched defs:ABS (Results 1 – 17 of 17) sorted by relevance
37 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) macro
60 public static final ComposableFunction ABS = new ComposableFunction() { field in ComposableFunction
41 #define ABS(x) ((x) < 0 ? (-1 * (x)) : (x)) macro
23 #define ABS(x) ((x) < 0 ? (-1 * (x)) : (x)) macro
45 #define ABS(x) ((((WORD32)(x)) > 0) ? (x) : -(x)) macro
19 #define ABS(x) ((x) > 0 ? (x) : (-(x))) macro
98 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) macro
81 ABS = 1 << 1 enumerator
248 MCSymbol *ABS = Context.CreateTempSymbol(); in forceExpAbs() local254 const MCExpr *ABS = forceExpAbs(OS, Value); in emitAbsValue() local
32 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro
35 #define ABS(X) ((X) < 0 ? -(X) : (X)) macro
40 #define ABS(x) (fabsf(x)) macro
81 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute integer value. */ macro
72 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute integer value. */ macro
138 #define ABS(a) ((a)<0?-(a):(a)) macro
142 #define ABS(a) ((a)<0?-(a):(a)) macro
1402 ### ABS ### subsection