/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ |
D | real.rs | 381 fn log2(self) -> Self; in log2() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ |
H A D | f32.rs | 576 pub fn log2(self) -> f32 { in log2() method
|
H A D | f64.rs | 576 pub fn log2(self) -> f64 { in log2() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ |
H A D | f32.rs | 576 pub fn log2(self) -> f32 { in log2() method
|
H A D | f64.rs | 576 pub fn log2(self) -> f64 { in log2() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/ |
H A D | f32.rs | 576 pub fn log2(self) -> f32 { in log2() method
|
H A D | f64.rs | 576 pub fn log2(self) -> f64 { in log2() method
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | compat.h | 242 #define log2(X) (log(X) / log(2)) macro
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ |
H A D | f64.rs | 576 pub fn log2(self) -> f64 { in log2() method
|
H A D | f32.rs | 576 pub fn log2(self) -> f32 { in log2() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ |
H A D | f64.rs | 576 pub fn log2(self) -> f64 { in log2() method
|
H A D | f32.rs | 576 pub fn log2(self) -> f32 { in log2() method
|
/aosp_15_r20/external/executorch/kernels/optimized/vec/vec256/ |
H A D | vec256_double.h | 163 Vectorized<double> log2() const { in log2() function
|
/aosp_15_r20/external/guava/guava/src/com/google/common/math/ |
H A D | IntMath.java | 116 public static int log2(int x, RoundingMode mode) { in log2() method in IntMath
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/math/ |
H A D | IntMath.java | 116 public static int log2(int x, RoundingMode mode) { in log2() method in IntMath
|
/aosp_15_r20/packages/modules/Virtualization/libs/apkverify/src/ |
D | v4.rs | 306 fn log2(n: usize) -> u8 { in log2() function
|
/aosp_15_r20/external/coreboot/payloads/libpayload/include/ |
H A D | libpayload.h | 437 static inline int log2(u32 x) { return (int)sizeof(x) * 8 - clz(x) - 1; } in log2() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | mod.rs | 160 mod log2; module
|
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/ |
D | mod.rs | 160 mod log2; module
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | mod.rs | 160 mod log2; module
|
/aosp_15_r20/system/memory/libmemunreachable/ |
D | Allocator.cpp | 104 static inline unsigned int log2(size_t n) { in log2() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | mod.rs | 160 mod log2; module
|
/aosp_15_r20/external/mesa3d/src/mesa/program/ |
H A D | prog_to_nir.c | 225 nir_def *log2 = nir_flog2(b, abs_srcx); in ptn_log() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | mod.rs | 160 mod log2; module
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | mod.rs | 160 mod log2; module
|