Home
last modified time | relevance | path

Searched refs:state1 (Results 1 – 25 of 3031) sorted by relevance

12345678910>>...122

/dports/lang/v8/v8-9.6.180.12/test/unittests/heap/
H A Dmemory-reducer-unittest.cc102 state1 = MemoryReducer::Step( in TEST()
108 state1 = MemoryReducer::Step( in TEST()
122 state1 = MemoryReducer::Step( in TEST()
127 EXPECT_EQ(0, state1.started_gcs); in TEST()
130 state1 = MemoryReducer::Step( in TEST()
135 EXPECT_EQ(0, state1.started_gcs); in TEST()
145 state1 = MemoryReducer::Step( in TEST()
166 state1 = MemoryReducer::Step( in TEST()
195 state1 = MemoryReducer::Step( in TEST()
218 state1 = MemoryReducer::Step( in TEST()
[all …]
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/qis/
H A Dmeasures.py142 state1 = quantum_state(state1, qid_shape=qid_shape, validate=validate, atol=atol)
150 state1: np.ndarray,
156 if state1.ndim > 2 or (state1.ndim == 2 and state1.shape[0] != state1.shape[1]):
158 state1 = np.reshape(state1, (np.prod(state1.shape, dtype=np.int64).item(),))
179 state1 = np.reshape(state1, (np.prod(state1.shape, dtype=np.int64).item(),))
185 state1.ndim == 2
190 state1 = np.reshape(state1, (np.prod(state1.shape, dtype=np.int64).item(),))
192 state1.ndim < 2
201 state1.shape[0] if state1.ndim == 2 else np.prod(state1.shape, dtype=np.int64).item()
224 return state1, state2
[all …]
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/qis/
H A Dmeasures.py142 state1 = quantum_state(state1, qid_shape=qid_shape, validate=validate, atol=atol)
150 state1: np.ndarray,
156 if state1.ndim > 2 or (state1.ndim == 2 and state1.shape[0] != state1.shape[1]):
158 state1 = np.reshape(state1, (np.prod(state1.shape, dtype=np.int64).item(),))
179 state1 = np.reshape(state1, (np.prod(state1.shape, dtype=np.int64).item(),))
185 state1.ndim == 2
190 state1 = np.reshape(state1, (np.prod(state1.shape, dtype=np.int64).item(),))
192 state1.ndim < 2
201 state1.shape[0] if state1.ndim == 2 else np.prod(state1.shape, dtype=np.int64).item()
224 return state1, state2
[all …]
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/qis/
H A Dmeasures.py142 state1 = quantum_state(state1, qid_shape=qid_shape, validate=validate, atol=atol)
150 state1: np.ndarray,
156 if state1.ndim > 2 or (state1.ndim == 2 and state1.shape[0] != state1.shape[1]):
158 state1 = np.reshape(state1, (np.prod(state1.shape, dtype=np.int64).item(),))
179 state1 = np.reshape(state1, (np.prod(state1.shape, dtype=np.int64).item(),))
185 state1.ndim == 2
190 state1 = np.reshape(state1, (np.prod(state1.shape, dtype=np.int64).item(),))
192 state1.ndim < 2
201 state1.shape[0] if state1.ndim == 2 else np.prod(state1.shape, dtype=np.int64).item()
224 return state1, state2
[all …]
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/qis/
H A Dmeasures.py142 state1 = quantum_state(state1, qid_shape=qid_shape, validate=validate, atol=atol)
150 state1: np.ndarray,
156 if state1.ndim > 2 or (state1.ndim == 2 and state1.shape[0] != state1.shape[1]):
158 state1 = np.reshape(state1, (np.prod(state1.shape, dtype=np.int64).item(),))
179 state1 = np.reshape(state1, (np.prod(state1.shape, dtype=np.int64).item(),))
185 state1.ndim == 2
190 state1 = np.reshape(state1, (np.prod(state1.shape, dtype=np.int64).item(),))
192 state1.ndim < 2
201 state1.shape[0] if state1.ndim == 2 else np.prod(state1.shape, dtype=np.int64).item()
224 return state1, state2
[all …]
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/qis/
H A Dmeasures.py142 state1 = quantum_state(state1, qid_shape=qid_shape, validate=validate, atol=atol)
150 state1: np.ndarray,
156 if state1.ndim > 2 or (state1.ndim == 2 and state1.shape[0] != state1.shape[1]):
158 state1 = np.reshape(state1, (np.prod(state1.shape, dtype=np.int64).item(),))
179 state1 = np.reshape(state1, (np.prod(state1.shape, dtype=np.int64).item(),))
185 state1.ndim == 2
190 state1 = np.reshape(state1, (np.prod(state1.shape, dtype=np.int64).item(),))
192 state1.ndim < 2
201 state1.shape[0] if state1.ndim == 2 else np.prod(state1.shape, dtype=np.int64).item()
224 return state1, state2
[all …]
/dports/devel/sfsexp/sfsexp-1.3.1-18-gc11b849/
H A Dsexp.dot2 state1
18 state1 -> state1 [label="\\n"]
19 state1 -> state1 [label="\' \'"]
20 state1 -> state1 [label="\\t"]
21 state1 -> state1 [label="\\r"]
24 state1 -> state2 [label="("]
25 state1 -> state3 [label=")"]
32 state2 -> state1
34 state3 -> state1
42 state4 -> state1
[all …]
/dports/devel/smv/smv/examples/
H A Dmutex.smv6 state1: {n1, t1, c1};
10 init(state1) := n1;
12 next(state1) :=
14 (state1 = n1) & (state2 = t2): t1;
15 (state1 = n1) & (state2 = n2): t1;
16 (state1 = n1) & (state2 = c2): t1;
17 (state1 = t1) & (state2 = n2): c1;
19 (state1 = c1): n1;
20 1: state1;
63 EF((state1 = c1) & (state2 = c2))
[all …]
/dports/misc/dartsim/dart-6.11.1/examples/deprecated_examples/glut_atlas_simbicon/
H A DController.cpp408 state0->setNextState(state1); in _createWalkingInPlaceStateMachine()
409 state1->setNextState(state2); in _createWalkingInPlaceStateMachine()
567 sm->addState(state1); in _createWalkingInPlaceStateMachine()
571 sm->setInitialState(state1); in _createWalkingInPlaceStateMachine()
615 state0->setNextState(state1); in _createWalkingStateMachine()
616 state1->setNextState(state2); in _createWalkingStateMachine()
774 sm->addState(state1); in _createWalkingStateMachine()
778 sm->setInitialState(state1); in _createWalkingStateMachine()
810 state0->setNextState(state1); in _createRunningStateMachine()
811 state1->setNextState(state0); in _createRunningStateMachine()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/resolver/
H A DStateComparisonTest.java28 State state1 = buildEmptyState(); in testAddition() local
29 State state2 = state1.getFactory().createState(state1); in testAddition()
32 delta = state2.compare(state1); in testAddition()
37 delta = state1.compare(state2); in testAddition()
42 delta = state2.compare(state1); in testAddition()
51 State state2 = state1.getFactory().createState(state1); in testRemoval()
54 delta = state2.compare(state1); in testRemoval()
59 delta = state1.compare(state2); in testRemoval()
64 delta = state2.compare(state1); in testRemoval()
73 State state2 = state1.getFactory().createState(state1); in testUpdate()
[all …]
/dports/misc/dartsim/dart-6.11.1/examples/atlas_simbicon/
H A DController.cpp445 state0->setNextState(state1); in _createWalkingInPlaceStateMachine()
446 state1->setNextState(state2); in _createWalkingInPlaceStateMachine()
604 sm->addState(state1); in _createWalkingInPlaceStateMachine()
608 sm->setInitialState(state1); in _createWalkingInPlaceStateMachine()
652 state0->setNextState(state1); in _createWalkingStateMachine()
653 state1->setNextState(state2); in _createWalkingStateMachine()
811 sm->addState(state1); in _createWalkingStateMachine()
815 sm->setInitialState(state1); in _createWalkingStateMachine()
847 state0->setNextState(state1); in _createRunningStateMachine()
848 state1->setNextState(state0); in _createRunningStateMachine()
[all …]
/dports/databases/py-qt5-sql/PyQt5-5.15.4/examples/animation/states/
H A Dstates.py128 state1 = QState(machine) variable
131 machine.setInitialState(state1)
143 state1.assignProperty(p1, 'rotation', 0.0)
144 state1.assignProperty(p2, 'rotation', 0.0)
145 state1.assignProperty(p3, 'rotation', 0.0)
150 state1.assignProperty(p1, 'opacity', 1.0)
151 state1.assignProperty(p2, 'opacity', 1.0)
152 state1.assignProperty(p3, 'opacity', 1.0)
153 state1.assignProperty(p4, 'opacity', 0.0)
154 state1.assignProperty(p5, 'opacity', 0.0)
[all …]
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/examples/animation/states/
H A Dstates.py128 state1 = QState(machine) variable
131 machine.setInitialState(state1)
143 state1.assignProperty(p1, 'rotation', 0.0)
144 state1.assignProperty(p2, 'rotation', 0.0)
145 state1.assignProperty(p3, 'rotation', 0.0)
150 state1.assignProperty(p1, 'opacity', 1.0)
151 state1.assignProperty(p2, 'opacity', 1.0)
152 state1.assignProperty(p3, 'opacity', 1.0)
153 state1.assignProperty(p4, 'opacity', 0.0)
154 state1.assignProperty(p5, 'opacity', 0.0)
[all …]
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/examples/animation/states/
H A Dstates.py128 state1 = QState(machine) variable
131 machine.setInitialState(state1)
143 state1.assignProperty(p1, 'rotation', 0.0)
144 state1.assignProperty(p2, 'rotation', 0.0)
145 state1.assignProperty(p3, 'rotation', 0.0)
150 state1.assignProperty(p1, 'opacity', 1.0)
151 state1.assignProperty(p2, 'opacity', 1.0)
152 state1.assignProperty(p3, 'opacity', 1.0)
153 state1.assignProperty(p4, 'opacity', 0.0)
154 state1.assignProperty(p5, 'opacity', 0.0)
[all …]
/dports/www/py-qt5-webkit/PyQt5-5.15.4/examples/animation/states/
H A Dstates.py128 state1 = QState(machine) variable
131 machine.setInitialState(state1)
143 state1.assignProperty(p1, 'rotation', 0.0)
144 state1.assignProperty(p2, 'rotation', 0.0)
145 state1.assignProperty(p3, 'rotation', 0.0)
150 state1.assignProperty(p1, 'opacity', 1.0)
151 state1.assignProperty(p2, 'opacity', 1.0)
152 state1.assignProperty(p3, 'opacity', 1.0)
153 state1.assignProperty(p4, 'opacity', 0.0)
154 state1.assignProperty(p5, 'opacity', 0.0)
[all …]
/dports/www/py-qt5-websockets/PyQt5-5.15.4/examples/animation/states/
H A Dstates.py128 state1 = QState(machine) variable
131 machine.setInitialState(state1)
143 state1.assignProperty(p1, 'rotation', 0.0)
144 state1.assignProperty(p2, 'rotation', 0.0)
145 state1.assignProperty(p3, 'rotation', 0.0)
150 state1.assignProperty(p1, 'opacity', 1.0)
151 state1.assignProperty(p2, 'opacity', 1.0)
152 state1.assignProperty(p3, 'opacity', 1.0)
153 state1.assignProperty(p4, 'opacity', 0.0)
154 state1.assignProperty(p5, 'opacity', 0.0)
[all …]
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/examples/animation/states/
H A Dstates.py128 state1 = QState(machine) variable
131 machine.setInitialState(state1)
143 state1.assignProperty(p1, 'rotation', 0.0)
144 state1.assignProperty(p2, 'rotation', 0.0)
145 state1.assignProperty(p3, 'rotation', 0.0)
150 state1.assignProperty(p1, 'opacity', 1.0)
151 state1.assignProperty(p2, 'opacity', 1.0)
152 state1.assignProperty(p3, 'opacity', 1.0)
153 state1.assignProperty(p4, 'opacity', 0.0)
154 state1.assignProperty(p5, 'opacity', 0.0)
[all …]
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/examples/animation/states/
H A Dstates.py128 state1 = QState(machine) variable
131 machine.setInitialState(state1)
143 state1.assignProperty(p1, 'rotation', 0.0)
144 state1.assignProperty(p2, 'rotation', 0.0)
145 state1.assignProperty(p3, 'rotation', 0.0)
150 state1.assignProperty(p1, 'opacity', 1.0)
151 state1.assignProperty(p2, 'opacity', 1.0)
152 state1.assignProperty(p3, 'opacity', 1.0)
153 state1.assignProperty(p4, 'opacity', 0.0)
154 state1.assignProperty(p5, 'opacity', 0.0)
[all …]
/dports/x11-toolkits/py-qt5-widgets/PyQt5-5.15.4/examples/animation/states/
H A Dstates.py128 state1 = QState(machine) variable
131 machine.setInitialState(state1)
143 state1.assignProperty(p1, 'rotation', 0.0)
144 state1.assignProperty(p2, 'rotation', 0.0)
145 state1.assignProperty(p3, 'rotation', 0.0)
150 state1.assignProperty(p1, 'opacity', 1.0)
151 state1.assignProperty(p2, 'opacity', 1.0)
152 state1.assignProperty(p3, 'opacity', 1.0)
153 state1.assignProperty(p4, 'opacity', 0.0)
154 state1.assignProperty(p5, 'opacity', 0.0)
[all …]
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/examples/animation/states/
H A Dstates.py128 state1 = QState(machine) variable
131 machine.setInitialState(state1)
143 state1.assignProperty(p1, 'rotation', 0.0)
144 state1.assignProperty(p2, 'rotation', 0.0)
145 state1.assignProperty(p3, 'rotation', 0.0)
150 state1.assignProperty(p1, 'opacity', 1.0)
151 state1.assignProperty(p2, 'opacity', 1.0)
152 state1.assignProperty(p3, 'opacity', 1.0)
153 state1.assignProperty(p4, 'opacity', 0.0)
154 state1.assignProperty(p5, 'opacity', 0.0)
[all …]
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/examples/animation/states/
H A Dstates.py128 state1 = QState(machine) variable
131 machine.setInitialState(state1)
143 state1.assignProperty(p1, 'rotation', 0.0)
144 state1.assignProperty(p2, 'rotation', 0.0)
145 state1.assignProperty(p3, 'rotation', 0.0)
150 state1.assignProperty(p1, 'opacity', 1.0)
151 state1.assignProperty(p2, 'opacity', 1.0)
152 state1.assignProperty(p3, 'opacity', 1.0)
153 state1.assignProperty(p4, 'opacity', 0.0)
154 state1.assignProperty(p5, 'opacity', 0.0)
[all …]
/dports/net/py-qt5-network/PyQt5-5.15.4/examples/animation/states/
H A Dstates.py128 state1 = QState(machine) variable
131 machine.setInitialState(state1)
143 state1.assignProperty(p1, 'rotation', 0.0)
144 state1.assignProperty(p2, 'rotation', 0.0)
145 state1.assignProperty(p3, 'rotation', 0.0)
150 state1.assignProperty(p1, 'opacity', 1.0)
151 state1.assignProperty(p2, 'opacity', 1.0)
152 state1.assignProperty(p3, 'opacity', 1.0)
153 state1.assignProperty(p4, 'opacity', 0.0)
154 state1.assignProperty(p5, 'opacity', 0.0)
[all …]
/dports/devel/py-qt5-test/PyQt5-5.15.4/examples/animation/states/
H A Dstates.py128 state1 = QState(machine) variable
131 machine.setInitialState(state1)
143 state1.assignProperty(p1, 'rotation', 0.0)
144 state1.assignProperty(p2, 'rotation', 0.0)
145 state1.assignProperty(p3, 'rotation', 0.0)
150 state1.assignProperty(p1, 'opacity', 1.0)
151 state1.assignProperty(p2, 'opacity', 1.0)
152 state1.assignProperty(p3, 'opacity', 1.0)
153 state1.assignProperty(p4, 'opacity', 0.0)
154 state1.assignProperty(p5, 'opacity', 0.0)
[all …]
/dports/misc/py-qt5-demo/PyQt5-5.15.4/examples/animation/states/
H A Dstates.py128 state1 = QState(machine) variable
131 machine.setInitialState(state1)
143 state1.assignProperty(p1, 'rotation', 0.0)
144 state1.assignProperty(p2, 'rotation', 0.0)
145 state1.assignProperty(p3, 'rotation', 0.0)
150 state1.assignProperty(p1, 'opacity', 1.0)
151 state1.assignProperty(p2, 'opacity', 1.0)
152 state1.assignProperty(p3, 'opacity', 1.0)
153 state1.assignProperty(p4, 'opacity', 0.0)
154 state1.assignProperty(p5, 'opacity', 0.0)
[all …]
/dports/lang/py-qt5-qml/PyQt5-5.15.4/examples/animation/states/
H A Dstates.py128 state1 = QState(machine) variable
131 machine.setInitialState(state1)
143 state1.assignProperty(p1, 'rotation', 0.0)
144 state1.assignProperty(p2, 'rotation', 0.0)
145 state1.assignProperty(p3, 'rotation', 0.0)
150 state1.assignProperty(p1, 'opacity', 1.0)
151 state1.assignProperty(p2, 'opacity', 1.0)
152 state1.assignProperty(p3, 'opacity', 1.0)
153 state1.assignProperty(p4, 'opacity', 0.0)
154 state1.assignProperty(p5, 'opacity', 0.0)
[all …]

12345678910>>...122