Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dnumbers46 inline constexpr double log2e = log2e_v<double>;
117 inline constexpr double log2e = log2e_v<double>;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h61 log2e = 1.4426950408889634074, // (0x1.71547652b82feP+0) variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2619 auto K = B.buildFConstant(Ty, numbers::log2e); in legalizeFExp()
H A DAMDGPUISelLowering.cpp2367 const SDValue K = DAG.getConstantFP(numbers::log2e, SL, VT); in lowerFEXP()