Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Dnumbers49 inline constexpr double inv_pi = inv_pi_v<double>;
121 inline constexpr double inv_pi = inv_pi_v<double>;
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dnumbers126 inline constexpr double inv_pi = inv_pi_v<double>;
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dnumbers126 inline constexpr double inv_pi = inv_pi_v<double>;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMathExtras.h64inv_pi = .31830988618379067154, // (0x1.45f306bc9c883P-2) https://oeis.org/A049541 variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2199 auto OneOver2Pi = B.buildFConstant(Ty, 0.5 * numbers::inv_pi); in legalizeSinCos()
H A DSIISelLowering.cpp8715 SDValue OneOver2Pi = DAG.getConstantFP(0.5 * numbers::inv_pi, DL, VT); in LowerTrig()