Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/asm-arm/asm/
Dhwcap.h23 #define HWCAP_VFPv4 (1 << 16) macro
/external/opencv3/3rdparty/libwebp/cpu-features/
Dcpu-features.c418 #define HWCAP_VFPv4 (1 << 16) macro
484 hwcaps |= HWCAP_VFPv4; in get_elf_hwcap()
654 int has_vfpv4 = (hwcaps & HWCAP_VFPv4); in android_cpuInit()
/external/skia/platform_tools/android/third_party/cpufeatures/
Dcpu-features.c450 #define HWCAP_VFPv4 (1 << 16) macro
468 HWCAP_VFPv4 | \
587 hwcaps |= HWCAP_VFPv4; in get_elf_hwcap_from_proc_cpuinfo()
789 int has_vfpv4 = (hwcaps & HWCAP_VFPv4); in android_cpuInit()
/external/v8/src/base/
Dcpu.cc104 #define HWCAP_VFPv4 (1 << 16)
507 has_vfp3_ = (hwcaps & (HWCAP_VFPv3 | HWCAP_VFPv3D16 | HWCAP_VFPv4)) != 0; in CPU()