Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Evaluate/
Dinteger.h845 constexpr Product MultiplySigned(const Integer &y) const { in MultiplyUnsigned() function
986 Product product{result.power.MultiplySigned(shifted)}; in MultiplyUnsigned()
991 Product squared{shifted.MultiplySigned(shifted)}; in MultiplyUnsigned()
/external/llvm-project/flang/unittests/Evaluate/
Dinteger.cpp195 product = a.MultiplySigned(b); in exhaustiveTesting()
/external/llvm-project/flang/lib/Evaluate/
Dfold-implementation.h1305 auto product{folded->first.MultiplySigned(folded->second)}; in FoldOperation()