Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/numerics/numbers/
H A Dillformed.verify.cpp14 int log2e{std::numbers::log2e_v< variable
H A Dvalue.pass.cpp20 assert(std::numbers::log2e == 0x1.71547652b82fep+0); in tests()
H A Dspecialize.pass.cpp44 assert(d1 == std::numbers::log2e); in tests()
H A Ddefined.pass.cpp15 [[maybe_unused]] const double* dd1{&std::numbers::log2e}; in tests()
/llvm-project-15.0.7/libcxx/include/
H A Dnumbers46 inline constexpr double log2e = log2e_v<double>;
115 inline constexpr double log2e = log2e_v<double>;
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DMathExtras.h61 log2e = 1.4426950408889634074, // (0x1.71547652b82feP+0) variable
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2226 const SDValue K = DAG.getConstantFP(numbers::log2e, SL, VT); in lowerFEXP()
H A DAMDGPULegalizerInfo.cpp2776 auto K = B.buildFConstant(Ty, numbers::log2e); in legalizeFExp()