Searched refs:bnShortValue (Results 1 – 1 of 1) sorted by relevance
592 function bnShortValue() { return (this.t==0)?this.s:(this[0]<<16)>>16; } function1178 BigInteger.prototype.shortValue = bnShortValue;