Home
last modified time | relevance | path

Searched refs:u1 (Results 1 – 24 of 24) sorted by relevance

/plugin/asciidocjs/node_modules/core-js/modules/
Des7.math.umulh.js11 var u1 = $u >>> 16; variable
13 var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16);
14 return u1 * v1 + (t >>> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >>> 16);
Des7.math.imulh.js11 var u1 = $u >> 16; variable
13 var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16);
14 return u1 * v1 + (t >> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >> 16);
/plugin/asciidocjs/node_modules/core-js/library/modules/
Des7.math.imulh.js11 var u1 = $u >> 16; variable
13 var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16);
14 return u1 * v1 + (t >> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >> 16);
Des7.math.umulh.js11 var u1 = $u >>> 16; variable
13 var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16);
14 return u1 * v1 + (t >>> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >>> 16);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
DPrime.php194 list($u1, $s1) = $p;
196 if ($u1->equals($u2)) {
203 $h = $u2->subtract($u1);
207 $v = $u1->multiply($h2);
226 list($u1, $s1, $z1) = $p;
233 if ($u1->equals($u2)) {
240 $h = $u2->subtract($u1);
244 $v = $u1->multiply($h2);
268 $u1 = $x1->multiply($z22);
272 if ($u1->equals($u2)) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
DPublicKey.php147 list(, $u1) = $z->multiply($w)->divide($order);
150 $u1 = $this->curve->convertInteger($u1);
155 [$u1, $u2]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
DPublicKey.php68 list(, $u1) = $h->multiply($w)->divide($this->q);
70 $v1 = $this->g->powMod($u1, $this->p);
/plugin/stlviewer/stlviewer/
DCanvasRenderer.js922 function patternPath( x0, y0, x1, y1, x2, y2, u0, v0, u1, v1, u2, v2, texture ) { argument
956 u1 = ( u1 + offsetX ) * width;
965 u1 -= u0; v1 -= v0;
968 det = u1 * v2 - u2 * v1;
976 c = ( u1 * x2 - u2 * x1 ) * idet;
977 d = ( u1 * y2 - u2 * y1 ) * idet;
/plugin/asciidocjs/node_modules/core-js/client/
Dlibrary.js7249 var u1 = $u >> 16;
7251 var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16);
7252 return u1 * v1 + (t >> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >> 16);
7306 var u1 = $u >>> 16;
7308 var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16);
7309 return u1 * v1 + (t >>> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >>> 16);
Dshim.js8035 var u1 = $u >> 16;
8037 var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16);
8038 return u1 * v1 + (t >> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >> 16);
8092 var u1 = $u >>> 16;
8094 var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16);
8095 return u1 * v1 + (t >>> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >>> 16);
Dcore.js8142 var u1 = $u >> 16;
8144 var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16);
8145 return u1 * v1 + (t >> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >> 16);
8199 var u1 = $u >>> 16;
8201 var t = (u1 * v0 >>> 0) + (u0 * v0 >>> 16);
8202 return u1 * v1 + (t >>> 16) + ((u0 * v1 >>> 0) + (t & UINT16) >>> 16);
Dlibrary.min.js.map1 …","x0","x1","y0","y1","$x0","$y0","isubh","imulh","u","$u","$v","u0","v0","u1","v1","umulh","signb…
Dshim.min.js.map1 …","x0","x1","y0","y1","$x0","$y0","isubh","imulh","u","$u","$v","u0","v0","u1","v1","umulh","signb…
Dcore.min.js.map1 …","x0","x1","y0","y1","$x0","$y0","isubh","imulh","u","$u","$v","u0","v0","u1","v1","umulh","signb…
/plugin/processing/
Dscript.js10004 u1: 0, property
10078 p.shared.u1 = (p.shared.sX >> PConstants.PRECISIONB);
10079 p.shared.u2 = Math.min(p.shared.u1 + 1, p.shared.iw1);
10082 var cULoffset = (p.shared.v1 + p.shared.u1) * 4;
10084 var cLLoffset = (p.shared.v2 + p.shared.u1) * 4;
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js47067 var u1 = this.x.redMul(pz2);
47071 var h = u1.redSub(u2);
47080 var v = u1.redMul(h2);
47094 var u1 = this.x;
47098 var h = u1.redSub(u2);
47107 var v = u1.redMul(h2);
47705 var u1 = sinv.mul(msg).umod(this.n);
47709 var p = this.g.mulAdd(u1, key.getPublic(), u2);
47716 var p = this.g.jmulAdd(u1, key.getPublic(), u2);
48408 var u1;
[all …]
/plugin/combo/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1u1","v1","isubh","signbit","umulh","__defineGetter__","getOwnPropertyDescriptors","getDesc","__loo…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-viewer.production.min.js12u1(n){return Qn(n,function(e){return!e.isAttr})}function Lc(n){this.tagName=n}Lc.prototype.build=f… function
H A Ddmn-modeler.production.min.js13u1(n){return ze(n).name}function We(n,e){return Vd(e,function(t){return O(n,t)})}function fr(n){va… function
/plugin/openlayersmap/ol/
H A Dol.js.map1u1 The x-coordinate of the second point. The first point is 0,0.\n * @param {number} v1 The y-coor…
/plugin/jmol2/jmol/
DCHANGES.txt1704 # load files "u.mdtop" FILTER "![WAT],![URE]" COORD {0 -1 1} "mdcrd::u1.mdcrd" "mdcrd::u2.mdcrd"…
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js211u1=new Un("ps"),l1=["marker-start","marker-mid","marker-end"],f1=["circle","ellipse","line","path"…
/plugin/dirtylittlehelper/script/
Dmermaid.min.js.map1 … d2 = dx * dx + dy * dy,\n i,\n S;\n\n // Special case for u0 ≅ u1.\n if (d2 < epsilon…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1 … d2 = dx * dx + dy * dy,\n i,\n S;\n\n // Special case for u0 ≅ u1.\n if (d2 < epsilon…