Home
last modified time | relevance | path

Searched defs:is_idiv (Results 1 – 8 of 8) sorted by relevance

/dports/math/z3/z3-z3-4.8.13/src/ast/
H A Darith_decl_plugin.h283 bool is_idiv(expr const * n) const { return is_app_of(n, arith_family_id, OP_IDIV); } in is_idiv() function
/dports/math/py-z3-solver/z3-z3-4.8.10/src/ast/
H A Darith_decl_plugin.h287 bool is_idiv(expr const * n) const { return is_app_of(n, m_afid, OP_IDIV); } in is_idiv() function
/dports/math/z3/z3-z3-4.8.13/src/api/ml/
H A Dz3.mli1328 val is_idiv : Expr.expr -> bool val
H A Dz3.ml1031 let is_idiv (x:expr) = (AST.is_app x) && (FuncDecl.get_decl_kind (Expr.get_func_decl x) = OP_IDIV) function
/dports/math/py-z3-solver/z3-z3-4.8.10/src/api/ml/
H A Dz3.mli1328 val is_idiv : Expr.expr -> bool val
H A Dz3.ml1031 let is_idiv (x:expr) = (AST.is_app x) && (FuncDecl.get_decl_kind (Expr.get_func_decl x) = OP_IDIV) function
/dports/math/z3/z3-z3-4.8.13/src/api/python/z3/
H A Dz3.py2809 def is_idiv(a): function
/dports/math/py-z3-solver/z3-z3-4.8.10/src/api/python/z3/
H A Dz3.py2666 def is_idiv(a): function