Searched refs:HWCAP_VFPv3D16 (Results 1 – 3 of 3) sorted by relevance
22 #define HWCAP_VFPv3D16 (1 << 14) /* also set for VFPv4-D16 */ macro
15 #define HWCAP_VFPv3D16 (1 << 14) macro
470 #define HWCAP_VFPv3D16 (1 << 14) macro612 hwcaps |= HWCAP_VFPv3D16; in get_elf_hwcap_from_proc_cpuinfo()795 int has_vfpv3d16 = (hwcaps & HWCAP_VFPv3D16); in android_cpuInit()