Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dbig_drv.h104 bigIntType bigOr (const_bigIntType big1, const_bigIntType big2);
H A Dbig_gmp.c1451 bigIntType bigOr (const_bigIntType big1, const_bigIntType big2) in bigOr() function
H A Dbig_rtl.c6231 bigIntType bigOr (const_bigIntType big1, const_bigIntType big2) in bigOr() function
/dports/math/cvc3/cvc3-2.4.1/src/theory_arith/
H A Darith_theorem_producer_old.cpp3481 Expr bigOr = orExpr(disjuncts); in splitGrayShadowSmall() local
3487 exprs.push_back(bigOr); in splitGrayShadowSmall()
3491 return newTheorem(bigOr, gThm.getAssumptionsRef(), pf); in splitGrayShadowSmall()
/dports/lang/seed7/seed7/lib/comp/
H A Dbig_act.s7i148 declareExtern(c_prog, "bigIntType bigOr (const_bigIntType, const_bigIntType);");