OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HWCAP_VFPv3D16
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
cpu.cc
101
#define
HWCAP_VFPv3D16
(1 << 14) /* also set for VFPv4-D16 */
397
has_vfp3_ = (hwcaps & (HWCAP_VFPv3 |
HWCAP_VFPv3D16
| HWCAP_VFPv4)) != 0;
398
has_vfp3_d32_ = (has_vfp3_ && ((hwcaps &
HWCAP_VFPv3D16
) == 0 ||
/ndk/sources/android/cpufeatures/
cpu-features.c
436
#define
HWCAP_VFPv3D16
(1 << 14)
501
hwcaps |=
HWCAP_VFPv3D16
;
672
int has_vfpv3d16 = (hwcaps &
HWCAP_VFPv3D16
);
[
all
...]
Completed in 809 milliseconds