Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dinteger.h264 Product shifted{result.MultiplyUnsigned(radix)};
810 constexpr Product MultiplyUnsigned(const Integer &y) const { in MultiplyUnsigned() function
857 Product product{absx.MultiplyUnsigned(absy)}; in MultiplyUnsigned()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dreal.cpp155 auto product{GetFraction().MultiplyUnsigned(y.GetFraction())}; in Multiply()
312 auto squared{next.MultiplyUnsigned(next)}; in SQRT()
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dinteger.cpp190 auto product{a.MultiplyUnsigned(b)}; in exhaustiveTesting()