OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HWCAP_VFPv3D16
(Results
1 - 6
of
6
) sorted by null
/development/ndk/platforms/android-21/arch-arm/include/asm/
hwcap.h
39
#define
HWCAP_VFPv3D16
(1 << 14)
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/asm/
hwcap.h
39
#define
HWCAP_VFPv3D16
(1 << 14)
/bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h
39
#define
HWCAP_VFPv3D16
(1 << 14)
/external/kernel-headers/original/uapi/asm-arm/asm/
hwcap.h
21
#define
HWCAP_VFPv3D16
(1 << 14) /* also set for VFPv4-D16 */
/external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
449
#define
HWCAP_VFPv3D16
(1 << 14)
585
hwcaps |=
HWCAP_VFPv3D16
;
788
int has_vfpv3d16 = (hwcaps &
HWCAP_VFPv3D16
);
[
all
...]
/ndk/sources/android/cpufeatures/
cpu-features.c
452
#define
HWCAP_VFPv3D16
(1 << 14)
594
hwcaps |=
HWCAP_VFPv3D16
;
777
int has_vfpv3d16 = (hwcaps &
HWCAP_VFPv3D16
);
[
all
...]
Completed in 834 milliseconds