Home
last modified time | relevance | path

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

/ndk/sources/android/cpufeatures/
Dcpu-features.c451 #define HWCAP_VFPv3 (1 << 13) macro
470 HWCAP_VFPv3 | \
592 hwcaps |= HWCAP_VFPv3; in get_elf_hwcap_from_proc_cpuinfo()
776 int has_vfpv3 = (hwcaps & HWCAP_VFPv3); in android_cpuInit()