|
void | apron::apxx_texpr0_env_ostream (std::ostream &os, ap_environment_t *env, ap_texpr0_t *a) |
|
std::ostream & | apron::operator<< (std::ostream &os, const texpr1 &s) |
|
std::ostream & | apron::operator<< (std::ostream &os, const texpr1::const_iterator &s) |
|
texpr1::builder | apron::unary (ap_texpr_op_t op, const texpr1::builder &a, ap_texpr_rtype_t rtype=AP_RTYPE_REAL, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr1::builder | apron::binary (ap_texpr_op_t op, const texpr1::builder &a, const texpr1::builder &b, ap_texpr_rtype_t rtype=AP_RTYPE_REAL, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr1::builder | apron::add (const texpr1::builder &a, const texpr1::builder &b, ap_texpr_rtype_t rtype=AP_RTYPE_REAL, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr1::builder | apron::sub (const texpr1::builder &a, const texpr1::builder &b, ap_texpr_rtype_t rtype=AP_RTYPE_REAL, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr1::builder | apron::mul (const texpr1::builder &a, const texpr1::builder &b, ap_texpr_rtype_t rtype=AP_RTYPE_REAL, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr1::builder | apron::div (const texpr1::builder &a, const texpr1::builder &b, ap_texpr_rtype_t rtype=AP_RTYPE_REAL, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr1::builder | apron::mod (const texpr1::builder &a, const texpr1::builder &b, ap_texpr_rtype_t rtype=AP_RTYPE_REAL, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr1::builder | apron::pow (const texpr1::builder &a, const texpr1::builder &b, ap_texpr_rtype_t rtype=AP_RTYPE_REAL, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr1::builder | apron::neg (const texpr1::builder &a, ap_texpr_rtype_t rtype=AP_RTYPE_REAL, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr1::builder | apron::cast (const texpr1::builder &a, ap_texpr_rtype_t rtype, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr1::builder | apron::floor (const texpr1::builder &a) |
|
texpr1::builder | apron::ceil (const texpr1::builder &a) |
|
texpr1::builder | apron::trunc (const texpr1::builder &a) |
|
texpr1::builder | apron::sqrt (const texpr1::builder &a, ap_texpr_rtype_t rtype=AP_RTYPE_REAL, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr1::builder | apron::operator+ (const texpr1::builder &a) |
|
texpr1::builder | apron::operator- (const texpr1::builder &a) |
|
texpr1::builder | apron::operator+ (const texpr1::builder &a, const texpr1::builder &b) |
|
texpr1::builder | apron::operator- (const texpr1::builder &a, const texpr1::builder &b) |
|
texpr1::builder | apron::operator * (const texpr1::builder &a, const texpr1::builder &b) |
|
texpr1::builder | apron::operator/ (const texpr1::builder &a, const texpr1::builder &b) |
|
texpr1::builder | apron::operator% (const texpr1::builder &a, const texpr1::builder &b) |
|
texpr1::builder | apron::operator^ (const texpr1::builder &a, const texpr1::builder &b) |
|