Home
last modified time | relevance | path

Searched refs:gcmpgs (Results 1 – 25 of 35) sorted by relevance

12

/dports/math/p5-Math-Pari/pari-2.3.5/src/functions/symbolic_operators/
H A Dgt15 (gen, small):bool:parens gcmpgs($1, $2) > 0
H A Dge15 (gen, small):bool:parens gcmpgs($1, $2) >= 0
H A Dlt15 (gen, small):bool:parens gcmpgs($1, $2) < 0
H A Dle16 (gen, small):bool:parens gcmpgs($1, $2) <= 0
/dports/math/pari/pari-2.13.3/src/functions/symbolic_operators/
H A Dlt16 (gen, small):bool:parens gcmpgs($1, $2) < 0
H A Dgt16 (gen, small):bool:parens gcmpgs($1, $2) > 0
H A Dge16 (gen, small):bool:parens gcmpgs($1, $2) >= 0
H A Dle17 (gen, small):bool:parens gcmpgs($1, $2) <= 0
/dports/math/p5-Math-Pari/pari-2.3.5/src/language/
H A Dintnum.c176 if (gcmpgs(a,-100) >= 0) return qrom2(E,eval,a,b,prec); in rom_bsmall()
177 if (b == gen_1 || gcmpgs(b, -1) >= 0) /* a < -100, b >= -1 */ in rom_bsmall()
192 if (gcmpgs(b,100) >= 0) in rombint()
194 if (gcmpgs(a,1) >= 0) in rombint()
835 if (gcmp0(a2R) || gcmpgs(a2R, -2)<=0) return f_YSLOW; in code_aux()
837 if (gcmpgs(a2R, -1) >= 0) pari_err(talker,"incorrect a or b in intnum"); in code_aux()
855 if (!isinC(a1) || !isinR(a2) || gcmpgs(a2, -1) <= 0) in transcode()
911 if (gcmpgs(k, -2) <= 0) return tab; in exptab()
/dports/math/pari/pari-2.13.3/src/language/
H A Dintnum.c155 if (gcmpgs(a,-100) >= 0) return qrom2(E,eval,a,b,bit); in rom_bsmall()
156 if (gcmpgs(b, -1) < 0) return qromi(E,eval,a,b,bit); /* a<-100, b<-1 */ in rom_bsmall()
170 if (gcmpgs(b,100) >= 0) in rombint()
172 if (gcmpgs(a,1) >= 0) in rombint()
894 if (gequal0(re) || gcmpgs(re, -2)<=0) return f_YSLOW; in code_aux()
896 if (gcmpgs(re, -1) >= 0) err_code(a, name); in code_aux()
931 if (gcmpgs(a2, -1) <= 0) in transcode()
935 if (!isinC(a1) || !isinR(a2) || gcmpgs(a2, -1) <= 0) err_code(a,name); in transcode()
988 if (gcmpgs(k, -2) <= 0) return tab; in exptab()
1690 if (gcmpgs(faj, -2) <= 0) in M_from_wrapmon()
[all …]
H A Dsumiter.c1404 if (gcmpgs(step,1)<=0) pari_err_DOMAIN("solvestep","step","<=",gen_1,step); in solvestep()
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dhypergeom.c241 if (gcmpgs(a,-1) <= 0) pari_err_IMPL("hypergeom for these parameters"); in mkendpt()
242 return (gcmpgs(a,1) >= 0 || gequal0(a))? z: mkvec2(z, a); in mkendpt()
362 if (gcmpgs(t,1) > 0) L = gmul(L, t); in Npochden()
634 if (gcmpgs(a, 1) <= 0 && is0(imag_i(z), 10)) in myint21()
641 else if (gcmpgs(a,-1) <= 0) prec += ((gexpo(a)+1)>>1) * EXTRAPREC64; in myint21()
H A Dtrans3.c38 { return gcmpgs(_abs(z), (bit+4)/2) >= 0; } in bessel_asymp()
85 if (gexpo(C) < -B && gcmpgs(K, m) <= 0) break; in hankel_ABr()
666 return gc_int(av, gcmpgs(R_abs_shallow(x), 3*b / 4) >= 0); in gamma_use_asymp()
1744 if (gcmpgs(sig, prec2nbits(prec) + 1) > 0) { /* zeta(s) = 1 */ in czeta()
2170 if (!is_real_t(typ(a)) || !is_real_t(typ(b)) || gcmpgs(a, 1) <= 0) in gzeta()
3289 if (gcmpgs(gel(x,2), C) > 0) /* eta(q(x)) = 1 : no need to compute q(2x) */ in jell()
3704 if (gcmpgs(imag_i(tau), (M_LN2 / (2*M_PI)) * (b+1+10)) > 0) in cxEk()
H A Dtrans2.c1020 if (gcmpgs(la, 3) < 0) { logla = log(3.); la = stoi(3); } in cxgamma()
1021 else if (gcmpgs(la, 150) > 0) { logla = rtodbl(logt); la = t; } in cxgamma()
H A Dzetamult.c407 if (gcmpgs(gnorm(y3),1) > 0) in filllg1()
H A Dlfun.c1997 else if (gcmpgs(gnorm(t0), 1) < 0) { t0i = t0; t0 = ginv(t0); } in lfuncheckfeq()
/dports/math/p5-Math-Pari/pari-2.3.5/src/headers/
H A Dparicom.h301 #define gcmpgs(s,y) (-gcmpsg(y,s)) macro
/dports/math/gp2c/gp2c-0.0.12/desc/
H A Dfunc23.dsc2402 gcmpgs(${1 code}, ${2 code}) <= 0
2488 gcmpgs(${1 code}, ${2 code}) < 0
2725 gcmpgs(${1 code}, ${2 code}) >= 0
2872 gcmpgs(${1 code}, ${2 code}) > 0
H A Dfunc25.dsc2648 gcmpgs(${1 code}, ${2 code}) <= 0
2734 gcmpgs(${1 code}, ${2 code}) < 0
2972 gcmpgs(${1 code}, ${2 code}) >= 0
3129 gcmpgs(${1 code}, ${2 code}) > 0
H A Dfunc27.dsc2794 gcmpgs(${1 code}, ${2 code}) <= 0
2880 gcmpgs(${1 code}, ${2 code}) < 0
3131 gcmpgs(${1 code}, ${2 code}) >= 0
3288 gcmpgs(${1 code}, ${2 code}) > 0
H A Dfunc29.dsc3082 gcmpgs(${1 code}, ${2 code}) <= 0
3168 gcmpgs(${1 code}, ${2 code}) < 0
3419 gcmpgs(${1 code}, ${2 code}) >= 0
3576 gcmpgs(${1 code}, ${2 code}) > 0
H A Dfunc211.dsc3099 gcmpgs(${1 code}, ${2 code}) <= 0
3185 gcmpgs(${1 code}, ${2 code}) < 0
3436 gcmpgs(${1 code}, ${2 code}) >= 0
3593 gcmpgs(${1 code}, ${2 code}) > 0
H A Dfunc213.dsc3105 gcmpgs(${1 code}, ${2 code}) <= 0
3191 gcmpgs(${1 code}, ${2 code}) < 0
3442 gcmpgs(${1 code}, ${2 code}) >= 0
3599 gcmpgs(${1 code}, ${2 code}) > 0
/dports/math/pari/pari-2.13.3/src/modules/
H A Dthue.c87 if (gcmpgs(t,1) > 0) LH = gmul(LH, t); in LogHeight()
/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Dtrans3.c1360 if (gcmpgs(sig, bit_accuracy(prec) + 1) > 0) { y = gen_1; goto END; } in czeta()

12