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

/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dhwcap.h13 #define HWCAP_VFP (1 << 6) macro
/external/opencv3/3rdparty/libwebp/cpu-features/
H A Dcpu-features.c413 #define HWCAP_VFP (1 << 6) macro
478 hwcaps |= HWCAP_VFP;
651 int has_vfp = (hwcaps & HWCAP_VFP);
/external/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c445 #define HWCAP_VFP (1 << 6) macro
465 ( HWCAP_VFP | \
581 hwcaps |= HWCAP_VFP;
786 int has_vfp = (hwcaps & HWCAP_VFP);

Completed in 404 milliseconds