Home
last modified time | relevance | path

Searched defs:kNeon (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ruy/ruy/
H A Dpath.h73 kNeon = 0x10, enumerator
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Daec3_common.h26 enum class Aec3Optimization { kNone, kSse2, kAvx2, kNeon }; enumerator
/aosp_15_r20/external/llvm-libc/src/string/memory_utils/
H A Dop_aarch64.h32 LIBC_INLINE_VAR constexpr bool kNeon = LLVM_LIBC_IS_DEFINED(__ARM_NEON); variable