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

  /external/v8/src/base/
cpu.h 111 bool has_vfp3() const { return has_vfp3_; }
153 bool has_vfp3_; member in class:v8::base::final
cpu.cc 340 has_vfp3_(false),
519 has_vfp3_ = (hwcaps & (HWCAP_VFPv3 | HWCAP_VFPv3D16 | HWCAP_VFPv4)) != 0;
520 has_vfp3_d32_ = (has_vfp3_ && ((hwcaps & HWCAP_VFPv3D16) == 0 ||
530 has_vfp3_ = true;
532 has_vfp3_ = true;
543 has_vfp3_ = true;
547 if (architecture_ < 7 && has_vfp3_) {
580 has_vfp3_ = has_vfp_;

Completed in 65 milliseconds