Searched defs:floating_point (Results 1 – 11 of 11) sorted by relevance
176 struct floating_point struct184 struct floating_point<32> struct186 enum { size = 4 };187 typedef float type;191 struct floating_point<64> struct193 enum { size = 8 };194 typedef double type;
177 struct floating_point struct185 struct floating_point<32> struct187 typedef float type;191 struct floating_point<64> struct193 typedef double type;
39 concept floating_point = is_floating_point_v<_Tp>; variable
27 TEST(compile_time_formatting_test, floating_point) { in TEST() argument
213 double floating_point; member
173 cmsFloat32Number floating_point; in _cmsReadFloat32Number() member313 cmsFloat32Number floating_point; in _cmsWriteFloat32Number() member
206 static const bool floating_point = true; member266 static const bool floating_point = FloatingPoint; member in boost::intrusive::sgtree_impl
74 static const bool floating_point = true; //For sgtree member