Home
last modified time | relevance | path

Searched refs:HWCAP_NEON (Results 1 – 6 of 6) sorted by relevance

/external/kernel-headers/original/uapi/asm-arm/asm/
Dhwcap.h19 #define HWCAP_NEON (1 << 12) macro
/external/opencv3/3rdparty/libwebp/cpu-features/
Dcpu-features.c415 #define HWCAP_NEON (1 << 12) macro
486 hwcaps |= HWCAP_NEON; in get_elf_hwcap()
655 int has_neon = (hwcaps & HWCAP_NEON); in android_cpuInit()
/external/libpng/contrib/arm-neon/
Dlinux-auxv.c111 if (aux.a_type == AT_HWCAP && (aux.a_un.a_val & HWCAP_NEON) != 0) in png_have_neon()
/external/skia/platform_tools/android/third_party/cpufeatures/
Dcpu-features.c447 #define HWCAP_NEON (1 << 12) macro
466 HWCAP_NEON | \
589 hwcaps |= HWCAP_NEON; in get_elf_hwcap_from_proc_cpuinfo()
790 int has_neon = (hwcaps & HWCAP_NEON); in android_cpuInit()
/external/v8/src/base/
Dcpu.cc100 #define HWCAP_NEON (1 << 12)
505 has_neon_ = (hwcaps & HWCAP_NEON) != 0; in CPU()
/external/opencv3/3rdparty/libpng/
Dpngrutil.c3699 if (!png_have_hwcap(HWCAP_NEON)) in png_init_filter_functions_neon()