Searched refs:ABS (Results 1 – 2 of 2) sorted by relevance
41 #define ABS(x) ((x) > 0 ? (x) : -(x)) // 绝对值 macro
446 num = ABS(num); in write_num()