Home
last modified time | relevance | path

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

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/FxpMathOps/Transforms/
H A DUniformKernelUtils.h40 template <typename F> bool integralLog2(F x, int &log2Result) { in integralLog2() function
89 if (!integralLog2(lhsType.getScale(), lhsLog2Scale) || in isFixedPointPOT()
90 !integralLog2(rhsType.getScale(), rhsLog2Scale) || in isFixedPointPOT()
91 !integralLog2(resultType.getScale(), resultLog2Scale)) { in isFixedPointPOT()