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

  /bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h 41 #define HWCAP_VFPv4 (1 << 16)
  /cts/tests/tests/os/src/android/os/cts/
CpuFeatures.java 37 public static final int HWCAP_VFPv4 = (1 << 16);
  /development/ndk/platforms/android-L/arch-arm/include/asm/
hwcap.h 41 #define HWCAP_VFPv4 (1 << 16)
  /external/kernel-headers/original/uapi/asm-arm/asm/
hwcap.h 23 #define HWCAP_VFPv4 (1 << 16)
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/asm/
hwcap.h 41 #define HWCAP_VFPv4 (1 << 16)
  /external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 418 #define HWCAP_VFPv4 (1 << 16)
610 int has_vfpv4 = (hwcaps & HWCAP_VFPv4);
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 418 #define HWCAP_VFPv4 (1 << 16)
610 int has_vfpv4 = (hwcaps & HWCAP_VFPv4);
  /ndk/sources/android/cpufeatures/
cpu-features.c 440 #define HWCAP_VFPv4 (1 << 16)
451 HWCAP_VFPv4 | \
564 hwcaps |= HWCAP_VFPv4;
746 int has_vfpv4 = (hwcaps & HWCAP_VFPv4);
    [all...]

Completed in 171 milliseconds