Lines Matching refs:high
529 makeBigInt: function (low,high,unsigned) { var ret = (unsigned ? ((+((low>>>0)))+((+((high>>>0)))*(+4294967296))) : ((+((low>>>0)))+((+((high|0)))*(+4294967296)))); return ret; },5170 // Flatten i64-1 [low, high] into a (slightly rounded) double