Home | History | Annotate | Download | only in src

Lines Matching refs:Abs

196         dx = abs( x1 - x2 ) + 1;
197 dy = abs( y1 - y2 ) + 1;
239 dx = abs( x1 - x2 ) + 1;
240 dy = abs( y1 - y2 ) + 1;
1292 #define Abs(x) ( (x)<0 ? -(x):(x) )
1359 d = (float) MAX( Abs( *kx ), Abs( *ky ));