Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/
H A Dnumbers49 inline constexpr double inv_pi = inv_pi_v<double>;
117 inline constexpr double inv_pi = inv_pi_v<double>;
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DMathExtras.h46inv_pi = .31830988618379067154, // (0x1.45f306bc9c883P-2) https://oeis.org/A049541 variable
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2411 auto OneOver2Pi = B.buildFConstant(Ty, 0.5 * numbers::inv_pi); in legalizeSinCos()
H A DSIISelLowering.cpp9351 SDValue OneOver2Pi = DAG.getConstantFP(0.5 * numbers::inv_pi, DL, VT); in LowerTrig()