Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/numerics/numbers/
Dillformed.verify.cpp15 int log2e{std::numbers::log2e_v< variable
Dvalue.pass.cpp21 assert(std::numbers::log2e == 0x1.71547652b82fep+0); in tests()
Dspecialize.pass.cpp45 assert(d1 == std::numbers::log2e); in tests()
Ddefined.pass.cpp16 [[maybe_unused]] const double* dd1{&std::numbers::log2e}; in tests()
/external/llvm-project/libcxx/include/
Dnumbers46 inline constexpr double log2e = log2e_v<double>;
120 inline constexpr double log2e = log2e_v<double>;
/external/XNNPACK/src/f32-raddstoreexpminusmax/
Dneon-p5.c.in62 …// large number back. The first addition is combined with multiplication by log2e into a single FM…
143 …// large number back. The first addition is combined with multiplication by log2e into a single FM…
200 …// large number back. The first addition is combined with multiplication by log2e into a single FM…
Dscalar-lut64-p2.c.in55 …// the large number back. The first addition is combined with multiplication by log2e into a singl…
147 …// the large number back. The first addition is combined with multiplication by log2e into a singl…
Dneon-lut64-p2.c.in62 …// the large number back. The first addition is combined with multiplication by log2e into a singl…
163 …// the large number back. The first addition is combined with multiplication by log2e into a singl…
239 …// the large number back. The first addition is combined with multiplication by log2e into a singl…
/external/llvm-project/llvm/include/llvm/Support/
DMathExtras.h62 log2e = 1.4426950408889634074, // (0x1.71547652b82feP+0) variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMathExtras.h61 log2e = 1.4426950408889634074, // (0x1.71547652b82feP+0) variable
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c3092 LLVMValueRef log2e = lp_build_const_vec(bld->gallivm, bld->type, in lp_build_exp() local
3097 return lp_build_exp2(bld, lp_build_mul(bld, log2e, x)); in lp_build_exp()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp2513 auto K = B.buildFConstant(Ty, numbers::log2e); in legalizeFExp()
DAMDGPUISelLowering.cpp2307 const SDValue K = DAG.getConstantFP(numbers::log2e, SL, VT); in lowerFEXP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2309 const SDValue K = DAG.getConstantFP(numbers::log2e, SL, VT); in lowerFEXP()