Lines Matching refs:representation

309 //     * representation. Both trinomial (TPB) and pentanomial (PPB) polynomial
311 // * representation is not supported.
318 // * Indicates gaussian normal basis representation (GNB). Number chosen
324 // * Indicates trinomial basis representation (TPB). Number chosen
330 // * Indicates pentanomial basis representation (PPB). Number chosen
338 // private int representation;
398 // this.representation = TPB;
412 // this.representation = PPB;
459 // * (having the same representation).
465 // * representation).
493 // if (aF2m.representation != bF2m.representation)
498 // + "elements are not elements has incorrect representation");
525 // if (this.representation == PPB)
631 // if (this.representation == PPB)
685 // * @return the representation of the field
688 // * basis representation) or
690 // * basis representation).
694 // return this.representation;
757 // && (this.representation == b.representation)
770 * representation. Both trinomial (TPB) and pentanomial (PPB) polynomial
772 * representation is not supported.
777 * Indicates gaussian normal basis representation (GNB). Number chosen
783 * Indicates trinomial basis representation (TPB). Number chosen
789 * Indicates pentanomial basis representation (PPB). Number chosen
797 private int representation;
868 this.representation = TPB;
882 this.representation = PPB;
922 this.representation = TPB;
926 this.representation = PPB;
949 * (having the same representation).
955 * representation).
977 if (aF2m.representation != bF2m.representation)
982 + "elements are not elements has incorrect representation");
1053 if (this.representation == PPB)
1115 * @return the representation of the field
1118 * basis representation) or
1120 * basis representation).
1124 return this.representation;
1187 && (this.representation == b.representation)