Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Evaluate/
Dinteger.h264 Product shifted{result.MultiplyUnsigned(radix)};
809 constexpr Product MultiplyUnsigned(const Integer &y) const { in MultiplyUnsigned() function
856 Product product{absx.MultiplyUnsigned(absy)}; in MultiplyUnsigned()
/external/llvm-project/flang/unittests/Evaluate/
Dinteger.cpp190 auto product{a.MultiplyUnsigned(b)}; in exhaustiveTesting()
/external/llvm-project/flang/lib/Evaluate/
Dreal.cpp155 auto product{GetFraction().MultiplyUnsigned(y.GetFraction())}; in Multiply()