Home
last modified time | relevance | path

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

/dports/math/z3/z3-z3-4.8.13/src/math/lp/
H A Dnex.h365 inline nex_sum& nex::to_sum() { SASSERT(is_sum()); return *static_cast<nex_sum*>(this); } in to_sum() function
366 inline nex_sum const& nex::to_sum() const { SASSERT(is_sum()); return *static_cast<nex_sum const*>(… in to_sum() function
374 inline const nex_sum* to_sum(const nex* a) { return &(a->to_sum()); } in to_sum() function
375 inline nex_sum* to_sum(nex * a) { return &(a->to_sum()); } in to_sum() function