Searched refs:SDL_abs (Results 1 – 2 of 2) sorted by relevance
95 if((SDL_abs(x - last_x) > ELO_SNAP_SIZE) || (SDL_abs(y - last_y) > ELO_SNAP_SIZE)) { in eloParsePacket()
235 #define SDL_abs abs macro237 #define SDL_abs(X) ((X) < 0 ? -(X) : (X))