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

  /external/chromium_org/v8/src/
cpu.h 98 bool has_vfp() const { return has_vfp_; } function in class:v8::internal::BASE_EMBEDDED
  /ndk/sources/android/cpufeatures/
cpu-features.c 670 int has_vfp = (hwcaps & HWCAP_VFP); local
698 if (has_vfp) {
    [all...]

Completed in 35 milliseconds