Home | History | Annotate | Download | only in src

Lines Matching refs:abs

384                         rv = r * sinTable[(int) (abs( ti2 ))] - r0;
661 good_line = abs(line_end[1].x - line_end[0].x) >= lineLength ||
662 abs(line_end[1].y - line_end[0].y) >= lineLength;