Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp1145 Value piOverTwo = bcast(f32Cst(builder, (float)PI_OVER_2)); in matchAndRewrite() local
1151 Value y = sub(x, mul(k, piOverTwo)); in matchAndRewrite()
/llvm-project-15.0.7/clang/docs/
H A DObjectiveCLiterals.rst129 NSNumber *piOverTwo = @(M_PI / 2); // [NSNumber numberWithDouble:(M_PI / 2)]