Searched refs:HWCAP_VFP (Results 1 – 3 of 3) sorted by relevance
13 #define HWCAP_VFP (1 << 6) macro
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()
76 #define HWCAP_VFP (1 << 6)430 has_vfp_ = (hwcaps & HWCAP_VFP) != 0; in CPU()