Home
last modified time | relevance | path

Searched refs:typeer (Results 1 – 25 of 59) sorted by relevance

123

/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Dgen2.c101 pari_err(typeer,"matsize"); in matsize()
164 pari_err(typeer,"gtolong"); in gtolong()
359 pari_err(typeer,"comparison"); in gcmpsg()
936 pari_err(typeer,"negation"); in gneg()
989 pari_err(typeer,"negation"); in gneg_i()
1064 pari_err(typeer,"gabs"); in gabs()
1626 pari_err(typeer,"cvtop2"); in cvtop2()
1671 pari_err(typeer,"cvtop"); in cvtop()
1691 pari_err(typeer,"gcvtop"); in gcvtop()
1742 pari_err(typeer,"gexpo"); in gexpo()
[all …]
H A Dgen3.c46 pari_err(typeer, "gvar"); in gvar()
269 pari_err(typeer,"degree"); in poldegree()
1564 pari_err(typeer,"deriv"); in deriv()
1747 pari_err(typeer,"integ"); in integ()
1775 pari_err(typeer,"gfloor"); in gfloor()
1824 pari_err(typeer,"gceil"); in gceil()
1885 pari_err(typeer,"ground"); in ground()
2698 pari_err(typeer,"denom"); in denom()
2728 pari_err(typeer,"numer"); in numer()
2769 pari_err(typeer,"lift"); in lift0()
[all …]
H A Dtrans2.c134 case t_INTMOD: case t_PADIC: pari_err(typeer,"gatan"); in gatan()
195 case t_INTMOD: case t_PADIC: pari_err(typeer,"gasin"); in gasin()
267 case t_INTMOD: case t_PADIC: pari_err(typeer,"gacos"); in gacos()
363 pari_err(typeer,"garg"); in garg()
401 case t_INTMOD: pari_err(typeer,"gch"); in gch()
493 case t_INTMOD: pari_err(typeer,"gth"); in gth()
552 case t_INTMOD: case t_PADIC: pari_err(typeer,"gash"); in gash()
615 case t_INTMOD: case t_PADIC: pari_err(typeer,"gach"); in gach()
1238 case t_INTMOD: pari_err(typeer,"ggamd"); in ggamd()
1404 case t_INTMOD: pari_err(typeer,"ggamma"); in ggamma()
[all …]
H A Dsubgroup.c384 if (lg(B) != 2 || typ(b) != t_INT) pari_err(typeer,"subgroup"); in parse_bound()
390 if (lg(B) > len(T->L)+1) pari_err(typeer,"subgroup"); in parse_bound()
393 default: pari_err(typeer,"subgroup"); in parse_bound()
439 if (typ(cyc) != t_MAT) pari_err(typeer,"forsubgroup"); in subgroup_engine()
567 if (!cyc) pari_err(typeer,"forsubgroup"); in forsubgroup()
590 if (!cyc) pari_err(typeer,"subgrouplist"); in subgrouplist_i()
H A Darith2.c84 if (typ(N) != t_INT || signe(N) <= 0) pari_err(typeer, "primepi"); in primepi()
628 if (tx != t_INT) pari_err(typeer,"addprime"); in addprimes()
657 if (typ(prime) != t_INT) pari_err(typeer,"removeprime"); in removeprime()
1051 default: pari_err(typeer,"issquarefree"); in issquarefree()
1314 if (is_matvec_t(tn)) pari_err(typeer,"divisors"); in divisors()
1496 default: pari_err(typeer,"binary"); in binaire()
1568 pari_err(typeer, "bitwise negation"); in gbitneg()
1742 if (typ(x) != t_INT || typ(y) != t_INT) pari_err(typeer, "bitwise or"); in gbitor()
1767 if (typ(x) != t_INT || typ(y) != t_INT) pari_err(typeer, "bitwise and"); in gbitand()
1792 if (typ(x) != t_INT || typ(y) != t_INT) pari_err(typeer, "bitwise xor"); in gbitxor()
[all …]
H A Dalglin1.c75 if (! is_matvec_t(tx)) pari_err(typeer,"gtrans"); in gtrans()
299 pari_err(typeer,"concat"); in concat()
1257 default: pari_err(typeer,"gauss"); in init_gauss()
1661 if (typ(x)!=t_MAT) pari_err(typeer,"detint"); in detint()
1881 if (typ(x)!=t_MAT) pari_err(typeer,"keri"); in keri()
1960 if (t != t_VEC) pari_err(typeer,"deplin"); in deplin()
2344 if (typ(x)!=t_MAT) pari_err(typeer,"image2"); in image2()
2727 if (typ(x)!=t_MAT) pari_err(typeer,"FpM_ker"); in FpM_ker_i()
3288 if (typ(x)!=t_MAT) pari_err(typeer,"eigen"); in eigen()
3508 default: pari_err(typeer,"gaussmodulo"); in gaussmoduloall()
[all …]
H A DQfb.c128 if (typ(x)!=t_INT || typ(y)!=t_INT || typ(z)!=t_INT) pari_err(typeer,"Qfb"); in Qfb0()
205 if (typ(y) != tx || tx != t_QFI) pari_err(typeer,"composition"); in compimag0()
217 if (typ(y) != tx || tx != t_QFR) pari_err(typeer,"composition"); in compreal0()
240 if (typ(x)!=t_QFI) pari_err(typeer,"composition"); in sqcompimag0()
251 if (typ(x)!=t_QFR) pari_err(typeer,"composition"); in sqcompreal0()
284 if (typ(x) != t_QFR) pari_err(typeer,"qfr_unit"); in qfr_unit()
311 if (typ(x) != t_QFI) pari_err(typeer,"qfi_unit"); in qfi_unit()
1236 if (typ(n)!=t_INT) pari_err(typeer,"qfbsolve"); in qfbsolve()
1242 pari_err(typeer,"qfbsolve"); in qfbsolve()
1254 if (typ(d) != t_INT || typ(p) != t_INT) pari_err(typeer, "cornacchia"); in cornacchia()
[all …]
H A Dalglin2.c109 if (py) pari_err(typeer,"easychar"); in easychar()
117 if (py) pari_err(typeer,"easychar"); in easychar()
277 if (typ(x)!=t_MAT) pari_err(typeer,"minpoly"); in minpoly()
409 pari_err(typeer,"gnorm"); in gnorm()
466 default: pari_err(typeer,"gnorml1"); in gnorml1()
504 pari_err(typeer,"QuickNormL1"); in QuickNormL1()
585 pari_err(typeer,"gconj"); in gconj()
643 pari_err(typeer,"conjvec"); in conjvec()
736 pari_err(typeer,"gtrace"); in gtrace()
751 if (typ(a)!=t_MAT) pari_err(typeer,"sqred1"); in sqred1intern()
[all …]
H A Dbibli2.c414 if (typ(x) != t_POL) pari_err(typeer,"polrecip"); in polrecip()
444 if (is_noncalc_t(typ(n))) pari_err(typeer,"binomial"); in binomial()
779 if (typ(x)!=t_VEC || typ(y)!=t_VEC) pari_err(typeer,"dirmul"); in dirmul()
814 if (typ(x)!=t_VEC || typ(y)!=t_VEC) pari_err(typeer,"dirmul"); in dirdiv()
901 if (typ(res) != t_INT) pari_err(typeer,"permtonum"); in permtonum()
1047 if (!is_matvec_t(tx) && tx != t_VECSMALL) pari_err(typeer,"gen_sort"); in gen_sort_aux()
1121 if (! is_matvec_t(t)) pari_err(typeer,"vecsort"); in gen_vecsort()
1125 if (! is_vec_t(t)) pari_err(typeer,"vecsort"); in gen_vecsort()
H A Dbuch4.c114 pari_err(typeer,"zpsoluble"); in zpsoluble()
125 pari_err(typeer,"qpsoluble"); in qpsoluble()
464 if (typ(S) != t_VEC) pari_err(typeer,"bnfsunit"); in bnfsunit()
620 if (typ(bnfS)!=t_VEC || lg(bnfS)!=7) pari_err(typeer,"bnfissunit"); in bnfissunit()
626 default: pari_err(typeer,"bnfissunit"); in bnfissunit()
764 if (typ(x) != t_POLMOD) pari_err(typeer, "rnfisnorm"); in rnfisnorm()
H A Dbase3.c50 if (ty!=t_COL) pari_err(typeer,"nfmul"); in scal_mul()
153 if (tx != t_COL) pari_err(typeer,"element_inv"); in element_inv()
184 if (ty!=t_COL) pari_err(typeer,"nfdiv"); in element_div()
191 if (tx!=t_COL) pari_err(typeer,"nfdiv"); in element_div()
376 if (tx != t_COL) pari_err(typeer,"element_sqr"); in element_sqr()
401 if (typ(x) != t_COL) pari_err(typeer,"element_pow"); in element_pow()
662 default: pari_err(typeer,"algtobasis_i"); in algtobasis_i()
885 default: pari_err(typeer,"arch_to_perm"); in arch_to_perm()
1095 default: pari_err(typeer,"element_invmodideal"); in element_invmodideal()
2401 if (typ(L) != t_VEC) pari_err(typeer, "ideallistarch"); in ideallistarch()
[all …]
H A Dtrans1.c322 pari_err(typeer,"gpow"); in puiss0()
804 if (typ(x) != t_REAL) pari_err(typeer,"sqrtr"); in sqrtr()
1099 if (typ(x) != t_REAL) pari_err(typeer,"sqrtnr"); in sqrtnr()
1175 pari_err(typeer,"gsqrtn"); in gsqrtn()
1435 case t_INTMOD: pari_err(typeer,"gexp"); in gexp()
1868 case t_INTMOD: pari_err(typeer,"glog"); in glog()
2028 case t_INTMOD: pari_err(typeer,"gcos"); in gcos()
2093 case t_INTMOD: pari_err(typeer,"gsin"); in gsin()
2245 pari_err(typeer,"gsincos"); in gsincos()
2286 case t_INTMOD: pari_err(typeer,"gtan"); in gtan()
[all …]
H A Dsubcyclo.c632 pari_err(typeer,"galoissubcyclo"); in galoissubcyclo()
648 pari_err(typeer,"galoissubcyclo"); in galoissubcyclo()
681 pari_err(typeer,"galoissubcyclo"); in galoissubcyclo()
755 if (d<=0 || n<=0) pari_err(typeer,"subcyclo"); in subcyclo()
H A Dpolarit2.c1571 pari_err(typeer,"gdeflate"); in gdeflate()
3090 default: pari_err(typeer,"content"); in content()
3122 pari_err(typeer, "content"); in content()
3173 pari_err(typeer,"Q_content"); in Q_content()
3230 pari_err(typeer,"Q_denom"); in Q_denom()
3279 pari_err(typeer,"Q_muli_to_int"); in Q_muli_to_int()
3320 pari_err(typeer,"Q_divmuli_to_int"); in Q_divmuli_to_int()
3338 pari_err(typeer,"Q_div_to_int"); in Q_div_to_int()
4126 pari_err(typeer,"discsr"); in poldisc0()
4177 pari_err(typeer,"sturm"); in sturmpart()
[all …]
H A Dpolarit1.c1329 default: pari_err(typeer,"QpX_to_ZX"); in Zp_to_Z()
1347 if (typ(c) != t_PADIC) pari_err(typeer,"QpX_to_ZX"); in QpX_to_ZX()
1418 if (typ(c) != t_PADIC) pari_err(typeer,"QpXQ_to_ZXY"); in QpXQ_to_ZXY()
1481 if (typ(a) != t_PADIC) pari_err(typeer,"Zp_appr"); in Zp_appr()
1539 if (typ(p)!=t_INT) pari_err(typeer,"rootpadic"); in rootpadic()
1777 default: pari_err(typeer,"padicappr"); in padicappr()
2034 if (tx != t_POL) pari_err(typeer,"to_Fq"); in to_Fq()
2046 if (tx != t_POL) pari_err(typeer,"to_Fq_pol"); in to_Fq_pol()
2580 if (typ(x)!=t_POL) pari_err(typeer,"rootsold"); in rootsold()
2774 if (typ(pol)!=t_POL) pari_err(typeer,"roots2"); in roots2()
[all …]
H A Darith1.c122 if (!is_vec_t(tx)) pari_err(typeer,"association"); in gassoc_proto()
671 pari_err(typeer,"Z_issquare"); in gissquare()
843 if (typ(x) != t_INT) pari_err(typeer, "isanypower"); in isanypower()
1498 pari_err(typeer,"Fp_sqrtn"); in Fp_sqrtn()
1655 pari_err(typeer,"chinese"); in chinese()
2290 pari_err(typeer,"sfcont"); in sfcont()
2303 pari_err(typeer,"sfcont"); in sfcont()
2388 if (! is_matvec_t(tx)) pari_err(typeer,"pnqn"); in pnqn()
2453 pari_err(typeer,"bestappr0"); in bestappr_mod()
2543 pari_err(typeer,"bestappr"); in bestappr()
[all …]
H A Dbase5.c449 pari_err(typeer,"rnfidealhermite"); in rnfidealhermite()
524 if (lg(x)-1 != N) pari_err(typeer, "rnfidealabstorel"); in rnfidealabstorel()
525 if (typ(x) != t_VEC) pari_err(typeer,"rnfidealabstorel"); in rnfidealabstorel()
H A Dbibli1.c663 if (typ(x) != t_MAT) pari_err(typeer,"lllint"); in lllint_marked()
923 if (typ(x) != t_MAT) pari_err(typeer,"lllgramallgen"); in lllgramallgen()
1155 if (typ(x) != t_MAT) pari_err(typeer,"lllfp"); in lllfp_marked()
1425 if (typ(b) != t_MAT) pari_err(typeer,"gram"); in gram_matrix()
1483 if (typ(m) != t_MAT) pari_err(typeer,"lllintpartial"); in lllintpartialall()
1912 if (! is_vec_t(tx)) pari_err(typeer,"lindep2"); in lindep2()
1960 if (! is_vec_t(tx)) pari_err(typeer,"lindep"); in lindep()
2254 if (! is_vec_t(tx)) pari_err(typeer,"pslq"); in init_pslq()
2811 if (! is_scalar_t(tx)) pari_err(typeer,"algdep0"); in algdep0()
3001 pari_err(typeer, "minim0"); in minim0()
[all …]
/dports/math/p5-Math-Pari/pari-2.3.5/src/modules/
H A Delldata.c109 pari_err(typeer,"ellconvertname"); in ellconvertname()
113 pari_err(typeer,"ellconvertname"); in ellconvertname()
195 pari_err(typeer,"ellsearch"); in ellsearch()
H A Dpart.c154 if (typ(n) != t_INT) pari_err(typeer, "partition function"); in numbpart()
/dports/math/p5-Math-Pari/pari-2.3.5/src/functions/programming/
H A Derror17 (str):void pari_err(typeer, $1)
/dports/math/p5-Math-Pari/pari-2.3.5/src/headers/
H A Dparierr.h29 siginter, typeer, consister, user, enumerator
/dports/math/p5-Math-Pari/pari-2.3.5/examples/
H A Dextgcd.c13 if (typ(a) != t_INT || typ(b) != t_INT) pari_err(typeer, "extgcd"); in extgcd()
/dports/math/p5-Math-Pari/pari-2.3.5/src/language/
H A Dsumiter.c133 pari_err(typeer,"prime_loop_init"); in prime_loop_init()
395 if (typ(a) != t_INT) pari_err(typeer,"forvec"); in forvec_start()
400 if (typ(a) != t_INT) pari_err(typeer,"forvec"); in forvec_start()
417 if (typ(a) != t_INT) pari_err(typeer,"forvec"); in forvec_start()
423 if (typ(a) != t_INT) pari_err(typeer,"forvec"); in forvec_start()
709 if (tx != t_POL) pari_err(typeer,"direuler"); in direuler()
738 if (tx != t_POL) pari_err(typeer,"direuler"); in direuler()
780 if (typ(nmax) != t_INT) pari_err(typeer,"vector"); in vecteur()
801 if (typ(nmax) != t_INT) pari_err(typeer,"vector"); in vecteursmall()
830 if (typ(ncol) != t_INT || typ(nlig) != t_INT) pari_err(typeer,"matrix"); in matrice()
H A Dintnum.c550 if (lg(sig) != 3) pari_err(typeer,"sumnum"); in suminit_start()
633 if (!checktabsimp(tab)) pari_err(typeer,"intnum"); in intn()
634 if (!isinC(a) || !isinC(b)) pari_err(typeer,"intnum"); in intn()
669 if (!checktabsimp(tab)) pari_err(typeer,"intnum"); in intnsing()
710 if (!checktabdoub(tab)) pari_err(typeer,"intnum"); in intninfpm()
747 if (!checktabsimp(tab)) pari_err(typeer,"intnum"); in intninfinfintern()
1029 if (!checktab(tab)) pari_err(typeer,"intnuminit0"); in intnuminit0()
1043 if (!checktab(tab)) pari_err(typeer,"sumnuminit0"); in sumnuminit0()
1433 pari_err(typeer,"integral transform"); in intinvintern()
1497 pari_err(typeer,"intmellininvshort"); in intmellininvshort()

123