Home
last modified time | relevance | path

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

12

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/
H A Df128.rs110 pub const LOG2_E: f128 = 1.44269504088896340735992468100189213742664595415298593413545_f128; constant
H A Df16.rs106 pub const LOG2_E: f16 = 1.44269504088896340735992468100189214_f16; constant
H A Df32.rs360 pub const LOG2_E: f32 = 1.44269504088896340735992468100189214_f32; constant
H A Df64.rs364 pub const LOG2_E: f64 = 1.44269504088896340735992468100189214_f64; constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/
H A Df16.rs106 pub const LOG2_E: f16 = 1.44269504088896340735992468100189214_f16; constant
H A Df128.rs110 pub const LOG2_E: f128 = 1.44269504088896340735992468100189213742664595415298593413545_f128; constant
H A Df64.rs364 pub const LOG2_E: f64 = 1.44269504088896340735992468100189214_f64; constant
H A Df32.rs360 pub const LOG2_E: f32 = 1.44269504088896340735992468100189214_f32; constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/
H A Df128.rs121 pub const LOG2_E: f128 = 1.44269504088896340735992468100189213742664595415298593413545_f128; constant
H A Df16.rs116 pub const LOG2_E: f16 = 1.44269504088896340735992468100189214_f16; constant
H A Df32.rs365 pub const LOG2_E: f32 = 1.44269504088896340735992468100189214_f32; constant
H A Df64.rs369 pub const LOG2_E: f64 = 1.44269504088896340735992468100189214_f64; constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/num/
H A Df16.rs116 pub const LOG2_E: f16 = 1.44269504088896340735992468100189214_f16; constant
H A Df128.rs121 pub const LOG2_E: f128 = 1.44269504088896340735992468100189213742664595415298593413545_f128; constant
H A Df32.rs365 pub const LOG2_E: f32 = 1.44269504088896340735992468100189214_f32; constant
H A Df64.rs369 pub const LOG2_E: f64 = 1.44269504088896340735992468100189214_f64; constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/
H A Df128.rs121 pub const LOG2_E: f128 = 1.44269504088896340735992468100189213742664595415298593413545_f128; constant
H A Df16.rs116 pub const LOG2_E: f16 = 1.44269504088896340735992468100189214_f16; constant
H A Df32.rs365 pub const LOG2_E: f32 = 1.44269504088896340735992468100189214_f32; constant
H A Df64.rs369 pub const LOG2_E: f64 = 1.44269504088896340735992468100189214_f64; constant
/aosp_15_r20/external/llvm-libc/src/math/generic/
H A Dlog2.cpp33 constexpr fputil::DoubleDouble LOG2_E = {0x1.777d0ffda0d24p-56, variable
H A Dexp.cpp37 constexpr double LOG2_E = 0x1.71547652b82fep+0; variable
H A Dexpm1.cpp42 constexpr double LOG2_E = 0x1.71547652b82fep+0; variable
/aosp_15_r20/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
Dbfloat.rs777 pub const LOG2_E: bf16 = bf16(0x3FB9u16); constant

12