Home
last modified time | relevance | path

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

/dports/archivers/upx/upx-3.96/src/
H A Dui.cpp68 int b_cx, b_cy; member
281 s->screen->getCursor(s->screen, &s->b_cx, &s->b_cy); in startCallback()
327 assert(s->s_cx == 0 && s->b_cx == 0); in endCallback()
433 s->screen->putString(s->screen,msg,s->b_cx,s->b_cy); in doCallback()
437 s->screen->putStringAttr(s->screen, msg, attr, s->b_cx, s->b_cy); in doCallback()
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DBuiltinFunctions-algebra.cc277 int n_c = 0, b_cx = false; in simplify_constant() local
283 if(!b_cx && mstruct[i].contains(x_var, true) > 0) { in simplify_constant()
284 b_cx = true; in simplify_constant()
288 if(!b_cx && n_c >= 1 && (mstruct.isAddition() || mstruct.isMultiplication())) { in simplify_constant()
307 if(b_cx) simplify_constant(mstruct[i_c], x_var, y_var, c_var, true); in simplify_constant()