Home
last modified time | relevance | path

Searched defs:real_type_t (Results 1 – 2 of 2) sorted by path

/dports/cad/iverilog/verilog-11.0/
H A Dpform_types.h286 struct real_type_t : public data_type_t { struct
288 inline explicit real_type_t(type_t tc) : type_code(tc) { } in real_type_t() argument
289 type_t type_code;
/dports/math/tblis/tblis-1.2.0/src/external/stl_ext/include/
H A Dcomplex.hpp18 using real_type_t = typename real_type<T>::type; typedef