Home
last modified time | relevance | path

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

/lib/
Dbch.c639 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
645 e4 = poly->c[4]; in find_poly_deg4_roots()
646 d = gf_div(bch, poly->c[0], e4); in find_poly_deg4_roots()
647 c = gf_div(bch, poly->c[1], e4); in find_poly_deg4_roots()
648 b = gf_div(bch, poly->c[2], e4); in find_poly_deg4_roots()
649 a = gf_div(bch, poly->c[3], e4); in find_poly_deg4_roots()