Home
last modified time | relevance | path

Searched defs:log2 (Results 126 – 150 of 860) sorted by relevance

12345678910>>...35

/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/
Dreal.rs381 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 Df32.rs576 pub fn log2(self) -> f32 { in log2() method
H A Df64.rs576 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 Df32.rs576 pub fn log2(self) -> f32 { in log2() method
H A Df64.rs576 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 Df32.rs576 pub fn log2(self) -> f32 { in log2() method
H A Df64.rs576 pub fn log2(self) -> f64 { in log2() method
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A Dcompat.h242 #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 Df64.rs576 pub fn log2(self) -> f64 { in log2() method
H A Df32.rs576 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 Df64.rs576 pub fn log2(self) -> f64 { in log2() method
H A Df32.rs576 pub fn log2(self) -> f32 { in log2() method
/aosp_15_r20/external/executorch/kernels/optimized/vec/vec256/
H A Dvec256_double.h163 Vectorized<double> log2() const { in log2() function
/aosp_15_r20/external/guava/guava/src/com/google/common/math/
H A DIntMath.java116 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 DIntMath.java116 public static int log2(int x, RoundingMode mode) { in log2() method in IntMath
/aosp_15_r20/packages/modules/Virtualization/libs/apkverify/src/
Dv4.rs306 fn log2(n: usize) -> u8 { in log2() function
/aosp_15_r20/external/coreboot/payloads/libpayload/include/
H A Dlibpayload.h437 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 Dmod.rs160 mod log2; module
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/
Dmod.rs160 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 Dmod.rs160 mod log2; module
/aosp_15_r20/system/memory/libmemunreachable/
DAllocator.cpp104 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 Dmod.rs160 mod log2; module
/aosp_15_r20/external/mesa3d/src/mesa/program/
H A Dprog_to_nir.c225 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 Dmod.rs160 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 Dmod.rs160 mod log2; module

12345678910>>...35