Lines Matching defs:float_data
137 struct float_data<float> struct
139 static const size_t mangled_size = 8;
140 static const size_t max_demangled_size = 24;
141 static constexpr const char* spec = "%af";
147 struct float_data<double> struct
149 static const size_t mangled_size = 16;
150 static const size_t max_demangled_size = 32;
151 static constexpr const char* spec = "%a";
157 struct float_data<long double> struct
160 static const size_t mangled_size = 32;
166 static const size_t max_demangled_size = 40;
167 static constexpr const char* spec = "%LaL";