Searched refs:e3 (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | bch.c | 616 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local 620 e3 = poly->c[3]; in find_poly_deg3_roots() 621 c2 = gf_div(bch, poly->c[0], e3); in find_poly_deg3_roots() 622 b2 = gf_div(bch, poly->c[1], e3); in find_poly_deg3_roots() 623 a2 = gf_div(bch, poly->c[2], e3); in find_poly_deg3_roots()
|