Home
last modified time | relevance | path

Searched refs:state_values (Results 1 – 25 of 58) sorted by relevance

123

/dports/finance/py-quantecon/quantecon-0.5.2/quantecon/markov/tests/
H A Dtest_core.py414 self.state_values = np.array(state_values)
418 state_values=state_values),
425 state_values=state_values),
484 paths = [path, self.state_values[path]]
494 paths = [path, self.state_values[path]]
511 state_values = ['a', 'b', 'c']
512 mc = MarkovChain(P, state_values=state_values)
528 mc.state_values = [1, 2]
535 mc.state_values = [[1, 2], [3, 4]]
582 state_values = [(0, 1), 2]
[all …]
H A Dtest_approximation.py22 self.x, self.P = mc.state_values, mc.P
32 self.assertTrue(np.allclose(mu, np.mean(mc.state_values),
65 self.x, self.P = mc.state_values, mc.P
94 mc_rouwenhorst.x, mc_rouwenhorst.P = mc_rouwenhorst.state_values, mc_rouwenhorst.P
/dports/finance/py-quantecon/quantecon-0.5.2/quantecon/markov/
H A Dcore.py168 def __init__(self, P, state_values=None): argument
200 self.state_values = state_values
222 def state_values(self): member in MarkovChain
225 @state_values.setter
226 def state_values(self, values): member in MarkovChain
258 if self.state_values is None:
261 state_values_ndim = self.state_values.ndim
293 if self.state_values is None:
300 if self.state_values.ndim == 1:
570 if self.state_values is not None:
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/crm/tests/
H A Dtest_crm_pls.py70 state_values = ['correct', 'incorrect', None]
82 …m_ids[0], 'team_1_%s' % str(i), country_ids[i], state_ids[i], state_values[i], state_values[i], so…
84 …m_ids[0], 'team_1_%s' % str(3), country_ids[0], state_ids[1], state_values[2], state_values[0], so…
86 …m_ids[0], 'team_1_%s' % str(4), country_ids[1], state_ids[1], state_values[1], state_values[0], so…
89 …m_ids[1], 'team_2_%s' % str(5), country_ids[0], state_ids[1], state_values[2], state_values[0], so…
91 …m_ids[1], 'team_2_%s' % str(6), country_ids[0], state_ids[1], state_values[0], state_values[1], so…
93 …m_ids[1], 'team_2_%s' % str(7), country_ids[0], state_ids[2], state_values[0], state_values[1], so…
95 …m_ids[1], 'team_2_%s' % str(8), country_ids[0], state_ids[1], state_values[2], state_values[0], so…
97 …m_ids[1], 'team_2_%s' % str(9), country_ids[1], state_ids[0], state_values[1], state_values[0], so…
/dports/devel/py-pyral/pyral-1.5.2/examples/
H A Dstatecounts.py57 state_values = rally.getAllowedValues(artifact_type, state)
61 show_counts(rally, artifact_type, state, state_values, av_time)
65 def show_counts(rally, artifact_type, state, state_values, av_time): argument
75 for state_value in sorted(state_values):
/dports/textproc/modlogan/modlogan-0.8.13/src/
H A Dmstate.c740 mdata_values state_values[] = { in mstate_read_web() local
805 for (i = 0; state_values[i].string && (0 != strcmp(state_values[i].string, value)); i++) ; in mstate_read_web()
807 if (!state_values[i].string) return -1; in mstate_read_web()
869 mdata_values state_values[] = { in mstate_read_traffic() local
883 for (i = 0; state_values[i].string && (0 != strcmp(state_values[i].string, value)); i++) ; in mstate_read_traffic()
922 mdata_values state_values[] = { in mstate_read_telecom() local
936 for (i = 0; state_values[i].string && (0 != strcmp(state_values[i].string, value)); i++) ; in mstate_read_telecom()
975 mdata_values state_values[] = { in mstate_read_mail() local
994 for (i = 0; state_values[i].string && (0 != strcmp(state_values[i].string, value)); i++) ; in mstate_read_mail()
1039 const mdata_values state_values[] = { in mstate_read_global() local
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Djs-inlining-heuristic.cc224 bool CollectStateValuesOwnedUses(Node* node, Node* state_values, in CollectStateValuesOwnedUses() argument
228 if (state_values->UseCount() > 1) return true; in CollectStateValuesOwnedUses()
229 for (int i = 0; i < state_values->InputCount(); i++) { in CollectStateValuesOwnedUses()
230 Node* input = state_values->InputAt(i); in CollectStateValuesOwnedUses()
238 uses_buffer[*use_count] = {state_values, i}; in CollectStateValuesOwnedUses()
252 if (state_values->UseCount() > 1) return state_values; in DuplicateStateValuesAndRename()
253 Node* copy = mode == kChangeInPlace ? state_values : nullptr; in DuplicateStateValuesAndRename()
254 for (int i = 0; i < state_values->InputCount(); i++) { in DuplicateStateValuesAndRename()
255 Node* input = state_values->InputAt(i); in DuplicateStateValuesAndRename()
266 copy = graph()->CloneNode(state_values); in DuplicateStateValuesAndRename()
[all …]
H A Djs-inlining-heuristic.h77 Node* DuplicateStateValuesAndRename(Node* state_values, Node* from, Node* to,
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Dstate-values-utils-unittest.cc35 Node* state_values = StateValuesFromVector(&inputs); in TEST_F() local
37 for (StateValuesAccess::TypedNode node : StateValuesAccess(state_values)) { in TEST_F()
47 Node* state_values = StateValuesFromVector(&inputs); in TEST_F() local
49 for (auto node : StateValuesAccess(state_values)) { in TEST_F()
87 Node* state_values = StateValuesFromVector(&inputs); in TEST_F() local
89 for (StateValuesAccess::TypedNode node : StateValuesAccess(state_values)) { in TEST_F()
H A Dgraph-unittest.cc92 Node* state_values = in EmptyFrameState() local
101 state_values, state_values, state_values, NumberConstant(0), in EmptyFrameState()
H A Djs-create-lowering-unittest.cc53 Node* state_values = in FrameState() local
60 state_values, state_values, state_values, NumberConstant(0), in FrameState()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Djs-inlining-heuristic.cc311 bool CollectStateValuesOwnedUses(Node* node, Node* state_values, in CollectStateValuesOwnedUses() argument
315 if (state_values->UseCount() > 1) return true; in CollectStateValuesOwnedUses()
316 for (int i = 0; i < state_values->InputCount(); i++) { in CollectStateValuesOwnedUses()
317 Node* input = state_values->InputAt(i); in CollectStateValuesOwnedUses()
325 uses_buffer[*use_count] = {state_values, i}; in CollectStateValuesOwnedUses()
339 if (state_values->UseCount() > 1) return state_values; in DuplicateStateValuesAndRename()
340 Node* copy = mode == kChangeInPlace ? state_values : nullptr; in DuplicateStateValuesAndRename()
341 for (int i = 0; i < state_values->InputCount(); i++) { in DuplicateStateValuesAndRename()
342 Node* input = state_values->InputAt(i); in DuplicateStateValuesAndRename()
353 copy = graph()->CloneNode(state_values); in DuplicateStateValuesAndRename()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Djs-inlining-heuristic.cc280 bool CollectStateValuesOwnedUses(Node* node, Node* state_values, in CollectStateValuesOwnedUses() argument
284 if (state_values->UseCount() > 1) return true; in CollectStateValuesOwnedUses()
285 for (int i = 0; i < state_values->InputCount(); i++) { in CollectStateValuesOwnedUses()
286 Node* input = state_values->InputAt(i); in CollectStateValuesOwnedUses()
294 uses_buffer[*use_count] = {state_values, i}; in CollectStateValuesOwnedUses()
308 if (state_values->UseCount() > 1) return state_values; in DuplicateStateValuesAndRename()
309 Node* copy = mode == kChangeInPlace ? state_values : nullptr; in DuplicateStateValuesAndRename()
310 for (int i = 0; i < state_values->InputCount(); i++) { in DuplicateStateValuesAndRename()
311 Node* input = state_values->InputAt(i); in DuplicateStateValuesAndRename()
322 copy = graph()->CloneNode(state_values); in DuplicateStateValuesAndRename()
[all …]
H A Djs-inlining-heuristic.h79 Node* DuplicateStateValuesAndRename(Node* state_values, Node* from, Node* to,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Djs-inlining-heuristic.cc290 bool CollectStateValuesOwnedUses(Node* node, Node* state_values, in CollectStateValuesOwnedUses() argument
294 if (state_values->UseCount() > 1) return true; in CollectStateValuesOwnedUses()
295 for (int i = 0; i < state_values->InputCount(); i++) { in CollectStateValuesOwnedUses()
296 Node* input = state_values->InputAt(i); in CollectStateValuesOwnedUses()
304 uses_buffer[*use_count] = {state_values, i}; in CollectStateValuesOwnedUses()
318 if (state_values->UseCount() > 1) return state_values; in DuplicateStateValuesAndRename()
319 Node* copy = mode == kChangeInPlace ? state_values : nullptr; in DuplicateStateValuesAndRename()
320 for (int i = 0; i < state_values->InputCount(); i++) { in DuplicateStateValuesAndRename()
321 Node* input = state_values->InputAt(i); in DuplicateStateValuesAndRename()
332 copy = graph()->CloneNode(state_values); in DuplicateStateValuesAndRename()
[all …]
/dports/devel/py-zope.interface/zope.interface-5.3.0/src/zope/interface/common/tests/
H A Dbasemapping.py46 state_values = list(state.values()) ; state_values.sort()
47 self.assertEqual(inst_values, state_values)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/ZopeInterface/zope/interface/common/tests/
H A Dbasemapping.py46 state_values = list(state.values()) ; state_values.sort()
47 self.assertEqual(inst_values, state_values)
/dports/devel/efl/efl-1.25.1/src/tests/elementary/
H A Defl_ui_test_radio_group.c10 int state_values = 0; variable
47 state_values = 0; in check_teardown()
53 state_values += 1; in radio()
54 return efl_add(EFL_UI_RADIO_CLASS, win, efl_ui_radio_state_value_set(efl_added, state_values)); in radio()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/system/
H A Dxfconf.py150 state_values = {"present": "set", "absent": "unset", "get": "get"}
163 state = state_values[module.params['state']]
H A Dgconftool2.py164 state_values = {"present": "set", "absent": "unset", "get": "get"}
176 state = state_values[module.params['state']]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dgconftool2.py164 state_values = {"present": "set", "absent": "unset", "get": "get"}
176 state = state_values[module.params['state']]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/system/
H A Dgconftool2.py164 state_values = {"present": "set", "absent": "unset", "get": "get"}
176 state = state_values[module.params['state']]
/dports/comms/pear-Horde_ActiveSync/Horde_ActiveSync-2.41.4/lib/Horde/ActiveSync/State/
H A DSql.php972 $state_values = $values = array($options['devId'], $options['user']);
977 $state_values[] = $options['id'];
1000 $state_values = $values = array($options['devId']);
1011 $state_values = $values = array($options['user']);
1020 $state_values = $values = array($options['synckey']);
1030 $this->_db->delete($state_query, $state_values);
1033 $state_values);
1036 $state_values);
/dports/www/drupal8/drupal-8.9.20/core/modules/workflows/src/Form/
H A DWorkflowEditForm.php275 foreach ($values['states'] as $state_id => $state_values) {
276 $entity->getTypePlugin()->setStateWeight($state_id, $state_values['weight']);
/dports/www/drupal9/drupal-9.2.10/core/modules/workflows/src/Form/
H A DWorkflowEditForm.php275 foreach ($values['states'] as $state_id => $state_values) {
276 $entity->getTypePlugin()->setStateWeight($state_id, $state_values['weight']);

123