Searched defs:FloatData (Results 1 – 1 of 1) sorted by relevance
4607 struct FloatData<float> struct4609 static const size_t mangled_size = 8;4610 static const size_t max_demangled_size = 24;4611 static constexpr const char* spec = "%af";4617 struct FloatData<double> struct4619 static const size_t mangled_size = 16;4620 static const size_t max_demangled_size = 32;4621 static constexpr const char* spec = "%a";4627 struct FloatData<long double> struct4631 static const size_t mangled_size = 32;[all …]