Searched refs:add2 (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.py11 instance1.add2(instance2)
70 m.ExampleMandA.add2c = m.ExampleMandA.add2
74 a.add2(m.ExampleMandA(-100))
H A Dtest_methods_and_attributes.cpp35 void add2(ExampleMandA &other) { value += other.value; } // passing by reference function in class:ExampleMandA
217 .def("add2", &ExampleMandA::add2)
281 emna.attr("add2b") = emna.attr("add2");
H A Dtest_eigen.py397 m.add2(zr, 1, 0, -20)
400 m.add2(zc, 1, 0, -10)
434 m.add2(zro, 0, 0, 0)

Completed in 10 milliseconds