Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:u0

588     // faster way of calculating u0 = x[i]*mp mod DV
590 var u0 = (j*this.mpl+(((j*this.mph+(x_array[i]>>15)*this.mpl)&this.um)<<15))&BI_DM;
593 x_array[j] += this.m.am(0,u0,x,i,0,this.m.t);