OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_vfpv3
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/3rdparty/libwebp/cpu-features/
cpu-features.c
652
int
has_vfpv3
= (hwcaps & HWCAP_VFPv3);
local
674
if (
has_vfpv3
|| has_vfpv3d16)
/external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
787
int
has_vfpv3
= (hwcaps & HWCAP_VFPv3);
local
809
if (
has_vfpv3
|| has_vfpv3d16)
[
all
...]
/ndk/sources/android/cpufeatures/
cpu-features.c
792
int
has_vfpv3
= (hwcaps & HWCAP_VFPv3);
local
814
if (
has_vfpv3
|| has_vfpv3d16)
[
all
...]
Completed in 39 milliseconds