Home
last modified time | relevance | path

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

/ndk/sources/android/cpufeatures/
Dcpu-features.c440 #define HWCAP_VFPv4 (1 << 16) macro
451 HWCAP_VFPv4 | \
564 hwcaps |= HWCAP_VFPv4; in get_elf_hwcap_from_proc_cpuinfo()
746 int has_vfpv4 = (hwcaps & HWCAP_VFPv4); in android_cpuInit()