Home
last modified time | relevance | path

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

/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Dbase2.c2265 #define SMALLMODPR 4 macro
2329 res = cgetg(SMALLMODPR, t_COL); in modprinit()
2357 res = cgetg(SMALLMODPR+1, t_COL); in modprinit()
2430 if (typ(modpr) != t_COL || lg(modpr) < SMALLMODPR) in checkmodpr()
2440 *T = lg(modpr)==SMALLMODPR? NULL: gel(modpr,mpr_T); in to_ff_init()
2463 if (lg(modpr) == SMALLMODPR) return modii(y,p); in zk_to_ff()
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dbase2.c2350 #define SMALLMODPR 4 macro
2425 res = cgetg(SMALLMODPR, t_COL); in modprinit()
2466 res = cgetg(SMALLMODPR+1, t_COL); in modprinit()
2540 { return typ(x) == t_COL && lg(x) >= SMALLMODPR && lg(x) <= LARGEMODPR; } in ok_modpr()
2589 case SMALLMODPR: /* Fp */ in modpr_genFq()