Lines Matching full:degree
56 * (BTA) down to a certain degree (4), after which ad hoc low-degree polynomial
64 * [2] [Zin96] V.A. Zinoviev. On the solution of equations of degree 10 over
104 unsigned int deg; /* polynomial degree */
108 /* given its degree, compute a polynomial size in bytes */
111 /* polynomial of degree 1 */
344 /* polynomial degree is the most-significant bit index */ in deg()
572 * this function builds and solves a linear system for finding roots of a degree
610 * compute root r of a degree 1 polynomial over GF(2^m) (returned as log(1/r))
625 * compute roots of a degree 2 polynomial over GF(2^m)
667 * compute roots of a degree 3 polynomial over GF(2^m)
700 * compute roots of a degree 4 polynomial over GF(2^m)
948 /* handle low degree polynomials with ad hoc techniques */ in find_poly_roots()
1125 /* primitive polynomial must be of degree m */ in build_gf_tables()
1180 * build a base for factoring degree 2 polynomials
1312 * You may provide your own primitive polynomial of degree @m in argument