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

/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.cpp34 void add1(ExampleMandA other) { value += other.value; } // passing by value function in class:ExampleMandA
216 .def("add1", &ExampleMandA::add1)
H A Dtest_eigen.py396 m.add1(zr, 1, 0, -100)
399 m.add1(zc, 1, 0, -200)
432 m.add1(zro, 0, 0, 0)
H A Dtest_methods_and_attributes.py10 instance1.add1(instance2)

Completed in 11 milliseconds