Searched refs:yApprox (Results 1 – 1 of 1) sorted by relevance
1251 Value yApprox = handleMultidimensionalVectors( in matchAndRewrite() local1260 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()