Home
last modified time | relevance | path

Searched defs:log2_e (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/f64/
H A Dtests.rs685 let log2_e: f64 = consts::LOG2_E; in test_real_consts() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/f32/
H A Dtests.rs703 let log2_e: f32 = consts::LOG2_E; in test_real_consts() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/f32/
H A Dtests.rs703 let log2_e: f32 = consts::LOG2_E; in test_real_consts() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/f64/
H A Dtests.rs713 let log2_e: f64 = consts::LOG2_E; in test_real_consts() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/f64/
H A Dtests.rs713 let log2_e: f64 = consts::LOG2_E; in test_real_consts() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/f64/
H A Dtests.rs685 let log2_e: f64 = consts::LOG2_E; in test_real_consts() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/f64/
H A Dtests.rs713 let log2_e: f64 = consts::LOG2_E; in test_real_consts() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/f32/
H A Dtests.rs731 let log2_e: f32 = consts::LOG2_E; in test_real_consts() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/f32/
H A Dtests.rs731 let log2_e: f32 = consts::LOG2_E; in test_real_consts() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/f32/
H A Dtests.rs731 let log2_e: f32 = consts::LOG2_E; in test_real_consts() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/half/src/
Dbfloat.rs1402 let log2_e = bf16::from_f32(core::f32::consts::LOG2_E); in test_bf16_consts_from_f32() localVariable
1460 let log2_e = bf16::from_f64(core::f64::consts::LOG2_E); in test_bf16_consts_from_f64() localVariable
Dbinary16.rs1467 let log2_e = f16::from_f32(core::f32::consts::LOG2_E); in test_f16_consts_from_f32() localVariable
1527 let log2_e = f16::from_f64(core::f64::consts::LOG2_E); in test_f16_consts_from_f64() localVariable
/aosp_15_r20/external/skia/modules/skcms/src/
H A DTransform_inl.h286 const float log2_e = 1.4426950408889634074f; in approx_exp() local
/aosp_15_r20/external/skia/modules/skcms/
H A Dskcms.cc104 const float log2_e = 1.4426950408889634074f; in expf_() local
/aosp_15_r20/external/skia/src/opts/
H A DSkRasterPipeline_opts.h1382 const float log2_e = 1.4426950408889634074f; in approx_exp() local