Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Evaluate/
Dinteger.h107 struct PowerWithErrors { struct
957 constexpr PowerWithErrors Power(const Integer &exponent) const { in MultiplyUnsigned()
958 PowerWithErrors result{1, false, false, false}; in MultiplyUnsigned()