Home
last modified time | relevance | path

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

/dports/math/pari/pari-2.13.3/src/basemath/
H A Dbase2.c2351 #define LARGEMODPR 6 macro
2522 res = cgetg(LARGEMODPR, t_COL); in modprinit()
2540 { return typ(x) == t_COL && lg(x) >= SMALLMODPR && lg(x) <= LARGEMODPR; } in ok_modpr()
2591 case LARGEMODPR: /* painful case, p \mid index */ in modpr_genFq()
2740 if (typ(A) == t_INT || lg(modpr) < LARGEMODPR) return A; in Fq_to_nf()
/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Dbase2.c2266 #define LARGEMODPR 6 macro
2414 res = cgetg(LARGEMODPR, t_COL); in modprinit()
2553 if (lg(modpr) < LARGEMODPR) return x; in ff_to_nf()