Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp1144 Value twoOverPi = bcast(f32Cst(builder, (float)TWO_OVER_PI)); in matchAndRewrite() local
1149 Value k = floor(mul(x, twoOverPi)); in matchAndRewrite()