Lines Matching full:barrett
1048 // Barrett modular reduction
1049 function Barrett(m) {
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);