Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dnumbers.inc33 using std::numbers::log2e;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dnumbers46 inline constexpr double log2e = log2e_v<double>;
141 inline constexpr double log2e = log2e_v<double>;
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h35 log2e = 1.4426950408889634074, // (0x1.71547652b82feP+0) variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp3458 auto Log2E = B.buildFConstant(Ty, numbers::log2e); in legalizeFExpUnsafe()
3479 auto Log2E = B.buildFConstant(Ty, numbers::log2e); in legalizeFExpUnsafe()
H A DAMDGPUISelLowering.cpp2846 const SDValue Log2E = DAG.getConstantFP(numbers::log2e, SL, VT); in lowerFEXPUnsafe()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3497 SYMBOL(log2e, std::numbers::, <numbers>)