Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dinteger.h846 constexpr Product MultiplySigned(const Integer &y) const { in MultiplyUnsigned() function
987 Product product{result.power.MultiplySigned(shifted)}; in MultiplyUnsigned()
992 Product squared{shifted.MultiplySigned(shifted)}; in MultiplyUnsigned()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-reduction.h165 auto prod{element.MultiplySigned(array->At(at))}; in FoldProduct()
H A Dfold-implementation.h1810 auto product{folded->first.MultiplySigned(folded->second)}; in FoldOperation()
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dinteger.cpp195 product = a.MultiplySigned(b); in exhaustiveTesting()