Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp516 Value alpha5 = bcast(f32Cst(builder, 1.48572235717979e-05f)); in matchAndRewrite() local
535 p = builder.create<math::FmaOp>(x2, p, alpha5); in matchAndRewrite()