Home
last modified time | relevance | path

Searched defs:LOG2_E (Results 1 – 12 of 12) sorted by relevance

/external/cronet/stable/third_party/llvm-libc/src/src/math/generic/
Dlog2.cpp33 constexpr fputil::DoubleDouble LOG2_E = {0x1.777d0ffda0d24p-56, variable
Dexp.cpp37 constexpr double LOG2_E = 0x1.71547652b82fep+0; variable
Dexpm1.cpp42 constexpr double LOG2_E = 0x1.71547652b82fep+0; variable
/external/cronet/tot/third_party/llvm-libc/src/src/math/generic/
Dlog2.cpp33 constexpr fputil::DoubleDouble LOG2_E = {0x1.777d0ffda0d24p-56, variable
Dexp.cpp37 constexpr double LOG2_E = 0x1.71547652b82fep+0; variable
Dexpm1.cpp42 constexpr double LOG2_E = 0x1.71547652b82fep+0; variable
/external/llvm-libc/src/math/generic/
Dlog2.cpp33 constexpr fputil::DoubleDouble LOG2_E = {0x1.777d0ffda0d24p-56, variable
Dexp.cpp37 constexpr double LOG2_E = 0x1.71547652b82fep+0; variable
Dexpm1.cpp42 constexpr double LOG2_E = 0x1.71547652b82fep+0; variable
/external/rust/android-crates-io/crates/half/src/
Dnum_traits.rs649 fn LOG2_E() -> Self { in LOG2_E() method
1387 fn LOG2_E() -> Self { in LOG2_E() method
Dbinary16.rs786 pub const LOG2_E: f16 = f16(0x3DC5u16); constant
Dbfloat.rs777 pub const LOG2_E: bf16 = bf16(0x3FB9u16); constant