Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp66 template <typename T> struct ExtraPrecision;
68 template <> struct ExtraPrecision<float> { struct
72 template <> struct ExtraPrecision<double> { struct
76 template <> struct ExtraPrecision<long double> { struct
88 return ExtraPrecision<T>::VALUE; in get_precision()
125 explicit MPFRNumber(XType x, int precision = ExtraPrecision<XType>::VALUE, in MPFRNumber()
135 explicit MPFRNumber(XType x, int precision = ExtraPrecision<XType>::VALUE, in MPFRNumber()
145 explicit MPFRNumber(XType x, int precision = ExtraPrecision<XType>::VALUE, in MPFRNumber()
155 explicit MPFRNumber(XType x, int precision = ExtraPrecision<float>::VALUE, in MPFRNumber()