Searched refs:ABS (Results 1 – 5 of 5) sorted by relevance
34 ABS D1Ar1,D1Ar1 ! abs(A) -> Au35 ABS D1Re0,D1Re0 ! abs(B) -> Bu
40 R0 = ABS R0;
96 #define ABS(symbol,value) \ macro
48 static inline int ABS(int x) { return x >= 0 ? x : -x; } in ABS() function923 ABS(info.coord.x) + ABS(info.coord.y); in setup_numa_mapping()
361 Use ONLY-IF-ABS-NECESSARY as it will be very slow and also can hide