Home
last modified time | relevance | path

Searched refs:mul32x32 (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/js/binary/
Darith.js167 jspb.arith.UInt64.mul32x32 = function(a, b) { function in jspb.arith.UInt64
210 var lo = jspb.arith.UInt64.mul32x32(this.lo, a);
211 var hi = jspb.arith.UInt64.mul32x32(this.hi, a);
Darith_test.js203 var c = jspb.arith.UInt64.mul32x32(a, b);