Searched refs:Barrett (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js1048 // Barrett modular reduction
1049 function Barrett(m) { class
1050 // setup Barrett
1083 Barrett.prototype.convert = barrettConvert;
1084 Barrett.prototype.revert = barrettRevert;
1085 Barrett.prototype.reduce = barrettReduce;
1086 Barrett.prototype.mulTo = barrettMulTo;
1087 Barrett.prototype.sqrTo = barrettSqrTo;
1102 z = new Barrett(m);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js1048 // Barrett modular reduction
1049 function Barrett(m) { class
1050 // setup Barrett
1083 Barrett.prototype.convert = barrettConvert;
1084 Barrett.prototype.revert = barrettRevert;
1085 Barrett.prototype.reduce = barrettReduce;
1086 Barrett.prototype.mulTo = barrettMulTo;
1087 Barrett.prototype.sqrTo = barrettSqrTo;
1102 z = new Barrett(m);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js1048 // Barrett modular reduction
1049 function Barrett(m) { class
1050 // setup Barrett
1083 Barrett.prototype.convert = barrettConvert;
1084 Barrett.prototype.revert = barrettRevert;
1085 Barrett.prototype.reduce = barrettReduce;
1086 Barrett.prototype.mulTo = barrettMulTo;
1087 Barrett.prototype.sqrTo = barrettSqrTo;
1102 z = new Barrett(m);
/external/chromium_org/v8/benchmarks/
H A Dcrypto.js1056 // Barrett modular reduction
1057 function Barrett(m) { class
1058 // setup Barrett
1091 Barrett.prototype.convert = barrettConvert;
1092 Barrett.prototype.revert = barrettRevert;
1093 Barrett.prototype.reduce = barrettReduce;
1094 Barrett.prototype.mulTo = barrettMulTo;
1095 Barrett.prototype.sqrTo = barrettSqrTo;
1110 z = new Barrett(m);

Completed in 113 milliseconds