Searched refs:absX (Results 1 – 5 of 5) sorted by relevance
93 BigInteger absX = x.abs(); in bigToDouble() local94 int exponent = absX.bitLength() - 1; in bigToDouble()111 long twiceSignifFloor = absX.shiftRight(shift).longValue(); in bigToDouble()121 && ((signifFloor & 1) != 0 || absX.getLowestSetBit() < shift); in bigToDouble()
129 double absX = fabs(x); in find_slop() local131 double length = absX < absY ? absX / 2 + absY : absX + absY / 2; in find_slop()
575 double absX = fabs(x); in findSector() local577 double xy = SkPath::kLine_Verb == verb || !AlmostEqualUlps(absX, absY) ? absX - absY : 0; in findSector()
571 … RFB.messages.pointerEvent(this._display.absX(x), this._display.absY(y), this._mouse_buttonMask));591 … RFB.messages.pointerEvent(this._display.absX(x), this._display.absY(y), this._mouse_buttonMask));
291 absX: function (x) { method in Display