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

  /external/v8/src/base/
cpu.h 79 bool has_fpu() const { return has_fpu_; }
131 bool has_fpu_; member in class:v8::base::final
cpu.cc 318 has_fpu_(false),
370 has_fpu_ = (cpu_info[3] & 0x00000001) != 0;
562 has_fpu_ = has_vfp_;
576 has_fpu_ = (cpu_flags & CPU_FLAG_FPU) != 0;
577 has_vfp_ = has_fpu_;
598 has_fpu_ = HasListItem(cpu_model, "FPU");

Completed in 132 milliseconds