HomeSort by relevance Sort by last modified time
    Searched defs:neon (Results 1 - 8 of 8) 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.6/
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.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/chromium_org/third_party/skia/src/core/
SkUtilsArm.cpp 20 // cpu-features helper library to detect NEON at runtime. See
51 // the ARM NEON instruction set. This implementation is Linux-specific.
70 SkDebugf("Forcing ARM Neon mode to full!\n");
74 SkDebugf("Disabling ARM NEON mode\n");
88 // Instead, we must parse /proc/cpuinfo and look for the 'neon' feature.
93 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
106 // If we fail any of the following, assume we don't have NEON instructions
157 // Now find an instance of 'neon' in the flags list. We want to
158 // ensure it's only 'neon' and not something fancy like 'noneon'
160 const char neon[] = " neon" local
    [all...]
  /external/skia/src/core/
SkUtilsArm.cpp 20 // cpu-features helper library to detect NEON at runtime. See
51 // the ARM NEON instruction set. This implementation is Linux-specific.
70 SkDebugf("Forcing ARM Neon mode to full!\n");
74 SkDebugf("Disabling ARM NEON mode\n");
88 // Instead, we must parse /proc/cpuinfo and look for the 'neon' feature.
93 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
106 // If we fail any of the following, assume we don't have NEON instructions
157 // Now find an instance of 'neon' in the flags list. We want to
158 // ensure it's only 'neon' and not something fancy like 'noneon'
160 const char neon[] = " neon" local
    [all...]
  /ndk/toolchains/arm-linux-androideabi-clang3.3/
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.4/
setup.mk 100 TARGET_CFLAGS.neon := -mfpu=neon
152 $(call get-src-files-with-tag,neon),\
153 $(TARGET_CFLAGS.neon)) \

Completed in 270 milliseconds