Searched refs:HWCAP_VFPv4 (Results 1 – 4 of 4) sorted by relevance
23 #define HWCAP_VFPv4 (1 << 16) macro
418 #define HWCAP_VFPv4 (1 << 16) macro484 hwcaps |= HWCAP_VFPv4; in get_elf_hwcap()654 int has_vfpv4 = (hwcaps & HWCAP_VFPv4); in android_cpuInit()
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()
104 #define HWCAP_VFPv4 (1 << 16)507 has_vfp3_ = (hwcaps & (HWCAP_VFPv3 | HWCAP_VFPv3D16 | HWCAP_VFPv4)) != 0; in CPU()