Searched refs:HWCAP_VFPv3 (Results 1 – 4 of 4) sorted by relevance
21 #define HWCAP_VFPv3 (1 << 13) macro
14 #define HWCAP_VFPv3 (1 << 13) macro
469 #define HWCAP_VFPv3 (1 << 13) macro488 HWCAP_VFPv3 | \610 hwcaps |= HWCAP_VFPv3; in get_elf_hwcap_from_proc_cpuinfo()794 int has_vfpv3 = (hwcaps & HWCAP_VFPv3); in android_cpuInit()
84 if ((hwcap & HWCAP_VFPv3) != 0) in GetCPUFeaturesARM()