Searched refs:BI_FP (Results 1 – 3 of 3) sorted by relevance
48 var BI_FP; variable155 BI_FP = 52;156 BI_FV = Math.pow(2,BI_FP);157 BI_F1 = BI_FP-dbits;158 BI_F2 = 2*dbits-BI_FP;
41835 var BI_FP = 52;41836 BigInteger.prototype.FV = Math.pow(2,BI_FP); argument41837 BigInteger.prototype.F1 = BI_FP-dbits;41838 BigInteger.prototype.F2 = 2*dbits-BI_FP;
8336 var BI_FP = 52;8337 BigInteger.prototype.FV = Math.pow(2,BI_FP); argument8338 BigInteger.prototype.F1 = BI_FP-dbits;8339 BigInteger.prototype.F2 = 2*dbits-BI_FP;