Searched defs:ABS (Results 1 – 19 of 19) sorted by relevance
132 #define ABS(_name_, _value_) \ macro
73 MCSymbol *ABS = Context.CreateTempSymbol(); in ForceExpAbs() local136 const MCExpr *ABS = ForceExpAbs(Value); in EmitAbsValue() local
40 #define ABS(a) (((a)<0) ? -(a) : (a)) macro
74 ABS = 276, enumerator122 #define ABS 276 macro
85 ABS = 287, enumerator133 #define ABS 287 macro
429 #define ABS IA64_OPND_CLASS_ABS macro
493 #define ABS(x) (((x) >= 0) ? (x) : (-(x))) macro
638 #define ABS(x) (((x) >= 0) ? (x) : (-(x))) macro
148 #define ABS(x) ((x) < 0 ? -(x) : (x)) macro
76 #define ABS(_x, _y) ((int)_x > (int)_y ? (int)_x - (int)_y : (int)_y - (int)_x) in ar9300_paprd_setup_single_table() macro
2659 #define ABS(_x, _y) ((int)_x > (int)_y ? (int)_x - (int)_y : (int)_y - (int)_x) in ar9300_eeprom_set_transmit_power() macro
5412 #define ABS(x) ((x) >= 0 ? (x) : (-(x))) macro
48 #define ABS(x) (((x) < 0)? -(x) : (x)) macro
59 #define ABS(a) ((a) < 0 ? -(a) : (a)) macro
43 #define ABS(x) (((x) < 0)? -(x) : (x)) macro
147 #define ABS(x) (((x) < 0)? -(x) : (x)) macro
1499 #define ABS(x) (((x) >= 0) ? (x) : (-(x))) macro
31 #define ABS(a) ((a) < 0 ? -(a) : (a)) macro
220 #define ABS(_X_) (((_X_) < 0) ? -(_X_) : (_X_)) macro