Home
last modified time | relevance | path

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

/external/v8/src/base/
Dcpu.cc84 #define HWCAP_VFPv3D16 (1 << 14) /* also set for VFPv4-D16 */
431 has_vfp3_ = (hwcaps & (HWCAP_VFPv3 | HWCAP_VFPv3D16 | HWCAP_VFPv4)) != 0; in CPU()
432 has_vfp3_d32_ = (has_vfp3_ && ((hwcaps & HWCAP_VFPv3D16) == 0 || in CPU()
/external/kernel-headers/original/uapi/asm-arm/asm/
Dhwcap.h21 #define HWCAP_VFPv3D16 (1 << 14) /* also set for VFPv4-D16 */ macro
/external/skia/platform_tools/android/third_party/cpufeatures/
Dcpu-features.c449 #define HWCAP_VFPv3D16 (1 << 14) macro
585 hwcaps |= HWCAP_VFPv3D16; in get_elf_hwcap_from_proc_cpuinfo()
788 int has_vfpv3d16 = (hwcaps & HWCAP_VFPv3D16); in android_cpuInit()