OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_vfp
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/base/
cpu.h
110
bool
has_vfp
() const { return has_vfp_; }
function in class:v8::base::final
/prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c
791
int
has_vfp
= (hwcaps & HWCAP_VFP);
local
819
if (
has_vfp
) {
[
all
...]
/prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c
792
int
has_vfp
= (hwcaps & HWCAP_VFP);
local
820
if (
has_vfp
) {
[
all
...]
Completed in 99 milliseconds