Home
last modified time | relevance | path

Searched refs:_solutions (Results 1 – 16 of 16) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/tattoo/
H A Dwidget_foolscap.cpp36 _solutions[idx] = nullptr; in WidgetFoolscap()
100 _solutions[0] = FIXED(Apply); in show()
101 _solutions[1] = FIXED(Water); in show()
102 _solutions[2] = FIXED(Heat); in show()
116 char c = _solutions[line][idx]; in show()
210 if (_charNum >= (int)strlen(_solutions[_lineNum])) in handleKeyboardEvents()
211 _charNum = (int)strlen(_solutions[_lineNum]) - 1; in handleKeyboardEvents()
218 if (_charNum >= (int)strlen(_solutions[_lineNum])) in handleKeyboardEvents()
230 _charNum = strlen(_solutions[_lineNum]) - 1; in handleKeyboardEvents()
258 if (!scumm_stricmp(_answers[0], _solutions[0]) && !scumm_stricmp(_answers[1], _solutions[1]) in handleKeyboardEvents()
[all …]
H A Dwidget_foolscap.h40 const char *_solutions[3]; variable
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/tattoo/
H A Dwidget_foolscap.cpp36 _solutions[idx] = nullptr; in WidgetFoolscap()
100 _solutions[0] = FIXED(Apply); in show()
101 _solutions[1] = FIXED(Water); in show()
102 _solutions[2] = FIXED(Heat); in show()
116 char c = _solutions[line][idx]; in show()
210 if (_charNum >= (int)strlen(_solutions[_lineNum])) in handleKeyboardEvents()
211 _charNum = (int)strlen(_solutions[_lineNum]) - 1; in handleKeyboardEvents()
218 if (_charNum >= (int)strlen(_solutions[_lineNum])) in handleKeyboardEvents()
230 _charNum = strlen(_solutions[_lineNum]) - 1; in handleKeyboardEvents()
258 if (!scumm_stricmp(_answers[0], _solutions[0]) && !scumm_stricmp(_answers[1], _solutions[1]) in handleKeyboardEvents()
[all …]
H A Dwidget_foolscap.h40 const char *_solutions[3]; variable
/dports/math/gecode/gecode-0916a1a/gecode/
H A Dflatzinc.hh230 Gecode::Driver::IntOption _solutions; ///< How many solutions member in Gecode::FlatZinc::FlatZincOptions
266 _solutions("n","number of solutions (0 = all, -1 = one/best)",-1), in FlatZincOptions()
306 add(_solutions); add(_threads); add(_c_d); add(_a_d); in FlatZincOptions()
324 if (_allSolutions.value() && _solutions.value()==-1) { in parse()
325 _solutions.value(0); in parse()
341 int solutions(void) const { return _solutions.value(); } in solutions()
H A Ddriver.hh428 _solutions; ///< How many solutions member in Gecode::Options
/dports/math/py-sympy/sympy-1.9/sympy/solvers/
H A Dpolysys.py362 _solutions = set()
385 _solutions.add(((zero,) + values, dom_zero))
387 solutions = _solutions
/dports/math/py-claripy/claripy-9.0.5405/claripy/frontends/
H A Dhybrid_frontend.py87 _, _solutions = self._do_call(f_name, e, n + 1, exact=True, *args, **kwargs)
88 return _solutions[:n] if len(_solutions) < len(solutions) else solutions[:n]
/dports/math/gecode/gecode-0916a1a/gecode/driver/
H A Doptions.hpp313 _solutions.value(n); in solutions()
317 return _solutions.value(); in solutions()
H A Doptions.cpp624 _solutions("solutions","number of solutions (0 = all)",1), in Options()
678 add(_search); add(_solutions); add(_threads); add(_c_d); add(_a_d); in Options()
/dports/math/py-fpylll/fpylll-0.5.6/docs/
H A Dexample-gauss-circle-problem.rst54 The parameter `nr_solutions` is by default `1.` If we set say, `{\rm{nr\_solutions}}= nr = \lceil \…
/dports/math/maxima/maxima-5.43.2/share/contrib/maxima-odesolve/
H A DkovacicODE.mac58 /* _solutions to linear second order with liouvillian _solutions */
135 /* we only take the first _solution, in general, loop over the _solutions! */
668 /* 2 independent _solutions of the homogeneous equation */
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/docs/latex-user/
H A DUsers_Advanced_Methods.tex56 user specifies with the individual method keyword \texttt{final\_solutions}.
114 Note that in the specification, \texttt{final\_solutions=1},
116 However, it is possible to change this to \texttt{final\_solutions=5}
H A DUsers_Method_Opt.tex1088 \texttt{final\_solutions} =3) are written to the output. Additionally,
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Doc/
H A Dman-param.tex1011 \item[\ptt{mc\_find\_supported\_solutions} -- boolean ({\tt FALSE}).]
1012 \sindex[p]{\LPP!mc\_find\_supported\_solutions}
1295 mc\_find\_supported\_solutions & -boolean- \\
/dports/finance/py-quantecon/quantecon-0.5.2/
H A DCHANGELOG.md606 - Arellano\_solutions migration to matplotlib 1.4.3 in python 3.4 [\#190](https://github.com/QuantE…
615 - Update for lakemodel\_solutions.ipynb [\#191](https://github.com/QuantEcon/QuantEcon.py/pull/191)…