Home
last modified time | relevance | path

Searched refs:to_state (Results 1 – 25 of 645) sorted by relevance

12345678910>>...26

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/PinT/tanks/
H A DTankConstraint.hpp105 auto& c_state = to_state(c); in value()
106 auto& uo_state = to_state(u_old); in value()
107 auto& un_state = to_state(u_new); in value()
118 auto& un_state = to_state(u_new); in solve()
119 auto& uo_state = to_state(u_old); in solve()
130 auto& jv_state = to_state(jv); in applyJacobian_1_old()
131 auto& vo_state = to_state(v_old); in applyJacobian_1_old()
150 auto& jv_state = to_state(jv); in applyJacobian_1_new()
151 auto& vn_state = to_state(v_new); in applyJacobian_1_new()
188 auto& jv_state = to_state(jv); in applyJacobian_2()
[all …]
H A DTanks_DynamicConstraint.hpp163 auto& c_state = to_state(c); in value()
164 auto& uo_state = to_state(uo); in value()
165 auto& un_state = to_state(un); in value()
185 auto& un_state = to_state(un); in solve()
186 auto& uo_state = to_state(uo); in solve()
209 auto& jv_state = to_state(jv); in applyJacobian_uo()
210 auto& vo_state = to_state(v); in applyJacobian_uo()
219 auto& v_state = to_state(v); in applyAdjointJacobian_uo()
229 auto& jv_state = to_state(jv); in applyJacobian_un()
230 auto& vn_state = to_state(vn); in applyJacobian_un()
[all …]
H A DTanks_DynamicObjective.hpp109 auto& uo_state = to_state(uo); in value()
110 auto& un_state = to_state(un); in value()
134 auto& g_state = to_state(g); in gradient_uo()
135 auto& uo_state = to_state(uo); in gradient_uo()
151 auto& g_state = to_state(g); in gradient_un()
152 auto& un_state = to_state(un); in gradient_un()
172 auto& hv_state = to_state(hv); in hessVec_uo_uo()
173 auto& v_state = to_state(v); in hessVec_uo_uo()
189 auto& hv_state = to_state(hv); in hessVec_un_un()
190 auto& v_state = to_state(v); in hessVec_un_un()
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/storage/
H A Dworkflow.py134 if isinstance(to_state, str):
135 to_state = self.get_state_by_name(to_state)
136 for s in (from_state, to_state):
215 def trans(self, to_state=None): argument
221 if isinstance(to_state, str):
222 to_state = self.get_state_by_name(to_state)
223 if to_state is None:
225 if not to_state:
227 to_state = to_state[0]
228 if to_state not in self.states:
[all …]
/dports/biology/py-biopython/biopython-1.79/Bio/HMM/
H A DMarkovModel.py46 for from_state, to_state in trans_probs:
47 transitions[from_state].append(to_state)
62 for from_state, to_state in trans_probs:
63 transitions[to_state].append(from_state)
268 for to_state in transitions_from[from_state]:
343 for state in [from_state, to_state]:
352 to_state,
368 def destroy_transition(self, from_state, to_state): argument
376 del self.transition_prob[(from_state, to_state)]
381 % (from_state, to_state)
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/multiline/
H A Dflb_ml_rule.c28 struct to_state { in docker_parser_create()
97 if (to_state) { in flb_ml_parser_docker()
98 rule->to_state = flb_sds_create(to_state); in flb_ml_parser_docker()
99 if (!rule->to_state) { in flb_ml_parser_docker()
121 struct to_state *st;
130 if (rule->to_state) {
131 flb_sds_destroy(rule->to_state);
202 struct to_state *s;
206 if (!rule->to_state) {
251 struct to_state *st;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/validator_ragel/
H A Ddfa_traversal.py33 ComputeNumSuffixes(t.to_state)
38 next_state = state.forward_transitions[0].to_state
45 ComputeNumSuffixes(t.to_state)
46 count += num_suffixes[t.to_state]
61 state.forward_transitions[0].to_state,
74 t.to_state,
98 state1 = t1.to_state
103 state2 = t2.to_state
108 state3 = t3.to_state
H A Dverify_validators_dfa.py32 if transition.to_state.is_accepting:
128 transition.to_state, main_transition.to_state,
135 CheckDangerousInstructionPath(start_state, transition.to_state,
185 CheckDangerousInstructionPath(start_state, transition.to_state,
229 assert (main_transition.to_state.is_accepting ==
230 transition.to_state.is_accepting)
231 main_state = main_transition.to_state
/dports/sysutils/cfengine-masterfiles316/cfengine-masterfiles-3.16.0/tests/acceptance/17_packages/10_new/unsafe/
H A Dthe_great_package_test_generator.py362 def calc_transitions(from_state, to_state): argument
376 if states[to_state][("64_bit", "1")]:
378 elif states[to_state][("64_bit", "2")]:
382 if states[to_state][("32_bit", "1")]:
384 elif states[to_state][("32_bit", "2")]:
421 for to_state in states:
422 transitions[(from_state, to_state)] = calc_transitions(from_state, to_state)
439 …1")] or states[from_state][("64_bit", "2")] or states[to_state][("64_bit", "1")] or states[to_stat…
502 if from_state == to_state and not transition.get("failing"):
512 file_state_to_check = to_state
[all …]
/dports/sysutils/cfengine-masterfiles317/cfengine-masterfiles-3.17.0/tests/acceptance/17_packages/10_new/unsafe/
H A Dthe_great_package_test_generator.py362 def calc_transitions(from_state, to_state): argument
376 if states[to_state][("64_bit", "1")]:
378 elif states[to_state][("64_bit", "2")]:
382 if states[to_state][("32_bit", "1")]:
384 elif states[to_state][("32_bit", "2")]:
421 for to_state in states:
422 transitions[(from_state, to_state)] = calc_transitions(from_state, to_state)
439 …1")] or states[from_state][("64_bit", "2")] or states[to_state][("64_bit", "1")] or states[to_stat…
502 if from_state == to_state and not transition.get("failing"):
512 file_state_to_check = to_state
[all …]
/dports/sysutils/cfengine-masterfiles/cfengine-masterfiles-3.19.0/tests/acceptance/17_packages/10_new/unsafe/
H A Dthe_great_package_test_generator.py375 def calc_transitions(from_state, to_state): argument
389 if states[to_state][("64_bit", "1")]:
391 elif states[to_state][("64_bit", "2")]:
395 if states[to_state][("32_bit", "1")]:
397 elif states[to_state][("32_bit", "2")]:
434 for to_state in states:
435 transitions[(from_state, to_state)] = calc_transitions(from_state, to_state)
452 …1")] or states[from_state][("64_bit", "2")] or states[to_state][("64_bit", "1")] or states[to_stat…
515 if from_state == to_state and not transition.get("failing"):
525 file_state_to_check = to_state
[all …]
/dports/sysutils/cfengine-masterfiles-devel/masterfiles-f98dca2d/tests/acceptance/17_packages/10_new/unsafe/
H A Dthe_great_package_test_generator.py375 def calc_transitions(from_state, to_state): argument
389 if states[to_state][("64_bit", "1")]:
391 elif states[to_state][("64_bit", "2")]:
395 if states[to_state][("32_bit", "1")]:
397 elif states[to_state][("32_bit", "2")]:
434 for to_state in states:
435 transitions[(from_state, to_state)] = calc_transitions(from_state, to_state)
452 …1")] or states[from_state][("64_bit", "2")] or states[to_state][("64_bit", "1")] or states[to_stat…
515 if from_state == to_state and not transition.get("failing"):
525 file_state_to_check = to_state
[all …]
/dports/sysutils/cfengine-masterfiles318/cfengine-masterfiles-3.18.1/tests/acceptance/17_packages/10_new/unsafe/
H A Dthe_great_package_test_generator.py375 def calc_transitions(from_state, to_state): argument
389 if states[to_state][("64_bit", "1")]:
391 elif states[to_state][("64_bit", "2")]:
395 if states[to_state][("32_bit", "1")]:
397 elif states[to_state][("32_bit", "2")]:
434 for to_state in states:
435 transitions[(from_state, to_state)] = calc_transitions(from_state, to_state)
452 …1")] or states[from_state][("64_bit", "2")] or states[to_state][("64_bit", "1")] or states[to_stat…
515 if from_state == to_state and not transition.get("failing"):
525 file_state_to_check = to_state
[all …]
/dports/sysutils/cfengine-masterfiles319/cfengine-masterfiles-3.19.0/tests/acceptance/17_packages/10_new/unsafe/
H A Dthe_great_package_test_generator.py375 def calc_transitions(from_state, to_state): argument
389 if states[to_state][("64_bit", "1")]:
391 elif states[to_state][("64_bit", "2")]:
395 if states[to_state][("32_bit", "1")]:
397 elif states[to_state][("32_bit", "2")]:
434 for to_state in states:
435 transitions[(from_state, to_state)] = calc_transitions(from_state, to_state)
452 …1")] or states[from_state][("64_bit", "2")] or states[to_state][("64_bit", "1")] or states[to_stat…
515 if from_state == to_state and not transition.get("failing"):
525 file_state_to_check = to_state
[all …]
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libcfg/
H A Ds3_cfg_convert.c126 trans->to_state = u;
136 trans->to_state = v;
151 trans->to_state = _dest;
196 j = edges[j]->to_state;
224 trans->to_state = states[trans->to_state];
239 adj[trans->to_state] = glist_add_ptr(adj[trans->to_state], trans);
273 trans->to_state = states[trans->to_state];
332 int to_state;
402 to_state=num_states++;
408 from_state=to_state;
[all …]
/dports/devel/p5-Class-Workflow/Class-Workflow-0.11/examples/
H A Dexample.yaml21 to_state: rejected
28 to_state: unassigned
33 to_state: awaiting_approval
37 to_state: closed
39 to_state: open
43 to_state: open
55 to_state : open
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/i2c/
H A Dvp27smpx.c33 static inline struct vp27smpx_state *to_state(struct v4l2_subdev *sd) in to_state() function
40 struct vp27smpx_state *state = to_state(sd); in vp27smpx_set_audmode()
65 struct vp27smpx_state *state = to_state(sd); in vp27smpx_s_radio()
73 struct vp27smpx_state *state = to_state(sd); in vp27smpx_s_std()
81 struct vp27smpx_state *state = to_state(sd); in vp27smpx_s_tuner()
90 struct vp27smpx_state *state = to_state(sd); in vp27smpx_g_tuner()
103 struct vp27smpx_state *state = to_state(sd); in vp27smpx_log_status()
H A Dm52790.c31 static inline struct m52790_state *to_state(struct v4l2_subdev *sd) in to_state() function
40 struct m52790_state *state = to_state(sd); in m52790_write()
60 struct m52790_state *state = to_state(sd); in m52790_s_routing()
71 struct m52790_state *state = to_state(sd); in m52790_g_register()
82 struct m52790_state *state = to_state(sd); in m52790_s_register()
95 struct m52790_state *state = to_state(sd); in m52790_log_status()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/i2c/
H A Dvp27smpx.c33 static inline struct vp27smpx_state *to_state(struct v4l2_subdev *sd) in to_state() function
40 struct vp27smpx_state *state = to_state(sd); in vp27smpx_set_audmode()
65 struct vp27smpx_state *state = to_state(sd); in vp27smpx_s_radio()
73 struct vp27smpx_state *state = to_state(sd); in vp27smpx_s_std()
81 struct vp27smpx_state *state = to_state(sd); in vp27smpx_s_tuner()
90 struct vp27smpx_state *state = to_state(sd); in vp27smpx_g_tuner()
103 struct vp27smpx_state *state = to_state(sd); in vp27smpx_log_status()
H A Dm52790.c31 static inline struct m52790_state *to_state(struct v4l2_subdev *sd) in to_state() function
40 struct m52790_state *state = to_state(sd); in m52790_write()
60 struct m52790_state *state = to_state(sd); in m52790_s_routing()
71 struct m52790_state *state = to_state(sd); in m52790_g_register()
82 struct m52790_state *state = to_state(sd); in m52790_s_register()
95 struct m52790_state *state = to_state(sd); in m52790_log_status()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/i2c/
H A Dvp27smpx.c33 static inline struct vp27smpx_state *to_state(struct v4l2_subdev *sd) in to_state() function
40 struct vp27smpx_state *state = to_state(sd); in vp27smpx_set_audmode()
65 struct vp27smpx_state *state = to_state(sd); in vp27smpx_s_radio()
73 struct vp27smpx_state *state = to_state(sd); in vp27smpx_s_std()
81 struct vp27smpx_state *state = to_state(sd); in vp27smpx_s_tuner()
90 struct vp27smpx_state *state = to_state(sd); in vp27smpx_g_tuner()
103 struct vp27smpx_state *state = to_state(sd); in vp27smpx_log_status()
H A Dm52790.c31 static inline struct m52790_state *to_state(struct v4l2_subdev *sd) in to_state() function
40 struct m52790_state *state = to_state(sd); in m52790_write()
60 struct m52790_state *state = to_state(sd); in m52790_s_routing()
71 struct m52790_state *state = to_state(sd); in m52790_g_register()
82 struct m52790_state *state = to_state(sd); in m52790_s_register()
95 struct m52790_state *state = to_state(sd); in m52790_log_status()
/dports/devel/py-taskflow/taskflow-4.6.3/taskflow/tests/unit/
H A Dtest_check_transition.py27 def assertTransitionAllowed(self, from_state, to_state): argument
28 msg = self._DISALLOWED_TPL % (from_state, to_state)
29 self.assertTrue(self.check_transition(from_state, to_state), msg=msg)
31 def assertTransitionIgnored(self, from_state, to_state): argument
32 msg = self._NOT_IGNORED_TPL % (from_state, to_state)
33 self.assertFalse(self.check_transition(from_state, to_state), msg=msg)
35 def assertTransitionForbidden(self, from_state, to_state): argument
38 self.check_transition, from_state, to_state)
/dports/comms/gnuradio/gnuradio-3.8.4.0/docs/doxygen/other/
H A Ddoxypy.py75 def addTransition(self, from_state, to_state, condition, callback): argument
76 self.transitions.append([from_state, to_state, condition, callback])
84 [from_state, to_state, condition, callback] = transition
88 self.current_state = to_state
92 …print("# FSM: executing (%s -> %s) for line '%s'" % (from_state, to_state, input), file=sys.stderr)
282 (from_state, to_state, condition, callback) = self.fsm.current_transition
285 if (from_state == "DEFCLASS" and to_state == "DEFCLASS_BODY") \
286 or (from_state == "FILEHEAD" and to_state == "FILEHEAD"):
292 if (to_state == "DEFCLASS_BODY"):
302 elif to_state == "DEFCLASS_BODY" or to_state == "FILEHEAD":
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/docs/tools/
H A Ddoxypy.py72 def addTransition(self, from_state, to_state, condition, callback): argument
73 self.transitions.append([from_state, to_state, condition, callback])
81 [from_state, to_state, condition, callback] = transition
85 self.current_state = to_state
89 … print >>sys.stderr, "# FSM: executing (%s -> %s) for line '%s'" % (from_state, to_state, input)
279 (from_state, to_state, condition, callback) = self.fsm.current_transition
282 if (from_state == "DEFCLASS" and to_state == "DEFCLASS_BODY") \
283 or (from_state == "FILEHEAD" and to_state == "FILEHEAD"):
289 if (to_state == "DEFCLASS_BODY"):
299 elif to_state == "DEFCLASS_BODY" or to_state == "FILEHEAD":
[all …]

12345678910>>...26