Home
last modified time | relevance | path

Searched refs:HWCAP_VFPv3D16 (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/android/cpufeatures/
Dcpu-features.c439 #define HWCAP_VFPv3D16 (1 << 14) macro
562 hwcaps |= HWCAP_VFPv3D16; in get_elf_hwcap_from_proc_cpuinfo()
745 int has_vfpv3d16 = (hwcaps & HWCAP_VFPv3D16); in android_cpuInit()