Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp1251 Value yApprox = handleMultidimensionalVectors( in matchAndRewrite() local
1260 Value inner = builder.create<arith::MulFOp>(negHalf, yApprox); in matchAndRewrite()
1261 Value fma = builder.create<math::FmaOp>(yApprox, inner, cstOnePointFive); in matchAndRewrite()
1262 Value yNewton = builder.create<arith::MulFOp>(yApprox, fma); in matchAndRewrite()
1270 builder.create<arith::SelectOp>(notNormalFiniteMask, yApprox, yNewton); in matchAndRewrite()