Searched refs:cm (Results 1 - 9 of 9) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_local_bindings.py8 import pybind11_cross_module_tests as cm
10 assert m.load_external1(cm.ExternalType1(11)) == 11
11 assert m.load_external2(cm.ExternalType2(22)) == 22
14 assert m.load_external2(cm.ExternalType1(21)) == 21
18 assert m.load_external1(cm.ExternalType2(12)) == 12
26 import pybind11_cross_module_tests as cm
32 i2 = cm.LocalType(10)
41 assert cm.local_value(i2) == 10
46 assert cm.local_value(i1) == 5
51 import pybind11_cross_module_tests as cm
[all...]
H A Dtest_gil_scoped.cpp46 auto cm = py::module::import("cross_module_gil_utils");
48 PyLong_AsVoidPtr(cm.attr("gil_acquire_funcaddr").ptr()));
H A Dtest_exceptions.py4 import pybind11_cross_module_tests as cm
25 cm.raise_runtime_error()
29 cm.raise_value_error()
33 cm.throw_pybind_value_error()
37 cm.throw_pybind_type_error()
41 cm.throw_stop_iteration()
H A Dtest_stl.py199 import pybind11_cross_module_tests as cm
207 cm.missing_header_arg([1.0, 2.0, 3.0])
211 cm.missing_header_return()
H A Dtest_stl_binders.py119 import pybind11_cross_module_tests as cm
121 vv_c = cm.VectorBool()
/gem5/util/plot_dram/
H A Ddram_sweep_plot.py42 from matplotlib import cm
170 surf = ax.plot_surface(X, Y, Z, rstride=1, cstride=1, cmap=cm.coolwarm,
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp275 CM *cm; local
286 cm = new CM("cm");
287 cm->clk(clk);
288 cm->reset(reset);
/gem5/util/stats/
H A Dbarchart.py49 cmap = matplotlib.cm.get_cmap(self.colormap)
/gem5/src/arch/arm/
H A Dmiscregs_types.hh402 Bitfield<13> cm; // LPAE member in namespace:ArmISA

Completed in 21 milliseconds