OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_idiva
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/libwebp/cpu-features/
cpu-features.c
656
int
has_idiva
= (hwcaps & HWCAP_IDIVA);
local
704
if (
has_idiva
|| has_vfpv4)
/external/v8/src/base/
cpu.h
99
bool
has_idiva
() const { return has_idiva_; }
function in class:v8::base::final
/external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
791
int
has_idiva
= (hwcaps & HWCAP_IDIVA);
local
835
if (
has_idiva
)
[
all
...]
/ndk/sources/android/cpufeatures/
cpu-features.c
796
int
has_idiva
= (hwcaps & HWCAP_IDIVA);
local
840
if (
has_idiva
)
[
all
...]
Completed in 1170 milliseconds