Searched defs:precision_type (Results 1 – 14 of 14) sorted by relevance
172 …typedef real_type precision_type; // we do not know what type has more precision then the re… typedef240 typedef real_type precision_type; typedef253 typedef double precision_type; typedef262 typedef long double precision_type; typedef271 typedef value_type precision_type; typedef283 …typedef real_type precision_type; // we do not know what type has more precision then the re… typedef355 typedef std::complex<double> precision_type; typedef365 typedef std::complex<long double> precision_type; typedef374 typedef value_type precision_type; typedef386 typedef boost::numeric::interval<double> precision_type; typedef[all …]
155 typedef typename type_traits<element_type>::precision_type precision_type; typedef
216 typedef typename type_traits<element_type>::precision_type precision_type; typedef
178 typedef typename type_traits<element_type>::precision_type precision_type; typedef
50 using precision_type = std::streamsize; variable
2687 PrecisionType precision_type; member