Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp517 Value alpha7 = bcast(f32Cst(builder, 5.12229709037114e-08f)); in matchAndRewrite() local
534 p = builder.create<math::FmaOp>(x2, p, alpha7); in matchAndRewrite()