Home
last modified time | relevance | path

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

/ndk/sources/android/cpufeatures/
Dcpu-features.c448 #define HWCAP_VFP (1 << 6) macro
468 ( HWCAP_VFP | \
590 hwcaps |= HWCAP_VFP; in get_elf_hwcap_from_proc_cpuinfo()
775 int has_vfp = (hwcaps & HWCAP_VFP); in android_cpuInit()