OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_vfp3_d32_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
cpu.h
78
bool has_vfp3_d32() const { return
has_vfp3_d32_
; }
109
bool
has_vfp3_d32_
;
member in class:v8::internal::BASE_EMBEDDED
cpu.cc
265
has_vfp3_d32_
(false) {
388
has_vfp3_d32_
= (has_vfp3_ && ((hwcaps & HWCAP_VFPv3D16) == 0 ||
401
has_vfp3_d32_
= true;
450
has_vfp3_d32_
= (cpu_flags & ARM_CPU_FLAG_VFP_D32) != 0;
Completed in 659 milliseconds