OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HWCAP_VFPv4
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h
41
#define
HWCAP_VFPv4
(1 << 16)
/development/ndk/platforms/android-L/arch-arm/include/asm/
hwcap.h
41
#define
HWCAP_VFPv4
(1 << 16)
/external/kernel-headers/original/uapi/asm-arm/asm/
hwcap.h
23
#define
HWCAP_VFPv4
(1 << 16)
/cts/tests/tests/os/src/android/os/cts/
CpuFeatures.java
37
public static final int
HWCAP_VFPv4
= (1 << 16);
CpuFeaturesTest.java
52
assertHwCap("VFPv4", hwcaps, CpuFeatures.
HWCAP_VFPv4
);
/external/chromium_org/v8/src/base/
cpu.cc
86
#define
HWCAP_VFPv4
(1 << 16)
413
has_vfp3_ = (hwcaps & (HWCAP_VFPv3 | HWCAP_VFPv3D16 |
HWCAP_VFPv4
)) != 0;
/external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
418
#define
HWCAP_VFPv4
(1 << 16)
610
int has_vfpv4 = (hwcaps &
HWCAP_VFPv4
);
Completed in 906 milliseconds