Lines Matching refs:floor

352       this.nativeCol = Math.floor(v);
353 this.nativeColOff = Math.floor((v - this.nativeCol) * this.colWidth);
361 this.nativeRow = Math.floor(v);
362 this.nativeRowOff = Math.floor((v - this.nativeRow) * this.rowHeight);
367 …+ 1) && this.worksheet.getColumn(this.nativeCol + 1).isCustomWidth ? Math.floor(this.worksheet.get…
372 …nativeRow + 1) && this.worksheet.getRow(this.nativeRow + 1).height ? Math.floor(this.worksheet.get…
5722 l2 = Math.floor(v / 26);
5738 l2 = Math.floor(v / 26) % 26;
5739 l3 = Math.floor(v / (26 * 26));
9484 var l = Math.floor(anchor.left);
9485 var lf = Math.floor((anchor.left - l) * 68);
9486 var t = Math.floor(anchor.top);
9487 var tf = Math.floor((anchor.top - t) * 18);
9488 var r = Math.floor(anchor.right);
9489 var rf = Math.floor((anchor.right - r) * 68);
9490 var b = Math.floor(anchor.bottom);
9491 var bf = Math.floor((anchor.bottom - b) * 18);
12077 var width = Math.floor(model.width * EMU_PER_PIXEL_AT_96_DPI);
12078 var height = Math.floor(model.height * EMU_PER_PIXEL_AT_96_DPI);
42442 var floor = Math.floor;
42447 return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);
44034 r = Math.floor(n / 60),
44047 return t < 0 ? Math.ceil(t) || 0 : Math.floor(t);
44147 return Math.floor(this.valueOf() / 1e3);
46663 var aprxSqrt = this.n.ushrn(Math.floor(this.n.bitLength() / 2)); // 3.74
50546 e = Math.floor(Math.log(value) / Math.LN2);
54172 chunk = Math.floor(chunk / 2);
74484 if (!(isFinite(hwm) && Math.floor(hwm) === hwm) || hwm < 0) {
74489 return Math.floor(hwm);
79304 …this.highWaterMark = Math.floor(this.highWaterMark); // A linked list is used to store data chunks…
80551 this.highWaterMark = Math.floor(this.highWaterMark); // if _final has been called
82908 M[N - 1][14] = Math.floor(M[N - 1][14]);
82929 var s = Math.floor(_t2 / 20);