Home
last modified time | relevance | path

Searched refs:BI_FP (Results 1 – 3 of 3) sorted by relevance

/external/v8/benchmarks/
Dcrypto.js48 var BI_FP; variable
155 BI_FP = 52;
156 BI_FV = Math.pow(2,BI_FP);
157 BI_F1 = BI_FP-dbits;
158 BI_F2 = 2*dbits-BI_FP;
/external/v8/test/mjsunit/asm/embenchen/
Dlua_binarytrees.js41835 var BI_FP = 52;
41836 BigInteger.prototype.FV = Math.pow(2,BI_FP); argument
41837 BigInteger.prototype.F1 = BI_FP-dbits;
41838 BigInteger.prototype.F2 = 2*dbits-BI_FP;
/external/v8/test/mjsunit/asm/poppler/
Dpoppler.js8336 var BI_FP = 52;
8337 BigInteger.prototype.FV = Math.pow(2,BI_FP); argument
8338 BigInteger.prototype.F1 = BI_FP-dbits;
8339 BigInteger.prototype.F2 = 2*dbits-BI_FP;