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

1 2 3 4

  /external/valgrind/main/massif/tests/
deep.c 19 void a9 (int n) { a10(n); } function
20 void a8 (int n) { a9 (n); }
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
math-partial-sums.js 6 var a1 = a2 = a3 = a4 = a5 = a6 = a7 = a8 = a9 = 0.0;
26 a9 += alt/(2*k -1);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
math-partial-sums.js 6 var a1 = a2 = a3 = a4 = a5 = a6 = a7 = a8 = a9 = 0.0;
26 a9 += alt/(2*k -1);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
math-partial-sums.js 6 var a1 = a2 = a3 = a4 = a5 = a6 = a7 = a8 = a9 = 0.0;
26 a9 += alt/(2*k -1);
  /art/test/003-omnibus-opcodes/src/
MethodCall.java 40 int a6, int a7, double a8, float a9, double a10, short a11, int a12,
47 Main.assertTrue(a9 > 8.99 && a9 < 9.01);
  /dalvik/tests/003-omnibus-opcodes/src/
MethodCall.java 40 int a6, int a7, double a8, float a9, double a10, short a11, int a12,
47 assert(a9 > 8.99 && a9 < 9.01);
  /external/chromium_org/third_party/re2/re2/
variadic_function.h 75 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9) const {
77 &a9 };
83 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9,
86 &a9, &a10 };
92 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9,
95 &a9, &a10, &a11 };
101 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9,
104 &a9, &a10, &a11, &a12 };
110 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9,
113 &a9, &a10, &a11, &a12, &a13 }
    [all...]
  /external/regex-re2/re2/
variadic_function.h 77 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9) const {
79 &a9 };
85 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9,
88 &a9, &a10 };
94 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9,
97 &a9, &a10, &a11 };
103 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9,
106 &a9, &a10, &a11, &a12 };
112 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9,
115 &a9, &a10, &a11, &a12, &a13 }
    [all...]
  /external/clang/test/SemaCXX/
attr-weakref.cpp 31 int a9 __attribute__((weakref)); // expected-error {{weakref declaration of 'a9' must also have an alias attribute}} variable
  /device/generic/armv7-a-neon/
BoardConfig.mk 12 TARGET_CPU_VARIANT := cortex-a9
  /external/clang/test/CodeGen/
x86_32-arguments-linux.c 45 t56_v2d a8, struct s56_4 a9,
49 f56_0(1, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9,
ms_struct-bitfield-1.c 80 static int a9[(sizeof(t9) == 16) -1]; variable
ms_struct-bitfield-2.c 135 static int a9[(sizeof (struct_9) == size_struct_9) -1]; variable
x86_32-arguments-darwin.c 235 // CHECK: <2 x double> %a8, %struct.s56_4* byval align 16 %a9,
271 t56_v2d a8, struct s56_4 a9,
275 f56_0(1, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9,
  /external/clang/test/SemaTemplate/
temp_arg_type.cpp 31 A<__typeof__(Unnamed)> *a9; // expected-warning{{template argument uses unnamed type}} variable
temp_arg_template.cpp 31 A<f> *a9; // expected-error{{must be a class template}} variable
  /external/valgrind/main/memcheck/tests/
wrap6.c 456 UInt a7, UInt a8, UInt a9 )
468 words[9-1] = a9;
476 UInt a7, UInt a8, UInt a9 )
484 (int)a7, (int)a8, (int)a9);
485 CALL_FN_W_9W(r, fn, a1, a2, a3, a4, a5, a6, a7, a8, a9);
494 UInt a7, UInt a8, UInt a9, UInt a10 )
506 words[9-1] = a9;
515 UInt a7, UInt a8, UInt a9, UInt a10 )
523 (int)a7, (int)a8, (int)a9, (int)a10);
524 CALL_FN_W_10W(r, fn, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10)
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-nice-strict.h 137 typename A6, typename A7, typename A8, typename A9>
140 const A9& a9) : MockClass(a1, a2, a3, a4, a5, a6, a7, a8, a9) {
146 typename A6, typename A7, typename A8, typename A9, typename A10>
148 const A5& a5, const A6& a6, const A7& a7, const A8& a8, const A9& a9,
149 const A10& a10) : MockClass(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10) {
231 typename A6, typename A7, typename A8, typename A9>
234 const A9& a9) : MockClass(a1, a2, a3, a4, a5, a6, a7, a8, a9)
    [all...]
  /external/chromium/testing/gmock/test/
gmock-nice-strict_test.cc 92 const string& a7, const string& a8, bool a9, bool a10) {
94 static_cast<char>(a6) + a7 + a8 + (a9 ? 'T' : 'F') + (a10 ? 'T' : 'F');
  /external/chromium_org/third_party/re2/util/
pcre.cc 158 const Arg& a9,
176 if (&a9 == &no_more_args) goto done; args[n++] = &a9;
201 const Arg& a9,
219 if (&a9 == &no_more_args) goto done; args[n++] = &a9;
244 const Arg& a9,
262 if (&a9 == &no_more_args) goto done; args[n++] = &a9;
293 const Arg& a9,
    [all...]
  /external/regex-re2/util/
pcre.cc 153 const Arg& a9,
171 if (&a9 == &no_more_args) goto done; args[n++] = &a9;
196 const Arg& a9,
214 if (&a9 == &no_more_args) goto done; args[n++] = &a9;
239 const Arg& a9,
257 if (&a9 == &no_more_args) goto done; args[n++] = &a9;
288 const Arg& a9,
    [all...]
  /external/chromium_org/third_party/zlib/
gzwrite.c 352 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10,
356 int a1, a2, a3, a4, a5, a6, a7, a8, a9, a10,
394 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
399 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
404 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
408 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
  /external/zlib/src/
gzwrite.c 386 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10,
390 int a1, a2, a3, a4, a5, a6, a7, a8, a9, a10,
432 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
437 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
442 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
446 a7, a8, a9, a10, a11, a12, a13, a14, a15, a16, a17, a18,
  /bionic/libc/arch-arm/
arm.mk 41 $(error "TARGET_CPU_VARIANT not set or set to an unknown value. Possible values are cortex-a7, cortex-a8, cortex-a9, cortex-a15, krait. Use generic for devices that do not have a CPU similar to any of the supported cpu variants.")
  /dalvik/dx/tests/024-code-bytecode/
small-class.txt 194 88 # 00a9: l2i
227 a9 2f # 00ea: ret 2f
289 c439 20f3 # 01a9: wide dstore 20f3

Completed in 520 milliseconds

1 2 3 4