OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HWCAP_VFPv3
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
cpu.cc
100
#define
HWCAP_VFPv3
(1 << 13)
397
has_vfp3_ = (hwcaps & (
HWCAP_VFPv3
| HWCAP_VFPv3D16 | HWCAP_VFPv4)) != 0;
/ndk/sources/android/cpufeatures/
cpu-features.c
435
#define
HWCAP_VFPv3
(1 << 13)
499
hwcaps |=
HWCAP_VFPv3
;
671
int has_vfpv3 = (hwcaps &
HWCAP_VFPv3
);
[
all
...]
Completed in 615 milliseconds