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

  /development/ndk/samples/hello-neon/src/com/example/neon/
HelloNeon.java 1 package com.example.neon;
31 * /data/data/com.example.neon/lib/libhelloneon.so at
  /ndk/toolchains/arm-linux-androideabi-4.8/
setup.mk 58 TARGET_CFLAGS.neon := -mfpu=neon
113 $(call get-src-files-with-tag,neon),\
114 $(TARGET_CFLAGS.neon)) \
  /ndk/toolchains/arm-linux-androideabi-4.9/
setup.mk 58 TARGET_CFLAGS.neon := -mfpu=neon
113 $(call get-src-files-with-tag,neon),\
114 $(TARGET_CFLAGS.neon)) \
  /external/skia/src/core/
SkUtilsArm.cpp 24 // the ARM NEON instruction set. This implementation is Linux-specific.
26 // If we fail any of the following, assume we don't have NEON instructions
30 // Use the Android NDK's cpu-features helper library to detect NEON at runtime.
39 // Instead, we must parse /proc/cpuinfo and look for the 'neon' feature.
44 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
104 // Now find an instance of 'neon' in the flags list. We want to
105 // ensure it's only 'neon' and not something fancy like 'noneon'
107 const char neon[] = " neon"; local
108 const size_t neon_len = sizeof(neon)-1
    [all...]
  /ndk/toolchains/arm-linux-androideabi-clang3.4/
setup.mk 100 TARGET_CFLAGS.neon := -mfpu=neon
152 $(call get-src-files-with-tag,neon),\
153 $(TARGET_CFLAGS.neon)) \
  /ndk/toolchains/arm-linux-androideabi-clang3.5/
setup.mk 106 TARGET_CFLAGS.neon := -mfpu=neon
158 $(call get-src-files-with-tag,neon),\
159 $(TARGET_CFLAGS.neon)) \

Completed in 226 milliseconds