Home
last modified time | relevance | path

Searched refs:e4 (Results 1 – 1 of 1) sorted by relevance

/lib/
Dbch.c649 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
655 e4 = poly->c[4]; in find_poly_deg4_roots()
656 d = gf_div(bch, poly->c[0], e4); in find_poly_deg4_roots()
657 c = gf_div(bch, poly->c[1], e4); in find_poly_deg4_roots()
658 b = gf_div(bch, poly->c[2], e4); in find_poly_deg4_roots()
659 a = gf_div(bch, poly->c[3], e4); in find_poly_deg4_roots()