Searched defs:float_data (Results 1 – 1 of 1) sorted by relevance
134 struct float_data<float> struct136 static const size_t mangled_size = 8;137 static const size_t max_demangled_size = 24;138 static constexpr const char* spec = "%af";144 struct float_data<double> struct146 static const size_t mangled_size = 16;147 static const size_t max_demangled_size = 32;148 static constexpr const char* spec = "%a";154 struct float_data<long double> struct157 static const size_t mangled_size = 16;[all …]