Searched refs:HWCAP_VFPv3 (Results 1 – 3 of 3) sorted by relevance
20 #define HWCAP_VFPv3 (1 << 13) macro
448 #define HWCAP_VFPv3 (1 << 13) macro467 HWCAP_VFPv3 | \583 hwcaps |= HWCAP_VFPv3; in get_elf_hwcap_from_proc_cpuinfo()787 int has_vfpv3 = (hwcaps & HWCAP_VFPv3); in android_cpuInit()
83 #define HWCAP_VFPv3 (1 << 13)431 has_vfp3_ = (hwcaps & (HWCAP_VFPv3 | HWCAP_VFPv3D16 | HWCAP_VFPv4)) != 0; in CPU()