Home
last modified time | relevance | path

Searched refs:gequal (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/pari/
H A Dtest.tst97 (pari:gequal id #Z"[1,0,0;0,1,0;0,0,1]") T
100 (pari:gequal id (pari:mattranspose id)) T
101 (pari:gequal id (pari:matadjoint id)) T
102 (pari:gequal (pari:matker id) #Z"[;]") T
103 (pari:gequal id (pari:matimage id)) T
104 (pari:gequal id (pari:norm id)) T
107 (pari:gequal id (pari:mateigen id)) T
108 (pari:gequal id (pari:mathess id)) T
120 (pari:gequal id (pari:qfgaussred id)) T
159 (pari:gequal (pari:_! 10) #Z"3628800") T
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/nvparse/
H A D_ts1.0_parser.h60 gequal = 259, enumerator
109 #define gequal 259 macro
H A Dts1.0_grammar.y25 %token <fval> floatValue gequal less texVariable expandString
289 CondDesc : gequal
H A Dts1.0_tokens.l86 return (gequal);
/dports/math/paritwine/paritwine-0.1/tests/
H A Dtmpc.c80 return (gequal (x, x2) != 1); in test_GEN_to_c()
94 return (gequal (x, x2) != 1); in test_GEN_to_c_stack()
/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Dgen2.c435 if (typ(x) != t_POL) return gequal(x, y); in polegal()
440 if (!gequal(gel(x,i),gel(y,i))) return 0; in polegal()
469 gequal(GEN x, GEN y) in gequal() function
490 return gequal(gel(x,1),gel(y,1)) && gequal(gel(x,2),gel(y,2)); in gequal()
493 return gequal(gel(x,2),gel(y,2)) in gequal()
504 return gequal(gel(x,1),gel(y,1)) in gequal()
505 && gequal(gel(x,2),gel(y,2)) in gequal()
506 && gequal(gel(x,3),gel(y,3)); in gequal()
537 int f = gequal(stoi(s), x); in gequalsg()
629 if (!gequal(p,gel(x,2))) break; in ggval()
[all …]
H A Dperm.c50 if (!gequal(gel(v,i), gel(v,1))) in vec_isconst()
67 if (gequal(gel(v,i), gel(v,j))) in vec_is1to1()
673 int r = gequal(perm_mul(p,q), perm_mul(q,p)); in perm_commute()
916 long r = gequal(vecvecsmall_sort(group_leftcoset(N, g)), in group_perm_normalize()
1006 if (gequal(perm_conj(u,s), t)) /*u=(2,3,4)*/ in group_subgroups()
1025 if (!gequal(perm_mul(w,w), s)) /*w=(1,4,2,3)*/ in group_subgroups()
1028 if (!gequal(perm_mul(w,w), s)) w = perm_conj(u,w); in group_subgroups()
1109 if (gequal(P, gel(S,j))) break; in group_abelianHNF()
/dports/games/neverball/neverball-1.6.0/data/ball/earth/
H A Dearth-atmos7 alpha-test gequal 0.01
/dports/games/neverball/neverball-1.6.0/data/ball/sootsprite/
H A Dsootsprite-body-outer7 alpha-test gequal 0.5
H A Dsootsprite-eye7 alpha-test gequal 0.5
/dports/games/neverball/neverball-1.6.0/data/ball/atom/
H A Dproton7 alpha-test gequal 0.5
H A Dneutron7 alpha-test gequal 0.5
/dports/games/neverball/neverball-1.6.0/data/ball/ufo/
H A Dpoof-blue7 alpha-test gequal 0.15
/dports/editors/calligra/calligra-3.2.1/sheets/functions/
H A Dmath.cpp387 if (calc->gequal(arg, Value(0.0))) in func_sqrt()
398 if (calc->gequal(arg, Value(0.0))) in func_sqrtpi()
442 res = calc->gequal(number, Value(0.0)) ? Value(1.0) : Value(-1.0); in func_ceiling()
463 if ((!mode) || calc->gequal (number, Value(0))) rud = calc->roundUp(d); in func_ceiling()
481 if (calc->gequal(args[0], Value(0.0)) != calc->gequal(args[1], Value(0.0))) in func_floor()
484 significance = calc->gequal(args[0], Value(0.0)) ? 1.0 : -1.0; in func_floor()
495 if (calc->gequal(args[0], Value(0.0))) // positive values in func_floor()
804 } while (calc->gequal(w, Value(1.0))); // w >= 1.0 in func_randnorm()
931 if (calc->gequal(mod, calc->div(m, Value(2)))) // mod >= m/2 in func_mround()
993 if (calc->gequal(args[0], Value(0))) { in func_odd()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/nvparse/
H A D_ts1.0_parser.h49 gequal = 259, enumerator
H A Dts1.0_grammar.y25 %token <fval> floatValue gequal less texVariable expandString
289 CondDesc : gequal
/dports/math/p5-Math-Pari/pari-2.3.5/src/functions/symbolic_operators/
H A Dne20 (gen, gen):negbool gequal($1, $2)
H A Deq27 (gen, gen):bool gequal($1, $2)
/dports/math/pari/pari-2.13.3/src/functions/symbolic_operators/
H A Dne25 (gen, gen):negbool gequal($1, $2)
H A Deq29 (gen, gen):bool gequal($1, $2)
/dports/devel/taskctl/taskctl-1.4.2/vendor/mvdan.cc/sh/v3/syntax/
H A Dtokens.go62 gequal // >= const
261 Geq = BinAritOperator(gequal) // >=
/dports/devel/modd/modd-0.8/vendor/mvdan.cc/sh/syntax/
H A Dtokens.go61 gequal // >= const
259 Geq = BinAritOperator(gequal)
/dports/math/pari/pari-2.13.3/src/basemath/
H A Delltors.c229 if (gequal(Q, ellmul(E, P, utoipos(B>>1)))) Q = gel(T2,1); in elltors_divpol()
405 if (!gequal(P,ellmul(E,Q,N))) Q = ellneg(E,Q); /* nQ = -P */ in ellisdivisible_i()
636 if (gequal(P, ellneg(E,P))) return 2; in ellorder_Q()
666 if (!gequal(Q, ellneg(E,R))) k = 0; in ellorder_Q()
680 if (gequal(P, ellneg(E,P))) return gen_2; in ellorder_nf()
716 if (!gequal(Q, ellneg(E,R))) k = gen_0; in ellorder_nf()
H A Dgen2.c410 case t_RFRAC: return gequal(gel(x,1), gel(x,2)); in gequal1()
983 if (!gequal(gel(x,--lx), gel(y,--ly))) return 0; in serequal()
996 if (! gequal(gel(x,i),gel(y,i)) ) return 0; in vecequal()
1019 gequal(GEN x, GEN y) in gequal() function
1041 return gequal(gel(x,2),gel(y,2)) && gequal(gel(x,1),gel(y,1)); in gequal()
1067 && gequal(gel(x,2),gel(y,2)) in gequal()
1068 && gequal(gel(x,3),gel(y,3)); in gequal()
1073 if (gequal(b,d)) return gequal(a,c); /* simple case */ in gequal()
1077 return gc_bool(av, gequal(a,b)); in gequal()
1087 return list_cmp(x, y, gequal); in gequal()
[all …]
/dports/math/p5-Math-Pari/pari-2.3.5/src/modules/
H A Delldata.c159 if (gequal(gmael(V,j,1), name)) in ellsearchbyname()
227 if (gequal(gmael(V,j,2), M)) in ellidentify()

123456789