Searched defs:float_data (Results 1 – 1 of 1) sorted by relevance
137 struct float_data<float> struct139 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> struct149 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> struct160 static const size_t mangled_size = 16;[all …]