Lines Matching refs:abs

893     rx = Math.abs(rx);
894 ry = Math.abs(ry);
927 var segments = Math.ceil(Math.abs(dtheta / PI * 2)),
1063 abs = Math.abs, tvalues = [ ],
1078 if (abs(a) < 1e-12) {
1079 if (abs(b) < 1e-12) {
1165 n = (n > 0 || -1) * Math.floor(Math.abs(n));
1171 var k = n >= 0 ? n : Math.max(len - Math.abs(n), 0);
2417 if (a < Math.abs(c)) {
5579 fBoxX = toFixed(Math.abs(this.offsetX / object.getWidth()), 2) * 100 + 20;
5580 fBoxY = toFixed(Math.abs(this.offsetY / object.getHeight()), 2) * 100 + 20;
7957 abs = Math.abs, variable
8554 if (abs(localMouse.x) > target.padding) {
8566 if (abs(localMouse.y) > target.padding) {
8631 aleft = abs(left),
8632 atop = abs(top);
8790 boundsHeight = Math.abs( bounds.top - bounds.bottom );
8793 boundsWidth = Math.abs( bounds.right - bounds.left );
12470 width = Math.abs(minX - maxX),
12475 height = Math.abs(minY - maxY);
12508 if (Math.abs(value) < this.minScaleLimit) {
12581 currentWidth = Math.abs(currentWidth);
13561 this.width = Math.abs(this.x2 - this.x1);
13562 this.height = Math.abs(this.y2 - this.y1);
18476 abs = Math.abs,
18487 abs(r - g) < distance &&
18488 abs(r - b) < distance &&
18489 abs(g - b) < distance
18951 data[i] = Math.abs(r - tr);
18952 data[i + 1] = Math.abs(g - tg);
18953 data[i + 2] = Math.abs(b - tb);
19005 sqrt = Math.sqrt, abs = Math.abs, max = Math.max, round = Math.round, sin = Math.sin, variable
19144 if (abs(x) < 1e-16) {
19165 fX = floor(1000 * abs(i - center.x));
19173 fY = floor(1000 * abs(j - center.y));
19258 var dy = abs(centerY - (yy + 0.5)) / ratioHHalf,
19261 var dx = abs(centerX - (xx + 0.5)) / ratioWHalf,
22735 offsetFromLeftEdge = Math.abs(leftEdge - widthOfCharsOnSameLineBeforeCursor),
22736 offsetFromRightEdge = Math.abs(rightEdge - widthOfCharsOnSameLineBeforeCursor);
22872 offsetFromLeftEdge = Math.abs(leftEdge - widthOfCharsOnSameLineBeforeCursor),
22873 offsetFromRightEdge = Math.abs(rightEdge - widthOfCharsOnSameLineBeforeCursor);