|
bool | is_unop (ap_texpr_op_t op) |
|
bool | is_binop (ap_texpr_op_t op) |
|
std::ostream & | operator<< (std::ostream &os, const texpr0 &s) |
|
void | apxx_texpr0_ostream (std::ostream &os, ap_texpr0_t *a, std::vector< std::string > *names) |
|
std::ostream & | operator<< (std::ostream &os, const texpr0::const_iterator &s) |
|
texpr0::builder | unary (ap_texpr_op_t op, const texpr0::builder &a, ap_texpr_rtype_t rtype=AP_RTYPE_REAL, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr0::builder | binary (ap_texpr_op_t op, const texpr0::builder &a, const texpr0::builder &b, ap_texpr_rtype_t rtype=AP_RTYPE_REAL, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr0::builder | add (const texpr0::builder &a, const texpr0::builder &b, ap_texpr_rtype_t rtype=AP_RTYPE_REAL, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr0::builder | sub (const texpr0::builder &a, const texpr0::builder &b, ap_texpr_rtype_t rtype=AP_RTYPE_REAL, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr0::builder | mul (const texpr0::builder &a, const texpr0::builder &b, ap_texpr_rtype_t rtype=AP_RTYPE_REAL, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr0::builder | div (const texpr0::builder &a, const texpr0::builder &b, ap_texpr_rtype_t rtype=AP_RTYPE_REAL, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr0::builder | mod (const texpr0::builder &a, const texpr0::builder &b, ap_texpr_rtype_t rtype=AP_RTYPE_REAL, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr0::builder | pow (const texpr0::builder &a, const texpr0::builder &b, ap_texpr_rtype_t rtype=AP_RTYPE_REAL, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr0::builder | neg (const texpr0::builder &a, ap_texpr_rtype_t rtype=AP_RTYPE_REAL, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr0::builder | cast (const texpr0::builder &a, ap_texpr_rtype_t rtype, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr0::builder | floor (const texpr0::builder &a) |
|
texpr0::builder | ceil (const texpr0::builder &a) |
|
texpr0::builder | trunc (const texpr0::builder &a) |
|
texpr0::builder | sqrt (const texpr0::builder &a, ap_texpr_rtype_t rtype=AP_RTYPE_REAL, ap_texpr_rdir_t rdir=AP_RDIR_NEAREST) |
|
texpr0::builder | operator+ (const texpr0::builder &a) |
|
texpr0::builder | operator- (const texpr0::builder &a) |
|
texpr0::builder | operator+ (const texpr0::builder &a, const texpr0::builder &b) |
|
texpr0::builder | operator- (const texpr0::builder &a, const texpr0::builder &b) |
|
texpr0::builder | operator * (const texpr0::builder &a, const texpr0::builder &b) |
|
texpr0::builder | operator/ (const texpr0::builder &a, const texpr0::builder &b) |
|
texpr0::builder | operator% (const texpr0::builder &a, const texpr0::builder &b) |
|
texpr0::builder | operator^ (const texpr0::builder &a, const texpr0::builder &b) |
|