Home
last modified time | relevance | path

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

/dports/math/fxt/fxt/src/bpol/
H A Dgf2n-order.cc12 gf2n_order(ulong g, ulong c, ulong h, const factorization &mfact) in gf2n_order() function
H A Dgf2n.h36 ulong gf2n_order(ulong g, ulong c, ulong h, const factorization &mfact);
90 return gf2n_order(v_, c_, h_, mfact_); in order()
H A Dgf2n.cc160 ulong r = gf2n_order(z, c_, h_, mfact_); in init()