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