/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/f64/ |
H A D | tests.rs | 685 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 D | tests.rs | 703 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 D | tests.rs | 703 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 D | tests.rs | 713 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 D | tests.rs | 713 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 D | tests.rs | 685 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 D | tests.rs | 713 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 D | tests.rs | 731 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 D | tests.rs | 731 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 D | tests.rs | 731 let log2_e: f32 = consts::LOG2_E; in test_real_consts() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/half/src/ |
D | bfloat.rs | 1402 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
|
D | binary16.rs | 1467 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 D | Transform_inl.h | 286 const float log2_e = 1.4426950408889634074f; in approx_exp() local
|
/aosp_15_r20/external/skia/modules/skcms/ |
H A D | skcms.cc | 104 const float log2_e = 1.4426950408889634074f; in expf_() local
|
/aosp_15_r20/external/skia/src/opts/ |
H A D | SkRasterPipeline_opts.h | 1382 const float log2_e = 1.4426950408889634074f; in approx_exp() local
|