Lines Matching refs:floor

446 	var A = Math.floor(B);
448 A = Math.floor(B);
458 var q = Math.floor(sgn * P/Q);
463 var date = (v|0), time = Math.floor(86400 * (v - date)), dow=0;
485 out.S = time % 60; time = Math.floor(time / 60);
486 out.M = time % 60; time = Math.floor(time / 60);
528 var V = Math.floor(Math.log(Math.abs(v))*Math.LOG10E), o;
664 var ee = Math.floor(Math.log(val)*Math.LOG10E)%period;
668 var fakee = Math.floor(Math.log(val)*Math.LOG10E);
685 var den = parseInt(r[4],10), rr = Math.round(aval * den), base = Math.floor(rr/den);
707 var _frac = val - Math.floor(val), dd = Math.pow(10,d);
712 if (d < ('' + Math.round((val-Math.floor(val))*Math.pow(10,d))).length) {
719 return ""+Math.floor(val);
750 …return val < 0 ? "-" + write_num_flt(type, fmt, -val) : commaify(""+(Math.floor(val) + carry(val, …
822 var ee = Math.floor(Math.log(val)*Math.LOG10E)%period;
826 var fakee = Math.floor(Math.log(val)*Math.LOG10E);
1818 var addr = fat_addrs[Math.floor(j*4/ssz)];
1843 var addr/*:number*/ = fat_addrs[Math.floor(j*4/ssz)];
2558 var buf = new_buf(50+Math.floor(data.length*1.1));
3913 e = Math.floor(Math.log(av) / Math.LN2);
4278 …ow new Error("invalid column " + col); var s=""; for(++col; col; col=Math.floor((col-1)/26)) s = S…
10528 function width2px(width) { return Math.floor(( width + (Math.round(128/MDW))/256 )* MDW ); }
10529 function px2char(px) { return (Math.floor((px - 5)/MDW * 100 + 0.5))/100; }
23179 var exp = Math.floor(value == 0 ? 0 : Math.LOG10E * Math.log(Math.abs(value))) + 6176 - 16;
23323 num = Math.floor(num / 8);
23608 if (Math.floor(d) != d)