Searched defs:HWCAP_VFPv3 (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dhwcap.h20 #define HWCAP_VFPv3 (1 << 13) macro
/external/opencv3/3rdparty/libwebp/cpu-features/
H A Dcpu-features.c416 #define HWCAP_VFPv3 (1 << 13) macro
480 hwcaps |= HWCAP_VFPv3;
652 int has_vfpv3 = (hwcaps & HWCAP_VFPv3);
/external/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c448 #define HWCAP_VFPv3 (1 << 13) macro
467 HWCAP_VFPv3 | \
583 hwcaps |= HWCAP_VFPv3;
787 int has_vfpv3 = (hwcaps & HWCAP_VFPv3);

Completed in 31 milliseconds