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

  /bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h 37 #define HWCAP_VFPv3 (1 << 13)
  /development/ndk/platforms/android-21/arch-arm/include/asm/
hwcap.h 37 #define HWCAP_VFPv3 (1 << 13)
  /external/kernel-headers/original/uapi/asm-arm/asm/
hwcap.h 20 #define HWCAP_VFPv3 (1 << 13)
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/asm/
hwcap.h 37 #define HWCAP_VFPv3 (1 << 13)
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/asm/
hwcap.h 37 #define HWCAP_VFPv3 (1 << 13)
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/asm/
hwcap.h 37 #define HWCAP_VFPv3 (1 << 13)
  /cts/tests/tests/os/src/android/os/cts/
CpuFeatures.java 35 public static final int HWCAP_VFPv3 = (1 << 13);
CpuFeaturesTest.java 51 assertHwCap("VFPv3", hwcaps, CpuFeatures.HWCAP_VFPv3);
  /external/opencv3/3rdparty/libwebp/cpu-features/
cpu-features.c 416 #define HWCAP_VFPv3 (1 << 13)
480 hwcaps |= HWCAP_VFPv3;
652 int has_vfpv3 = (hwcaps & HWCAP_VFPv3);
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 448 #define HWCAP_VFPv3 (1 << 13)
467 HWCAP_VFPv3 | \
583 hwcaps |= HWCAP_VFPv3;
787 int has_vfpv3 = (hwcaps & HWCAP_VFPv3);
    [all...]
  /ndk/sources/android/cpufeatures/
cpu-features.c 467 #define HWCAP_VFPv3 (1 << 13)
486 HWCAP_VFPv3 | \
608 hwcaps |= HWCAP_VFPv3;
792 int has_vfpv3 = (hwcaps & HWCAP_VFPv3);
    [all...]
  /external/v8/src/base/
cpu.cc 101 #define HWCAP_VFPv3 (1 << 13)
507 has_vfp3_ = (hwcaps & (HWCAP_VFPv3 | HWCAP_VFPv3D16 | HWCAP_VFPv4)) != 0;

Completed in 440 milliseconds