OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_vfpv4
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/3rdparty/libwebp/cpu-features/
cpu-features.c
654
int
has_vfpv4
= (hwcaps & HWCAP_VFPv4);
local
664
if (
has_vfpv4
)
691
if (
has_vfpv4
)
704
if (has_idiva ||
has_vfpv4
)
706
if (has_idivt ||
has_vfpv4
)
/external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
789
int
has_vfpv4
= (hwcaps & HWCAP_VFPv4);
local
799
if (
has_vfpv4
)
826
if (
has_vfpv4
)
[
all
...]
/ndk/sources/android/cpufeatures/
cpu-features.c
794
int
has_vfpv4
= (hwcaps & HWCAP_VFPv4);
local
804
if (
has_vfpv4
)
831
if (
has_vfpv4
)
[
all
...]
Completed in 1008 milliseconds