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

  /prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c 792 int has_vfpv3 = (hwcaps & HWCAP_VFPv3); local
814 if (has_vfpv3 || has_vfpv3d16)
    [all...]
  /prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c 793 int has_vfpv3 = (hwcaps & HWCAP_VFPv3); local
815 if (has_vfpv3 || has_vfpv3d16)
    [all...]

Completed in 41 milliseconds