Home
last modified time | relevance | path

Searched refs:HWCAP_VFPv3 (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/asm-arm/asm/
Dhwcap.h20 #define HWCAP_VFPv3 (1 << 13) macro
/external/opencv3/3rdparty/libwebp/cpu-features/
Dcpu-features.c416 #define HWCAP_VFPv3 (1 << 13) macro
480 hwcaps |= HWCAP_VFPv3; in get_elf_hwcap()
652 int has_vfpv3 = (hwcaps & HWCAP_VFPv3); in android_cpuInit()
/external/skia/platform_tools/android/third_party/cpufeatures/
Dcpu-features.c448 #define HWCAP_VFPv3 (1 << 13) macro
467 HWCAP_VFPv3 | \
583 hwcaps |= HWCAP_VFPv3; in get_elf_hwcap_from_proc_cpuinfo()
787 int has_vfpv3 = (hwcaps & HWCAP_VFPv3); in android_cpuInit()
/external/v8/src/base/
Dcpu.cc101 #define HWCAP_VFPv3 (1 << 13)
507 has_vfp3_ = (hwcaps & (HWCAP_VFPv3 | HWCAP_VFPv3D16 | HWCAP_VFPv4)) != 0; in CPU()