Searched refs:factor_polynomial (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | bch.c | 884 static void factor_polynomial(struct bch_control *bch, int k, struct gf_poly *f, in factor_polynomial() function 944 factor_polynomial(bch, k, poly, &f1, &f2); in find_poly_roots()
|
/openbmc/linux/lib/ |
H A D | bch.c | 871 static void factor_polynomial(struct bch_control *bch, int k, struct gf_poly *f, in factor_polynomial() function 931 factor_polynomial(bch, k, poly, &f1, &f2); in find_poly_roots()
|