Searched refs:HWCAP_VFP (Results 1 – 4 of 4) sorted by relevance
13 #define HWCAP_VFP (1 << 6) macro
413 #define HWCAP_VFP (1 << 6) macro478 hwcaps |= HWCAP_VFP; in get_elf_hwcap()651 int has_vfp = (hwcaps & HWCAP_VFP); in android_cpuInit()
445 #define HWCAP_VFP (1 << 6) macro465 ( HWCAP_VFP | \581 hwcaps |= HWCAP_VFP; in get_elf_hwcap_from_proc_cpuinfo()786 int has_vfp = (hwcaps & HWCAP_VFP); in android_cpuInit()
94 #define HWCAP_VFP (1 << 6)506 has_vfp_ = (hwcaps & HWCAP_VFP) != 0; in CPU()