Searched refs:fromNumber (Results 1 – 3 of 3) sorted by relevance
61 if("number" == typeof a) this.fromNumber(a,b,c);762 this.fromNumber(a,c);1289 BigInteger.prototype.fromNumber = bnpFromNumber; method in BigInteger
41014 goog.math.Long.fromNumber = function(value) { function in goog.math.Long41022 return goog.math.Long.fromNumber(-value).negate();41068 var radixToPower = goog.math.Long.fromNumber(Math.pow(radix, 8));41075 var power = goog.math.Long.fromNumber(Math.pow(radix, size));41076 result = result.multiply(power).add(goog.math.Long.fromNumber(value));41079 result = result.add(goog.math.Long.fromNumber(value));41205 var radixLong = goog.math.Long.fromNumber(radix);41216 var radixToPower = goog.math.Long.fromNumber(Math.pow(radix, 6));41466 return goog.math.Long.fromNumber(this.toNumber() * other.toNumber());41570 var approxRes = goog.math.Long.fromNumber(approx);[all …]
7515 goog.math.Long.fromNumber = function(value) { function in goog.math.Long7523 return goog.math.Long.fromNumber(-value).negate();7569 var radixToPower = goog.math.Long.fromNumber(Math.pow(radix, 8));7576 var power = goog.math.Long.fromNumber(Math.pow(radix, size));7577 result = result.multiply(power).add(goog.math.Long.fromNumber(value));7580 result = result.add(goog.math.Long.fromNumber(value));7706 var radixLong = goog.math.Long.fromNumber(radix);7717 var radixToPower = goog.math.Long.fromNumber(Math.pow(radix, 6));7967 return goog.math.Long.fromNumber(this.toNumber() * other.toNumber());8071 var approxRes = goog.math.Long.fromNumber(approx);[all …]