Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Support/
DCXADemangle.tcc134 struct float_data<float> struct
136 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> struct
146 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> struct
157 static const size_t mangled_size = 16;
[all …]