Home
last modified time | relevance | path

Searched defs:float_data (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_demangle.cpp137 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 = 16;
[all …]