Home
last modified time | relevance | path

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

/ndk/sources/android/cpufeatures/
Dcpu-features.c438 #define HWCAP_VFPv3 (1 << 13) macro
450 HWCAP_VFPv3 | \
560 hwcaps |= HWCAP_VFPv3; in get_elf_hwcap_from_proc_cpuinfo()
744 int has_vfpv3 = (hwcaps & HWCAP_VFPv3); in android_cpuInit()