Home
last modified time | relevance | path

Searched refs:simulators (Results 1 – 25 of 1129) sorted by relevance

12345678910>>...46

/dports/net/jgroups/jgroups-2.12.0/tests/junit-functional/org/jgroups/tests/
H A DSimulatorTest.java86 simulators[i].addMember(addresses[j]) ; in setUp()
88 simulators[i].addMember(addresses[j], simulators[j]) ; in setUp()
104 simulators[i].setReceiver(receivers[i]); in setUp()
109 simulators[i].start(); in setUp()
123 simulators[i].stop(); in tearDown()
130 simulators[i] = new Simulator(); in createSimulator()
132 simulators[i].setView(view); in createSimulator()
185 simulators[2].registerDropMessage(d) ; in testDroppedMessages()
230 simulators[1].simulateCrashFailure() ; in testCrashFailure()
277 simulators[0].simulatePartition(part1) ; in testNetworkPartition()
[all …]
H A DNakackTest.java56 Simulator[] simulators=new Simulator[NUM_PEERS]; field in NakackTest
98 simulators[i]=new Simulator(); in setUp()
99 simulators[i].setLocalAddress(addresses[i]); in setUp()
100 simulators[i].setView(view); in setUp()
112 simulators[i].setProtocolStack(stacks[i]); in setUp()
119 simulators[i].addMember(addresses[j]); in setUp()
121 simulators[i].addMember(addresses[j], simulators[j]); in setUp()
133 receivers[i]=new SenderPeer(simulators[i]); in setUp()
137 simulators[i].setReceiver(receivers[i]); in setUp()
142 simulators[i].start(); in setUp()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/build/bots/scripts/
H A Diossim_util.py54 for devicetype in simulators['devicetypes']:
59 (platform, simulators['devicetypes']))
62 def get_simulator_runtime_by_version(simulators, version): argument
76 for runtime in simulators['runtimes']:
90 for runtime, simulators in simulator_list.items():
91 for device in simulators:
106 simulators = get_simulator_list()
107 devices = simulators['devices']
125 simulators = get_simulator_list()
203 for _, simulators in simulator_list.items():
[all …]
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A DTestSimulator.h50 static const SimTypes& simulators() { return singleton().m_simulators; } in simulators() function
55 static bool is_icarus() { return simulators().icarus; } in is_icarus()
56 static bool is_verilator() { return simulators().verilator; } in is_verilator()
57 static bool is_mti() { return simulators().mti; } in is_mti()
58 static bool is_ncsim() { return simulators().ncsim; } in is_ncsim()
59 static bool is_vcs() { return simulators().vcs; } in is_vcs()
61 static bool is_event_driven() { return !simulators().verilator; } in is_event_driven()
62 static bool has_get_scalar() { return !simulators().icarus; } in has_get_scalar()
65 if (simulators().verilator) { in top()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/example/ios/
H A Dbuild-openssl.sh15 simulators="0"
17 simulators="0 1"
20 for simulator in $simulators;
H A Dbuild.sh29 simulators="0"
31 simulators="0 1"
34 for simulator in $simulators;
/dports/www/firefox-legacy/firefox-52.8.0esr/devtools/shared/apps/
H A DSimulator.jsm14 * simulators, please use the `Simulators` module defined in:
16 * devtools/client/webide/modules/simulators.js
25 // simulators register themselves as "Firefox OS X.Y"
/dports/cad/ngspice_rework/ngspice-35/src/ciderlib/support/
H A Dreadme3 This directory contains the files that support the device simulators and
4 their interfaces to the circuit simulators. They fall into four basic
/dports/biology/libneurosim/libneurosim-1.2.0/
H A DREADME.md4 utility code for neuronal simulators.
10 neuronal network simulators. It is intended as an abstraction
62 simulators, we would be happy if you'd send us a pull request.
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/opm-git-1.3.23/
H A Dinstall.sh21 for repo in opm-data opm-common opm-material opm-grid opm-simulators libecl ewoms dune-common dune-…
44 for repo in opm-common opm-grid opm-material ewoms opm-simulators
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/opm-git-1.3.24/
H A Dinstall.sh21 for repo in opm-data opm-common opm-material opm-grid opm-simulators libecl ewoms dune-common dune-…
44 for repo in opm-common opm-grid opm-material ewoms opm-simulators
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/
H A DREADME.rst7 circuits and running them against quantum computers and simulators.
9 …u'd need to write quantum algorithms for NISQ devices and run them on the built-in Cirq simulators.
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/
H A DREADME.rst7 circuits and running them against quantum computers and simulators.
9 …u'd need to write quantum algorithms for NISQ devices and run them on the built-in Cirq simulators.
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/
H A DREADME.rst7 circuits and running them against quantum computers and simulators.
9 …u'd need to write quantum algorithms for NISQ devices and run them on the built-in Cirq simulators.
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/
H A DREADME.rst7 circuits and running them against quantum computers and simulators.
9 …u'd need to write quantum algorithms for NISQ devices and run them on the built-in Cirq simulators.
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/
H A DREADME.rst7 circuits and running them against quantum computers and simulators.
9 …u'd need to write quantum algorithms for NISQ devices and run them on the built-in Cirq simulators.
/dports/devel/avr-gdb/gdb-7.3.1/sim/common/
H A Dcommon.m41 # This file contains common code used by all simulators.
3 # common.m4 invokes AC macros used by all simulators and by the common
64 dnl Eventually all simulators will support these.
65 dnl Do not add any here that cannot be supported by all simulators.
148 dnl elements to enable. The latter is only supported on simulators that
177 dnl elements to enable. The latter is only supported on simulators that
/dports/science/py-cirq-aqt/Cirq-0.12.0/docs/
H A Dsimulation.ipynb87 "Cirq comes with built-in Python simulators for testing\n",
91 "simulators are supported by `cirq.DensityMatrixSimulator`.\n",
94 "simulators* refer to the fact that these simulations are\n",
105 "[external simulators section](#external-simulators).\n"
545 "For simulators that do not support `simulate_moment_steps`,\n",
586 "only be used with simulators that do not support\n",
603 "For simulators, these values are resolved by\n",
749 "Like the pure state simulators, the mixed state simulator\n",
801 "## External simulators\n",
803 "There are a few high-performance circuit simulators which\n",
[all …]
/dports/science/py-cirq-ionq/Cirq-0.13.1/docs/
H A Dsimulation.ipynb87 "Cirq comes with built-in Python simulators for testing\n",
91 "simulators are supported by `cirq.DensityMatrixSimulator`.\n",
94 "simulators* refer to the fact that these simulations are\n",
105 "[external simulators section](#external-simulators).\n"
545 "For simulators that do not support `simulate_moment_steps`,\n",
586 "only be used with simulators that do not support\n",
603 "For simulators, these values are resolved by\n",
749 "Like the pure state simulators, the mixed state simulator\n",
801 "## External simulators\n",
803 "There are a few high-performance circuit simulators which\n",
[all …]
/dports/science/py-cirq-pasqal/Cirq-0.13.1/docs/
H A Dsimulation.ipynb87 "Cirq comes with built-in Python simulators for testing\n",
91 "simulators are supported by `cirq.DensityMatrixSimulator`.\n",
94 "simulators* refer to the fact that these simulations are\n",
105 "[external simulators section](#external-simulators).\n"
545 "For simulators that do not support `simulate_moment_steps`,\n",
586 "only be used with simulators that do not support\n",
603 "For simulators, these values are resolved by\n",
749 "Like the pure state simulators, the mixed state simulator\n",
801 "## External simulators\n",
803 "There are a few high-performance circuit simulators which\n",
[all …]
/dports/science/py-cirq-core/Cirq-0.13.1/docs/
H A Dsimulation.ipynb87 "Cirq comes with built-in Python simulators for testing\n",
91 "simulators are supported by `cirq.DensityMatrixSimulator`.\n",
94 "simulators* refer to the fact that these simulations are\n",
105 "[external simulators section](#external-simulators).\n"
545 "For simulators that do not support `simulate_moment_steps`,\n",
586 "only be used with simulators that do not support\n",
603 "For simulators, these values are resolved by\n",
749 "Like the pure state simulators, the mixed state simulator\n",
801 "## External simulators\n",
803 "There are a few high-performance circuit simulators which\n",
[all …]
/dports/science/py-cirq-google/Cirq-0.13.0/docs/
H A Dsimulation.ipynb87 "Cirq comes with built-in Python simulators for testing\n",
91 "simulators are supported by `cirq.DensityMatrixSimulator`.\n",
94 "simulators* refer to the fact that these simulations are\n",
105 "[external simulators section](#external-simulators).\n"
545 "For simulators that do not support `simulate_moment_steps`,\n",
586 "only be used with simulators that do not support\n",
603 "For simulators, these values are resolved by\n",
749 "Like the pure state simulators, the mixed state simulator\n",
801 "## External simulators\n",
803 "There are a few high-performance circuit simulators which\n",
[all …]
/dports/games/libretro-gw/gw-libretro-2be30ba/gwlua/
H A DREADME.md15simulators to [libretro](http://www.libretro.com/), I had to make a decision on how to take advant…
/dports/science/qiskit-aer/qiskit-aer-0.5.2/
H A DREADME.md7 … element is **Aer**, which provides high-performance quantum computing simulators with realistic n…
23 In order to install and run the GPU supported simulators, you need CUDA® 10.2 previously instal…
26 If you want to install our GPU supported simulators, you have to install this other package:
34 ability to run the GPU supported simulators: statevector, density matrix, and unitary.
/dports/cad/verilator/verilator-4.216/
H A DREADME.rst31 * Outperforms many commercial simulators
62 its generated libraries, optionally encrypted, into other simulators.
81 thread is about 100 times faster than interpreted Verilog simulators such
83 multithreading (yielding 200-1000x total over interpreted simulators).
86 closed-source Verilog simulators (Carbon Design Systems Carbonator,

12345678910>>...46