Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp68 template <> struct ExtraPrecision<float> { struct
69 static constexpr unsigned int VALUE = 128;
72 template <> struct ExtraPrecision<double> { struct
73 static constexpr unsigned int VALUE = 256;
76 template <> struct ExtraPrecision<long double> { struct
77 static constexpr unsigned int VALUE = 256;