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

  /bionic/libc/kernel/uapi/asm-arm64/asm/
hwcap.h 21 #define HWCAP_FP (1 << 0)
  /external/kernel-headers/original/uapi/asm-arm64/asm/
hwcap.h 23 #define HWCAP_FP (1 << 0)
  /prebuilts/ndk/r16/sources/android/cpufeatures/
cpu-features.c 454 #define HWCAP_FP (1 << 0)
965 int has_fp = (hwcaps & HWCAP_FP);
    [all...]

Completed in 131 milliseconds