Home
last modified time | relevance | path

Searched defs:hamming (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/signal/windows/
H A Dwindows.py431 def hamming(M: int, function
/aosp_15_r20/cts/tests/tests/virtualdevice/audio/src/android/virtualdevice/cts/audio/
H A DSignalObserver.java257 double hamming = 0.54 - 0.46 * Math.cos(2 * Math.PI * i / (n - 1)); in goertzel() local
/aosp_15_r20/external/rust/android-crates-io/crates/strsim/src/
Dlib.rs84 pub fn hamming(a: &str, b: &str) -> HammingResult { in hamming() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/strsim-0.11.1/src/
H A Dlib.rs84 pub fn hamming(a: &str, b: &str) -> HammingResult { in hamming() function
/aosp_15_r20/external/selinux/mcstrans/src/
H A Dmcstrans.c1416 int loops, hamming, change=1; in compute_trans_from_raw() local
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_funcs_impl.py1814 def hamming(M): function