Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/arm/
Dcpu.c48 #define HWCAP_VFPv3 (1 << 13) macro
92 *hwcap |= HWCAP_VFPv3; in get_cpuinfo()
96 *hwcap |= HWCAP_VFP | HWCAP_VFPv3; in get_cpuinfo()
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dhwcap.h14 #define HWCAP_VFPv3 (1 << 13) macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dhwcap.h14 #define HWCAP_VFPv3 (1 << 13) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dhwcap.h14 #define HWCAP_VFPv3 (1 << 13) macro
/third_party/musl/arch/arm/bits/
Dhwcap.h14 #define HWCAP_VFPv3 (1 << 13) macro
/third_party/node/deps/v8/src/base/
Dcpu.cc113 #define HWCAP_VFPv3 (1 << 13)
672 has_vfp3_ = (hwcaps & (HWCAP_VFPv3 | HWCAP_VFPv3D16 | HWCAP_VFPv4)) != 0; in CPU()