Home
last modified time | relevance | path

Searched defs:RealToIntPower (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/flang/include/flang/Evaluate/
Dexpression.h310 struct RealToIntPower : public Operation<RealToIntPower<A>, A, A, SomeInteger> { struct
311 using Base = Operation<RealToIntPower, A, A, SomeInteger>; argument
312 using Result = A;
313 using BaseOperand = A;
314 using ExponentOperand = SomeInteger;