Home
last modified time | relevance | path

Searched refs:sz_iw_tmp_ (Results 1 – 2 of 2) sorted by relevance

/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dfunction_internal.hpp813 size_t sz_iw() const { return sz_iw_per_ + sz_iw_tmp_;} in sz_iw()
1034 size_t sz_arg_tmp_, sz_res_tmp_, sz_iw_tmp_, sz_w_tmp_; member in casadi::FunctionInternal
H A Dfunction_internal.cpp108 sz_iw_tmp_ = 0; in FunctionInternal()
2554 sz_iw_tmp_ = max(sz_iw_tmp_, sz_iw); in alloc_iw()
3612 s.pack("FunctionInternal::sz_iw_tmp", sz_iw_tmp_); in serialize_body()
3702 s.unpack("FunctionInternal::sz_iw_tmp", sz_iw_tmp_); in FunctionInternal()