Home
last modified time | relevance | path

Searched refs:nf_get_r1 (Results 1 – 25 of 40) sorted by relevance

12

/dports/math/pari/pari-2.13.3/src/functions/member_functions/
H A Dr17 (nf):small nf_get_r1($1)
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dbase3.c1329 long i, l = lg(nf_get_roots(nf)), r1 = nf_get_r1(nf); in cxlog_m1()
1370 l = lg(x); r1 = nf_get_r1(nf); in nf_cxlog()
1441 l = lg(x); r1 = nf_get_r1(nf); v = cgetg(l,t_COL); in nflogembed()
1483 if (N == 1 || ZX_sturm(charx) * N == nf_get_r1(nf)) in num_positive()
1576 long ni, r1 = nf_get_r1(nf); in nfchecksigns_i()
1805 if (lg(pl)-1 != nf_get_r1(nf)) pari_err_TYPE(fun,pl); in pl_normalize()
2006 long ni, r1 = nf_get_r1(nf); in nfsign_arch()
2054 ind = parse_embed(ind0, nf_get_r1(nf), "nfeltsign"); in nfeltsign()
2125 nf = checknf(nf); T = nf_get_pol(nf); r1 = nf_get_r1(nf); in nfpolsturm()
2175 archp = identity_perm( nf_get_r1(nf) ); in nfsign()
[all …]
H A Dbuch3.c40 r1 = nf_get_r1(nf); if (!r1) return gcopy( bnf_get_clgp(bnf) ); in bnfnarrow()
832 n = nf_get_degree(nf); r1 = nf_get_r1(nf); in minimforunits()
1612 arch = indices_to_vec01(archp, nf_get_r1(nf)); in bnrconductor_factored_i()
1650 arch = indices_to_vec01(archp, nf_get_r1(nf)); in bnrconductormod()
1932 module = mkvec2(D, identity_perm(nf_get_r1(nf))); in rnfconductor0()
1985 l = lg(S.archp); r1 = nf_get_r1(nf); in bnrdisc_i()
2177 arch2 = indices_to_vec01(arch,nf_get_r1(bnf_get_nf(bnf))); in get_nz()
2464 r1 = nf_get_r1(nf); in discrayabslistarch()
H A Dbnfunits.c46 r1 = nf_get_r1(nf); in bnfisunit()
H A Dbuch2.c878 long e, r1 = nf_get_r1(nf); in factorgen()
1103 R1 = nf_get_r1(nf); RU = (N+R1) >> 1; in getfu()
1151 long i, j, l = lg(LU), r1 = nf_get_r1(bnf_get_nf(bnf)); in log2fubound()
1678 col = fixarch(col, s, nf_get_r1(nf)); in isprincipalarch()
2107 n = archp? lg(archp) - 1: nf_get_r1(bnf_get_nf(bnf)); in nfsign_tu()
2116 if (!archp) archp = identity_perm( nf_get_r1(nf) ); in nfsign_fu()
2182 long ru, j, k, l = cache->last - cache->chk + 1, r1 = nf_get_r1(nf); in get_embs()
2387 const long N = nf_get_degree(nf), R1 = nf_get_r1(nf); in Fincke_Pohst_ideal()
H A Dbase1.c1117 long r1a = nf_get_r1(nfa), r1b = nf_get_r1(nfb); in tests_OK()
1367 return embed_roots(nf_get_roots(nf), nf_get_r1(nf)); in nf_get_allroots()
1935 S->r1 = nf_get_r1(nf); break; in nfinit_basic()
2054 F.r1 = nf_get_r1(nf); in nfnewprec_shallow()
H A Dnffactor.c704 long prec = nf_get_prec(nf), n = nf_get_degree(nf), r1 = nf_get_r1(nf); in nf_Mignotte_bound()
814 r1 = nf_get_r1(nf); in nf_root_bounds()
2100 if (nf && nf_get_r1(nf)) return trivroots(); in nfrootsof1()
H A Dbase4.c2547 r1 = nf_get_r1(nf); in nf_get_Gtwist()
2560 long r1 = nf_get_r1(nf); in nf_get_Gtwist1()
H A Dkummer.c1160 r1 = nf_get_r1(nf2); in bnrclassfield_tower()
H A Dsubfield.c1151 if (nf_get_r1(nf)) return NULL; in cmsubfield_get_roots()
H A Dbase5.c1124 nf = checknf(nf); r1 = nf_get_r1(nf); in rnflllgram()
H A Delliptic.c5076 long i, l = lg(Eb), r1 = nf_get_r1(ellnf_get_nf(E)); in ellnf_bsdperiod()
6089 long i, r1 = nf_get_r1(ellnf_get_nf(e)), l = lg(V); in ellnf_volume()
6283 nf = ellnf_get_nf(E); r1 = nf_get_r1(nf); in ellnf_height()
/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Dbuch3.c33 nf = checknf(bnf); r1 = nf_get_r1(nf); in buchnarrow()
783 r1 = nf_get_r1(nf); n = degpol(nf[1]); in minimforunits()
1538 const_vec(nf_get_r1(nf), gen_1)); in rnfconductor()
1586 l = lg(archp); nz = nf_get_r1(nf) - (l-1); in Discrayrel()
2088 nf = gel(bnf,7); r1 = nf_get_r1(nf); in discrayabslistarch()
2277 long r1 = nf_get_r1(nf); in discrayabslistlong()
H A Dbuch2.c1239 R1 = nf_get_r1(nf); in isprincipalarch()
1552 R1 = nf_get_r1(nf); v = cgetg(RU+1,t_COL); in isunit()
1631 if (!archp) archp = perm_identity( nf_get_r1(gel(bnf,7)) ); in zsignunits()
1799 long N = degpol(nf[1]), R1 = nf_get_r1(nf), prec = nfgetprec(nf); in small_norm()
2911 long e, i, j, ind, r1 = nf_get_r1(nf), r = lg(G)-1; in compute_vecG()
H A Dbase1.c899 nf_get_r1(GEN nf) in nf_get_r1() function
1139 F->r1 = nf_get_r1(nf); in remake_GM()
1481 r1 = nf_get_r1(nf); dx = NULL; in nfbasic_init()
2154 if ( nf_get_r1(nf) ) return trivroots(nf); in rootsof1()
H A Dbase3.c901 v = zerovec( nf_get_r1(nf) ); in perm_to_arch()
959 nf = checknf(nf); r1 = nf_get_r1(nf); in zsigns()
1915 R1 = nf_get_r1(nf); in Idealstar()
H A Dbuch4.c417 r1 = nf_get_r1(nf); ro = gel(nf,6); in nfhilbert()
H A Dbase4.c247 long i, RU, R1 = nf_get_r1(nf); in get_arch()
325 long i, RU, R1 = nf_get_r1(nf); in get_arch_real()
914 if (typ(arch) != t_VEC && lg(arch)-1 != nf_get_r1(nf)) in ideleaddone_i()
H A Dbase2.c1963 S->r1 = nf_get_r1(nf); in init_norm()
3666 nf = checknf(nf); r1 = nf_get_r1(nf); in rnflllgram()
H A Dgalconj.c108 r1 = nf_get_r1(nf); in galoisconj2()
/dports/math/pari/pari-2.13.3/src/modules/
H A Dalgebras.c1542 long r1 = nf_get_r1(nf); in alghasse_emb()
1634 r1 = nf_get_r1(alg_get_center(al)); in algramifiedplaces()
3078 long r1 = nf_get_r1(nf), n = nbrows(I); in get_phi0()
3305 if (lg(pl)-1 != nf_get_r1(nf)) in nfgrunwaldwang()
3307 "!=", stoi(nf_get_r1(nf)), stoi(lg(pl)-1)); in nfgrunwaldwang()
3772 if ((nf && lg(hi) != nf_get_r1(nf)+1)) in checkhasse()
3773 …pari_err_DOMAIN("checkhasse [hi should have r1 components]","#hi","!=",stoi(nf_get_r1(nf)),stoi(lg… in checkhasse()
4087 r1 = nf_get_r1(nf); in algcomputehasse()
/dports/math/p5-Math-Pari/pari-2.3.5/src/modules/
H A Dkummer.c111 r1 = nf_get_r1(nf); in reducebetanaive()
H A Dnffactor.c397 long prec, i, j, d = degpol(polbase), n = degpol(nf[1]), r1 = nf_get_r1(nf); in nf_Mignotte_bound()
/dports/math/gp2c/gp2c-0.0.12/desc/
H A Dfunc25.dsc2132 nf_get_r1(${1 code})
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariinl.h2753 nf_get_r1(GEN nf) { GEN x = gel(nf,2); return itou(gel(x,1)); } in nf_get_r1() function

12