HomeSort by relevance Sort by last modified time
    Searched refs:has_vfp3_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/base/
cpu.h 77 bool has_vfp3() const { return has_vfp3_; }
108 bool has_vfp3_; member in class:v8::base::FINAL
cpu.cc 289 has_vfp3_(false),
413 has_vfp3_ = (hwcaps & (HWCAP_VFPv3 | HWCAP_VFPv3D16 | HWCAP_VFPv4)) != 0;
414 has_vfp3_d32_ = (has_vfp3_ && ((hwcaps & HWCAP_VFPv3D16) == 0 ||
424 has_vfp3_ = true;
426 has_vfp3_ = true;
437 has_vfp3_ = true;
441 if (architecture_ < 7 && has_vfp3_) {
474 has_vfp3_ = has_vfp_;

Completed in 39 milliseconds