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

/gem5/ext/pybind11/tests/
H A Dtest_numpy_dtypes.cpp80 struct ComplexStruct { struct
85 std::ostream& operator<<(std::ostream& os, const ComplexStruct& v) {
273 PYBIND11_NUMPY_DTYPE(ComplexStruct, cflt, cdbl);
334 py::format_descriptor<ComplexStruct>::format()
354 py::dtype::of<ComplexStruct>()
431 py::array_t<ComplexStruct, 0> arr = mkarray_via_buffer<ComplexStruct>(n);
432 auto ptr = (ComplexStruct *) arr.mutable_data();
441 m.def("print_complex_array", &print_recarray<ComplexStruct>);

Completed in 6 milliseconds