Searched defs:ExtraPrecision (Results 1 – 1 of 1) sorted by relevance
68 template <> struct ExtraPrecision<float> { struct69 static constexpr unsigned int VALUE = 128;72 template <> struct ExtraPrecision<double> { struct73 static constexpr unsigned int VALUE = 256;76 template <> struct ExtraPrecision<long double> { struct77 static constexpr unsigned int VALUE = 256;