Home
last modified time | relevance | path

Searched defs:gate (Results 1 – 25 of 3289) sorted by relevance

12345678910>>...132

/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/server/entity/mapstuff/portal/
H A DGateTest.java53 final Gate gate = new Gate(); in testOpenCloseGate() local
65 final Gate gate = new Gate(); in testCloseGateBlocked() local
88 final Gate gate = new Gate(); in testCloseOpenGate() local
100 final Gate gate = new Gate(); in testUseGateNotNextTo() local
129 final Gate gate = new Gate(); in testUseGateNextTo() local
159 final Gate gate = new Gate(); in testIsObstacle() local
186 final Gate gate = new Gate("v", "image", new AlwaysTrueCondition()); in testOpenCloseAllowed() local
200 final Gate gate = new Gate("v", "image", new AlwaysFalseCondition()); in testOpenCloseDenied() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clk/tegra/
H A Dclk-periph-gate.c19 #define read_enb(gate) \ argument
21 #define write_enb_set(val, gate) \ argument
23 #define write_enb_clr(val, gate) \ argument
26 #define read_rst(gate) \ argument
28 #define write_rst_clr(val, gate) \ argument
31 #define periph_clk_to_bit(gate) (1 << (gate->clk_num % 32)) argument
38 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_is_enabled() local
53 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_enable() local
89 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_disable() local
123 struct tegra_clk_periph_gate *gate; in tegra_clk_register_periph_gate() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/tegra/
H A Dclk-periph-gate.c19 #define read_enb(gate) \ argument
21 #define write_enb_set(val, gate) \ argument
23 #define write_enb_clr(val, gate) \ argument
26 #define read_rst(gate) \ argument
28 #define write_rst_clr(val, gate) \ argument
31 #define periph_clk_to_bit(gate) (1 << (gate->clk_num % 32)) argument
38 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_is_enabled() local
53 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_enable() local
89 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_disable() local
123 struct tegra_clk_periph_gate *gate; in tegra_clk_register_periph_gate() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/tegra/
H A Dclk-periph-gate.c19 #define read_enb(gate) \ argument
21 #define write_enb_set(val, gate) \ argument
23 #define write_enb_clr(val, gate) \ argument
26 #define read_rst(gate) \ argument
28 #define write_rst_clr(val, gate) \ argument
31 #define periph_clk_to_bit(gate) (1 << (gate->clk_num % 32)) argument
38 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_is_enabled() local
53 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_enable() local
89 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_disable() local
123 struct tegra_clk_periph_gate *gate; in tegra_clk_register_periph_gate() local
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dclifford_gate_test.py31 def _assert_not_mirror(gate) -> None: argument
41 def _assert_no_collision(gate) -> None: argument
328 def test_repr(gate, rep): argument
348 def test_y_rotation(gate, trans_y): argument
368 def test_decompose(gate, gate_equiv): argument
393 def test_known_matrix(gate, gate_equiv): argument
401 def test_inverse(gate): argument
406 def test_inverse_matrix(gate): argument
422 def test_commutes_single_qubit_gate(gate, other): argument
447 def test_parses_single_qubit_gate(gate): argument
[all …]
H A Dparallel_gate_test.py28 def test_parallel_gate_operation_init(gate, num_copies, qubits): argument
44 def test_invalid_parallel_gate_operation(gate, num_copies, qubits, error_msg): argument
56 def test_decompose(gate, num_copies, qubits): argument
97 def test_no_unitary(gate): argument
110 def test_unitary(gate, num_copies, qubits): argument
159 def test_parallel_gate_operation_is_consistent(gate, num_copies): argument
184 def test_parallel_gate_op(gate, num_copies): argument
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/ops/
H A Dclifford_gate_test.py31 def _assert_not_mirror(gate) -> None: argument
41 def _assert_no_collision(gate) -> None: argument
328 def test_repr(gate, rep): argument
348 def test_y_rotation(gate, trans_y): argument
368 def test_decompose(gate, gate_equiv): argument
393 def test_known_matrix(gate, gate_equiv): argument
401 def test_inverse(gate): argument
406 def test_inverse_matrix(gate): argument
422 def test_commutes_single_qubit_gate(gate, other): argument
447 def test_parses_single_qubit_gate(gate): argument
[all …]
H A Dparallel_gate_test.py28 def test_parallel_gate_operation_init(gate, num_copies, qubits): argument
44 def test_invalid_parallel_gate_operation(gate, num_copies, qubits, error_msg): argument
56 def test_decompose(gate, num_copies, qubits): argument
97 def test_no_unitary(gate): argument
110 def test_unitary(gate, num_copies, qubits): argument
159 def test_parallel_gate_operation_is_consistent(gate, num_copies): argument
184 def test_parallel_gate_op(gate, num_copies): argument
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dclifford_gate_test.py31 def _assert_not_mirror(gate) -> None: argument
41 def _assert_no_collision(gate) -> None: argument
328 def test_repr(gate, rep): argument
348 def test_y_rotation(gate, trans_y): argument
368 def test_decompose(gate, gate_equiv): argument
393 def test_known_matrix(gate, gate_equiv): argument
401 def test_inverse(gate): argument
406 def test_inverse_matrix(gate): argument
422 def test_commutes_single_qubit_gate(gate, other): argument
447 def test_parses_single_qubit_gate(gate): argument
[all …]
H A Dparallel_gate_test.py28 def test_parallel_gate_operation_init(gate, num_copies, qubits): argument
44 def test_invalid_parallel_gate_operation(gate, num_copies, qubits, error_msg): argument
56 def test_decompose(gate, num_copies, qubits): argument
97 def test_no_unitary(gate): argument
110 def test_unitary(gate, num_copies, qubits): argument
159 def test_parallel_gate_operation_is_consistent(gate, num_copies): argument
184 def test_parallel_gate_op(gate, num_copies): argument
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dclifford_gate_test.py31 def _assert_not_mirror(gate) -> None: argument
41 def _assert_no_collision(gate) -> None: argument
328 def test_repr(gate, rep): argument
348 def test_y_rotation(gate, trans_y): argument
368 def test_decompose(gate, gate_equiv): argument
393 def test_known_matrix(gate, gate_equiv): argument
401 def test_inverse(gate): argument
406 def test_inverse_matrix(gate): argument
422 def test_commutes_single_qubit_gate(gate, other): argument
447 def test_parses_single_qubit_gate(gate): argument
[all …]
H A Dparallel_gate_test.py28 def test_parallel_gate_operation_init(gate, num_copies, qubits): argument
44 def test_invalid_parallel_gate_operation(gate, num_copies, qubits, error_msg): argument
56 def test_decompose(gate, num_copies, qubits): argument
97 def test_no_unitary(gate): argument
110 def test_unitary(gate, num_copies, qubits): argument
159 def test_parallel_gate_operation_is_consistent(gate, num_copies): argument
184 def test_parallel_gate_op(gate, num_copies): argument
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/ops/
H A Dclifford_gate_test.py31 def _assert_not_mirror(gate) -> None: argument
41 def _assert_no_collision(gate) -> None: argument
328 def test_repr(gate, rep): argument
348 def test_y_rotation(gate, trans_y): argument
368 def test_decompose(gate, gate_equiv): argument
393 def test_known_matrix(gate, gate_equiv): argument
401 def test_inverse(gate): argument
406 def test_inverse_matrix(gate): argument
422 def test_commutes_single_qubit_gate(gate, other): argument
450 def test_commutes_pauli(gate, pauli, half_turns): argument
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Parkour.ocf/Boomshire.ocs/
H A DScript.c172 var gate = CreateObjectAbove(StoneDoor, 865, 1195, NO_OWNER); in Doors() local
178 var gate = CreateObjectAbove(StoneDoor, 1155, 1026, NO_OWNER); in Doors() local
187 var gate = CreateObjectAbove(StoneDoor, 1875, 761, NO_OWNER); in Doors() local
193 var gate = CreateObjectAbove(StoneDoor, 1875, 864, NO_OWNER); in Doors() local
199 var gate = CreateObjectAbove(StoneDoor, 3115, 685, NO_OWNER); in Doors() local
205 var gate = CreateObjectAbove(StoneDoor, 585, 915, NO_OWNER); in Doors() local
211 var gate = CreateObjectAbove(StoneDoor, 345, 740, NO_OWNER); in Doors() local
217 var gate = CreateObjectAbove(StoneDoor, 1935, 558, NO_OWNER); in Doors() local
223 var gate = CreateObjectAbove(StoneDoor, 2965, 316, NO_OWNER); in Doors() local
228 var gate = CreateObjectAbove(StoneDoor, 3285, 1150, NO_OWNER); in Doors() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/sm750fb/
H A Dddk750_power.c75 void sm750_set_current_gate(unsigned int gate) in sm750_set_current_gate()
88 u32 gate; in sm750_enable_2d_engine() local
101 u32 gate; in sm750_enable_dma() local
118 u32 gate; in sm750_enable_gpio() local
135 u32 gate; in sm750_enable_i2c() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/sm750fb/
H A Dddk750_power.c75 void sm750_set_current_gate(unsigned int gate) in sm750_set_current_gate()
88 u32 gate; in sm750_enable_2d_engine() local
101 u32 gate; in sm750_enable_dma() local
118 u32 gate; in sm750_enable_gpio() local
135 u32 gate; in sm750_enable_i2c() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/sm750fb/
H A Dddk750_power.c75 void sm750_set_current_gate(unsigned int gate) in sm750_set_current_gate()
88 u32 gate; in sm750_enable_2d_engine() local
101 u32 gate; in sm750_enable_dma() local
118 u32 gate; in sm750_enable_gpio() local
135 u32 gate; in sm750_enable_i2c() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/FileChannel/
H A DInterruptMapDeadlock.java42 final Semaphore gate; field in InterruptMapDeadlock.Mapper
45 Mapper(FileChannel fc, Semaphore gate) { in Mapper()
67 static Mapper startMapper(FileChannel fc, Semaphore gate) { in startMapper()
78 final Semaphore gate; field in InterruptMapDeadlock.Interruptor
80 Interruptor(Mapper[] mappers, Semaphore gate) { in Interruptor()
107 Semaphore gate = new Semaphore(0); in main() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/FileChannel/
H A DInterruptMapDeadlock.java42 final Semaphore gate; field in InterruptMapDeadlock.Mapper
45 Mapper(FileChannel fc, Semaphore gate) { in Mapper()
67 static Mapper startMapper(FileChannel fc, Semaphore gate) { in startMapper()
78 final Semaphore gate; field in InterruptMapDeadlock.Interruptor
80 Interruptor(Mapper[] mappers, Semaphore gate) { in Interruptor()
107 Semaphore gate = new Semaphore(0); in main() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/nio/channels/FileChannel/
H A DInterruptMapDeadlock.java42 final Semaphore gate; field in InterruptMapDeadlock.Mapper
45 Mapper(FileChannel fc, Semaphore gate) { in Mapper()
67 static Mapper startMapper(FileChannel fc, Semaphore gate) { in startMapper()
78 final Semaphore gate; field in InterruptMapDeadlock.Interruptor
80 Interruptor(Mapper[] mappers, Semaphore gate) { in Interruptor()
107 Semaphore gate = new Semaphore(0); in main() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/nio/channels/FileChannel/
H A DInterruptMapDeadlock.java42 final Semaphore gate; field in InterruptMapDeadlock.Mapper
45 Mapper(FileChannel fc, Semaphore gate) { in Mapper()
67 static Mapper startMapper(FileChannel fc, Semaphore gate) { in startMapper()
78 final Semaphore gate; field in InterruptMapDeadlock.Interruptor
80 Interruptor(Mapper[] mappers, Semaphore gate) { in Interruptor()
107 Semaphore gate = new Semaphore(0); in main() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/nio/channels/FileChannel/
H A DInterruptMapDeadlock.java42 final Semaphore gate; field in InterruptMapDeadlock.Mapper
45 Mapper(FileChannel fc, Semaphore gate) { in Mapper()
67 static Mapper startMapper(FileChannel fc, Semaphore gate) { in startMapper()
78 final Semaphore gate; field in InterruptMapDeadlock.Interruptor
80 Interruptor(Mapper[] mappers, Semaphore gate) { in Interruptor()
107 Semaphore gate = new Semaphore(0); in main() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/nio/channels/FileChannel/
H A DInterruptMapDeadlock.java42 final Semaphore gate; field in InterruptMapDeadlock.Mapper
45 Mapper(FileChannel fc, Semaphore gate) { in Mapper()
67 static Mapper startMapper(FileChannel fc, Semaphore gate) { in startMapper()
78 final Semaphore gate; field in InterruptMapDeadlock.Interruptor
80 Interruptor(Mapper[] mappers, Semaphore gate) { in Interruptor()
107 Semaphore gate = new Semaphore(0); in main() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/nio/channels/FileChannel/
H A DInterruptMapDeadlock.java42 final Semaphore gate; field in InterruptMapDeadlock.Mapper
45 Mapper(FileChannel fc, Semaphore gate) { in Mapper()
67 static Mapper startMapper(FileChannel fc, Semaphore gate) { in startMapper()
78 final Semaphore gate; field in InterruptMapDeadlock.Interruptor
80 Interruptor(Mapper[] mappers, Semaphore gate) { in Interruptor()
107 Semaphore gate = new Semaphore(0); in main() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/FileChannel/
H A DInterruptMapDeadlock.java41 final Semaphore gate; field in InterruptMapDeadlock.Mapper
44 Mapper(FileChannel fc, Semaphore gate) { in Mapper()
66 static Mapper startMapper(FileChannel fc, Semaphore gate) { in startMapper()
77 final Semaphore gate; field in InterruptMapDeadlock.Interruptor
79 Interruptor(Mapper[] mappers, Semaphore gate) { in Interruptor()
106 Semaphore gate = new Semaphore(0); in main() local

12345678910>>...132