Home
last modified time | relevance | path

Searched defs:LOG10_E (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/
H A Df128.rs118 pub const LOG10_E: f128 = 0.434294481903251827651128918916605082294397005803666566114454_f128; constant
H A Df16.rs114 pub const LOG10_E: f16 = 0.434294481903251827651128918916605082_f16; constant
H A Df32.rs368 pub const LOG10_E: f32 = 0.434294481903251827651128918916605082_f32; constant
H A Df64.rs372 pub const LOG10_E: f64 = 0.434294481903251827651128918916605082_f64; constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/
H A Df16.rs114 pub const LOG10_E: f16 = 0.434294481903251827651128918916605082_f16; constant
H A Df128.rs118 pub const LOG10_E: f128 = 0.434294481903251827651128918916605082294397005803666566114454_f128; constant
H A Df64.rs372 pub const LOG10_E: f64 = 0.434294481903251827651128918916605082_f64; constant
H A Df32.rs368 pub const LOG10_E: f32 = 0.434294481903251827651128918916605082_f32; constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/
H A Df128.rs129 pub const LOG10_E: f128 = 0.434294481903251827651128918916605082294397005803666566114454_f128; constant
H A Df16.rs124 pub const LOG10_E: f16 = 0.434294481903251827651128918916605082_f16; constant
H A Df32.rs373 pub const LOG10_E: f32 = 0.434294481903251827651128918916605082_f32; constant
H A Df64.rs377 pub const LOG10_E: f64 = 0.434294481903251827651128918916605082_f64; constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/num/
H A Df16.rs124 pub const LOG10_E: f16 = 0.434294481903251827651128918916605082_f16; constant
H A Df128.rs129 pub const LOG10_E: f128 = 0.434294481903251827651128918916605082294397005803666566114454_f128; constant
H A Df32.rs373 pub const LOG10_E: f32 = 0.434294481903251827651128918916605082_f32; constant
H A Df64.rs377 pub const LOG10_E: f64 = 0.434294481903251827651128918916605082_f64; constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/
H A Df128.rs129 pub const LOG10_E: f128 = 0.434294481903251827651128918916605082294397005803666566114454_f128; constant
H A Df16.rs124 pub const LOG10_E: f16 = 0.434294481903251827651128918916605082_f16; constant
H A Df32.rs373 pub const LOG10_E: f32 = 0.434294481903251827651128918916605082_f32; constant
H A Df64.rs377 pub const LOG10_E: f64 = 0.434294481903251827651128918916605082_f64; constant
/aosp_15_r20/external/llvm-libc/src/math/generic/
H A Dlog10.cpp33 constexpr fputil::DoubleDouble LOG10_E = {0x1.95355baaafad3p-57, variable
/aosp_15_r20/external/rust/android-crates-io/crates/half/src/
Dnum_traits.rs644 fn LOG10_E() -> Self { in LOG10_E() method
1382 fn LOG10_E() -> Self { in LOG10_E() method
Dbfloat.rs773 pub const LOG10_E: bf16 = bf16(0x3EDEu16); constant
Dbinary16.rs782 pub const LOG10_E: f16 = f16(0x36F3u16); constant