Searched refs:HWCAP_VFPv4 (Results 1 – 3 of 3) sorted by relevance
23 #define HWCAP_VFPv4 (1 << 16) macro
450 #define HWCAP_VFPv4 (1 << 16) macro468 HWCAP_VFPv4 | \587 hwcaps |= HWCAP_VFPv4; in get_elf_hwcap_from_proc_cpuinfo()789 int has_vfpv4 = (hwcaps & HWCAP_VFPv4); in android_cpuInit()
86 #define HWCAP_VFPv4 (1 << 16)431 has_vfp3_ = (hwcaps & (HWCAP_VFPv3 | HWCAP_VFPv3D16 | HWCAP_VFPv4)) != 0; in CPU()