Home
last modified time | relevance | path

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

/ndk/sources/android/cpufeatures/
Dcpu-features.c435 #define HWCAP_VFP (1 << 6) macro
448 ( HWCAP_VFP | \
558 hwcaps |= HWCAP_VFP; in get_elf_hwcap_from_proc_cpuinfo()
743 int has_vfp = (hwcaps & HWCAP_VFP); in android_cpuInit()