Searched refs:log2e (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/libcxx/test/std/numerics/numbers/ |
D | illformed.verify.cpp | 15 int log2e{std::numbers::log2e_v< variable
|
D | value.pass.cpp | 21 assert(std::numbers::log2e == 0x1.71547652b82fep+0); in tests()
|
D | specialize.pass.cpp | 45 assert(d1 == std::numbers::log2e); in tests()
|
D | defined.pass.cpp | 16 [[maybe_unused]] const double* dd1{&std::numbers::log2e}; in tests()
|
/external/llvm-project/libcxx/include/ |
D | numbers | 46 inline constexpr double log2e = log2e_v<double>; 120 inline constexpr double log2e = log2e_v<double>;
|
/external/XNNPACK/src/f32-raddstoreexpminusmax/ |
D | neon-p5.c.in | 62 …// 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…
|
D | scalar-lut64-p2.c.in | 55 …// 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…
|
D | neon-lut64-p2.c.in | 62 …// 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MathExtras.h | 61 log2e = 1.4426950408889634074, // (0x1.71547652b82feP+0) variable
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | MathExtras.h | 62 log2e = 1.4426950408889634074, // (0x1.71547652b82feP+0) variable
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 3092 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/ |
D | AMDGPULegalizerInfo.cpp | 2513 auto K = B.buildFConstant(Ty, numbers::log2e); in legalizeFExp()
|
D | AMDGPUISelLowering.cpp | 2307 const SDValue K = DAG.getConstantFP(numbers::log2e, SL, VT); in lowerFEXP()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 2309 const SDValue K = DAG.getConstantFP(numbers::log2e, SL, VT); in lowerFEXP()
|