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

/gem5/ext/pybind11/tests/
H A Dtest_numpy_dtypes.cpp25 long double ldbl_; member in struct:SimpleStruct
29 return os << "s:" << v.bool_ << "," << v.uint_ << "," << v.float_ << "," << v.ldbl_;
36 long double ldbl_; member in struct:SimpleStructReordered
43 long double ldbl_;
47 return os << "p:" << v.bool_ << "," << v.uint_ << "," << v.float_ << "," << v.ldbl_;
64 long double ldbl_; member in struct:PartialStruct
153 s.ldbl_ = (long double) (i) * -2.5L; } while (0)
264 PYBIND11_NUMPY_DTYPE(SimpleStruct, bool_, uint_, float_, ldbl_);
265 PYBIND11_NUMPY_DTYPE(SimpleStructReordered, bool_, uint_, float_, ldbl_);
266 PYBIND11_NUMPY_DTYPE(PackedStruct, bool_, uint_, float_, ldbl_);
[all...]

Completed in 5 milliseconds