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

  /bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h 41 #define HWCAP_VFPv4 (1 << 16)
  /development/ndk/platforms/android-21/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/current/platforms/android-21/arch-arm/usr/include/asm/
hwcap.h 41 #define HWCAP_VFPv4 (1 << 16)
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/asm/
hwcap.h 41 #define HWCAP_VFPv4 (1 << 16)
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/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);
CpuFeaturesTest.java 52 assertHwCap("VFPv4", hwcaps, CpuFeatures.HWCAP_VFPv4);
  /external/opencv3/3rdparty/libwebp/cpu-features/
cpu-features.c 418 #define HWCAP_VFPv4 (1 << 16)
484 hwcaps |= HWCAP_VFPv4;
654 int has_vfpv4 = (hwcaps & HWCAP_VFPv4);
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 450 #define HWCAP_VFPv4 (1 << 16)
468 HWCAP_VFPv4 | \
587 hwcaps |= HWCAP_VFPv4;
789 int has_vfpv4 = (hwcaps & HWCAP_VFPv4);
    [all...]
  /ndk/sources/android/cpufeatures/
cpu-features.c 469 #define HWCAP_VFPv4 (1 << 16)
487 HWCAP_VFPv4 | \
612 hwcaps |= HWCAP_VFPv4;
794 int has_vfpv4 = (hwcaps & HWCAP_VFPv4);
    [all...]
  /external/v8/src/base/
cpu.cc 104 #define HWCAP_VFPv4 (1 << 16)
507 has_vfp3_ = (hwcaps & (HWCAP_VFPv3 | HWCAP_VFPv3D16 | HWCAP_VFPv4)) != 0;

Completed in 363 milliseconds