Home
last modified time | relevance | path

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

/dports/math/pari/pari-2.13.3/src/basemath/
H A Dgen1.c380 retmkfrac(signe(y) < 0? gen_m1: gen_1, absi(y)); in Qdivii()
416 if (equali1(x)) retmkfrac(gen_1, utoipos(y)); in Qdiviu()
424 if (t == 1) retmkfrac(icopy(x), utoipos(y)); in Qdiviu()
425 retmkfrac(diviuexact(x,t), utoipos(y / t)); in Qdiviu()
443 if (equali1(x)) retmkfrac(s > 0? gen_1: gen_m1, utoipos(y)); in Qdivis()
H A Dgen3.c2790 retmkfrac(icopy(u), powiu(p,-v)); in padic_to_Q()
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariinl.h46 #define retmkfrac(x,y)\ macro
177 mkfrac(GEN x, GEN y) { retmkfrac(x,y); } in mkfrac()
179 mkfracss(long x, long y) { retmkfrac(stoi(x),utoipos(y)); } in mkfracss()
203 retmkfrac(stoi(n), utoi(d)); in sstoQ()
207 mkfraccopy(GEN x, GEN y) { retmkfrac(icopy(x), icopy(y)); } in mkfraccopy()
/dports/math/pari/pari-2.13.3/
H A DCHANGES-2.6881 ZX_Zp_root, Zp_appr, Fp_muls, retmkfrac
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch5.tex11576 \fun{GEN}{retmkfrac}{GEN x, GEN y}