OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HWCAP_VFPv3
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h
37
#define
HWCAP_VFPv3
(1 << 13)
/cts/tests/tests/os/src/android/os/cts/
CpuFeatures.java
35
public static final int
HWCAP_VFPv3
= (1 << 13);
/development/ndk/platforms/android-L/arch-arm/include/asm/
hwcap.h
37
#define
HWCAP_VFPv3
(1 << 13)
/external/kernel-headers/original/uapi/asm-arm/asm/
hwcap.h
20
#define
HWCAP_VFPv3
(1 << 13)
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/asm/
hwcap.h
37
#define
HWCAP_VFPv3
(1 << 13)
/external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
416
#define
HWCAP_VFPv3
(1 << 13)
608
int has_vfpv3 = (hwcaps &
HWCAP_VFPv3
);
/external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
416
#define
HWCAP_VFPv3
(1 << 13)
608
int has_vfpv3 = (hwcaps &
HWCAP_VFPv3
);
/ndk/sources/android/cpufeatures/
cpu-features.c
438
#define
HWCAP_VFPv3
(1 << 13)
450
HWCAP_VFPv3
| \
560
hwcaps |=
HWCAP_VFPv3
;
744
int has_vfpv3 = (hwcaps &
HWCAP_VFPv3
);
[
all
...]
Completed in 394 milliseconds