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

  /device/samsung_slsi/arndale/
BoardConfig.mk 22 TARGET_CPU_VARIANT := cortex-a15
  /build/core/combo/arch/arm/
armv7-a-neon.mk 9 ifeq ($(strip $(TARGET_CPU_VARIANT)), cortex-a15)
10 arch_variant_cflags := -mcpu=cortex-a15
  /external/regex-re2/re2/
variadic_function.h 133 const Arg& a14, const Arg& a15) const {
135 &a9, &a10, &a11, &a12, &a13, &a14, &a15 };
143 const Arg& a14, const Arg& a15, const Arg& a16) const {
145 &a9, &a10, &a11, &a12, &a13, &a14, &a15, &a16 };
153 const Arg& a14, const Arg& a15, const Arg& a16, const Arg& a17) const {
155 &a9, &a10, &a11, &a12, &a13, &a14, &a15, &a16, &a17 };
163 const Arg& a14, const Arg& a15, const Arg& a16, const Arg& a17,
166 &a9, &a10, &a11, &a12, &a13, &a14, &a15, &a16, &a17, &a18 };
174 const Arg& a14, const Arg& a15, const Arg& a16, const Arg& a17,
177 &a9, &a10, &a11, &a12, &a13, &a14, &a15, &a16, &a17, &a18, &a19 }
    [all...]
  /external/clang/test/SemaCXX/
constexpr-many-arguments.cpp 14 T a10, T a11, T a12, T a13, T a14, T a15, T a16, T a17, T a18, T a19,
17 a10, a11, a12, a13, a14, a15, a16, a17, a18, a19,
uninitialized.cpp 112 A a15 = getA(a15.num); // expected-warning {{variable 'a15' is uninitialized when used within its own initialization}} local
149 A a15 = getA(a15.num); // expected-warning {{variable 'a15' is uninitialized when used within its own initialization}} variable
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Android.mk 49 ifeq ($(strip $(TARGET_CPU_VARIANT)),cortex-a15)
  /frameworks/compile/libbcc/
libbcc-device-build.mk 46 # Disable NEON on cortex-a15 temporarily
47 ifneq ($(strip $(TARGET_CPU_VARIANT)), cortex-a15)
Android.mk 65 # Disable NEON on cortex-a15 temporarily
66 ifneq ($(strip $(TARGET_CPU_VARIANT)), cortex-a15)
134 # Disable NEON on cortex-a15 temporarily
135 ifneq ($(strip $(TARGET_CPU_VARIANT)), cortex-a15)
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 299 double a0,a5,a10,a15; local
309 a15=A[15]-lambda;
322 e03=A[8]*a15 -A[11]*A[12];
324 e13=A[9]*a15 -A[11]*A[13];
325 e23=a10 *a15 -A[11]*A[14];
339 C[8]= (A[13]*d23-A[14]*d13+a15 *d12);
340 C[9]= -(A[12]*d23-A[14]*d03+a15 *d02);
341 C[10]= (A[12]*d13-A[13]*d03+a15 *d01);
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_utilities_poly.h 299 double a0,a5,a10,a15; local
309 a15=A[15]-lambda;
322 e03=A[8]*a15 -A[11]*A[12];
324 e13=A[9]*a15 -A[11]*A[13];
325 e23=a10 *a15 -A[11]*A[14];
339 C[8]= (A[13]*d23-A[14]*d13+a15 *d12);
340 C[9]= -(A[12]*d23-A[14]*d03+a15 *d02);
341 C[10]= (A[12]*d13-A[13]*d03+a15 *d01);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 299 double a0,a5,a10,a15; local
309 a15=A[15]-lambda;
322 e03=A[8]*a15 -A[11]*A[12];
324 e13=A[9]*a15 -A[11]*A[13];
325 e23=a10 *a15 -A[11]*A[14];
339 C[8]= (A[13]*d23-A[14]*d13+a15 *d12);
340 C[9]= -(A[12]*d23-A[14]*d03+a15 *d02);
341 C[10]= (A[12]*d13-A[13]*d03+a15 *d01);
  /dalvik/tests/003-omnibus-opcodes/src/
MethodCall.java 41 char a13, int a14, int a15, byte a16, boolean a17, int a18, int a19,
  /device/samsung/manta/
BoardConfig.mk 33 TARGET_CPU_VARIANT := cortex-a15
  /bionic/libc/arch-arm/
arm.mk 32 $(error "TARGET_CPU_VARIANT not set or set to an unknown value. Possible values are cortex-a9, cortex-a15, krait. Use generic for devices that do not have a CPU similar to any of the supported cpu variants.")
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
Android.mk 105 # Disable NEON on cortex-a15 temporarily
106 ifneq ($(strip $(TARGET_CPU_VARIANT)), cortex-a15)
  /external/regex-re2/util/
pcre.cc 159 const Arg& a15) const {
177 if (&a15 == &no_more_args) goto done; args[n++] = &a15;
202 const Arg& a15) const {
220 if (&a15 == &no_more_args) goto done; args[n++] = &a15;
245 const Arg& a15) const {
263 if (&a15 == &no_more_args) goto done; args[n++] = &a15;
294 const Arg& a15) const
    [all...]
  /external/zlib/src/
gzwrite.c 375 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20)
379 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20;
420 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
425 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
430 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
434 a7, a8, a9, a10, a11, a12, a13, a14, a15, a16, a17, a18,
  /build/core/
llvm_config.mk 103 # clang does not support -mcpu=cortex-a15 yet - fall back to armv7-a for now
104 $(call clang-flags-subst,-mcpu=cortex-a15,-march=armv7-a)
  /external/clang/test/CodeGen/
struct.c 138 struct a15 {char a; int b[];} c15; struct
  /external/v8/test/mjsunit/compiler/
regress-max-locals-for-osr.js 34 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20,
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 638 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20)
642 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20;
651 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
656 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
661 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
665 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
residu_asm_opt.s 65 ORR r12, r4, r12, LSL #16 @r12 --- a14, a15
146 LDR r9, [r13, #16] @ [ a14 | a15 ]
  /external/elfutils/tests/
run-allregs.sh     [all...]
  /external/valgrind/main/memcheck/
mc_machine.c     [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 14512 IRTemp a15, a14, a13, a12, a11, a10, a9, a8; local
14809 breakV128to4x64U( mkexpr(aEE), &a15, &a11, &a7, &a3 ); local
14849 breakV128to4x64S( mkexpr(aEE), &a15, &a11, &a7, &a3 ); local
    [all...]

Completed in 982 milliseconds