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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gold/testsuite/
dwp_test_1b.cc 29 C3 c3; variable
plugin_common_test_2.c 31 int c3; variable
42 c3 = 30;
plugin_common_test_1.c 31 extern int c3;
44 assert (c3 == 30);
  /external/clang/test/Modules/
submodule-visibility-cycles.cpp 10 C2 c3; variable
  /external/boringssl/src/crypto/fipsmodule/bn/asm/
x86_64-gcc.c 288 BN_ULONG c1, c2, c3; local
292 c3 = 0;
293 mul_add_c(a[0], b[0], c1, c2, c3);
296 mul_add_c(a[0], b[1], c2, c3, c1);
297 mul_add_c(a[1], b[0], c2, c3, c1);
300 mul_add_c(a[2], b[0], c3, c1, c2);
301 mul_add_c(a[1], b[1], c3, c1, c2);
302 mul_add_c(a[0], b[2], c3, c1, c2);
303 r[2] = c3;
304 c3 = 0
390 BN_ULONG c1, c2, c3; local
428 BN_ULONG c1, c2, c3; local
502 BN_ULONG c1, c2, c3; local
    [all...]
  /external/libcxx/test/std/numerics/complex.number/complex.member.ops/
divide_equal_complex.pass.cpp 32 std::complex<T> c3; local
34 c3 = c;
36 c3 /= ic;
37 assert(c3.real() == 0.5);
38 assert(c3.imag() == -0.5);
40 c3 = c;
42 c3 /= fc;
43 assert(c3.real() == 0.5);
44 assert(c3.imag() == -0.5);
minus_equal_complex.pass.cpp 32 std::complex<T> c3; local
34 c3 = c;
36 c3 -= ic;
37 assert(c3.real() == -4);
38 assert(c3.imag() == -6);
40 c3 = c;
42 c3 -= fc;
43 assert(c3.real() == -4);
44 assert(c3.imag() == -6);
plus_equal_complex.pass.cpp 32 std::complex<T> c3; local
34 c3 = c;
36 c3 += ic;
37 assert(c3.real() == 4);
38 assert(c3.imag() == 6);
40 c3 = c;
42 c3 += fc;
43 assert(c3.real() == 4);
44 assert(c3.imag() == 6);
times_equal_complex.pass.cpp 32 std::complex<T> c3; local
34 c3 = c;
36 c3 *= ic;
37 assert(c3.real() == -11.5);
38 assert(c3.imag() == 3.5);
40 c3 = c;
42 c3 *= fc;
43 assert(c3.real() == -11.5);
44 assert(c3.imag() == 3.5);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/complex.number/complex.member.ops/
divide_equal_complex.pass.cpp 32 std::complex<T> c3; local
34 c3 = c;
36 c3 /= ic;
37 assert(c3.real() == 0.5);
38 assert(c3.imag() == -0.5);
40 c3 = c;
42 c3 /= fc;
43 assert(c3.real() == 0.5);
44 assert(c3.imag() == -0.5);
minus_equal_complex.pass.cpp 32 std::complex<T> c3; local
34 c3 = c;
36 c3 -= ic;
37 assert(c3.real() == -4);
38 assert(c3.imag() == -6);
40 c3 = c;
42 c3 -= fc;
43 assert(c3.real() == -4);
44 assert(c3.imag() == -6);
plus_equal_complex.pass.cpp 32 std::complex<T> c3; local
34 c3 = c;
36 c3 += ic;
37 assert(c3.real() == 4);
38 assert(c3.imag() == 6);
40 c3 = c;
42 c3 += fc;
43 assert(c3.real() == 4);
44 assert(c3.imag() == 6);
times_equal_complex.pass.cpp 32 std::complex<T> c3; local
34 c3 = c;
36 c3 *= ic;
37 assert(c3.real() == -11.5);
38 assert(c3.imag() == 3.5);
40 c3 = c;
42 c3 *= fc;
43 assert(c3.real() == -11.5);
44 assert(c3.imag() == 3.5);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68k/
mcf-movsr.d 10 0: 46c3 movew %d3,%sr
12 6: 40c3 movew %sr,%d3
13 8: 44c3 movew %d3,%ccr
15 e: 42c3 movew %ccr,%d3
  /external/clang/test/Sema/
pointer-conversion.c 7 dchar *** c3 = &c2; // expected-warning {{discards qualifiers in nested pointer types}} variable
  /external/boringssl/src/crypto/fipsmodule/bn/
generic.c 458 BN_ULONG c1, c2, c3; local
462 c3 = 0;
463 mul_add_c(a[0], b[0], c1, c2, c3);
466 mul_add_c(a[0], b[1], c2, c3, c1);
467 mul_add_c(a[1], b[0], c2, c3, c1);
470 mul_add_c(a[2], b[0], c3, c1, c2);
471 mul_add_c(a[1], b[1], c3, c1, c2);
472 mul_add_c(a[0], b[2], c3, c1, c2);
473 r[2] = c3;
474 c3 = 0
560 BN_ULONG c1, c2, c3; local
598 BN_ULONG c1, c2, c3; local
672 BN_ULONG c1, c2, c3; local
    [all...]
  /external/clang/test/SemaCXX/
attr-cleanup.cpp 24 void c3(int *a) {} // expected-note {{candidate function}} function in namespace:E
25 void c3() {} // expected-note {{candidate function}} function in namespace:E
27 int v1 __attribute__((cleanup(c3))); // expected-error {{'c3' is not a single function}}
attr-cleanup-gcc.cpp 10 void c3(Ty *a) {} function
15 int v3 __attribute__((cleanup(c3<int>))); // expected-warning {{GCC does not allow the 'cleanup' attribute argument to be anything other than a simple identifier}}
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/alpha/
elf-reloc-5.d 9 0: 05 00 e0 c3 br 18 <nopv>
10 4: 04 00 e0 c3 br 18 <nopv>
11 8: 04 00 e0 c3 br 1c <stdgp>
12 c: 05 00 e0 c3 br 24 <stdgp\+0x8>
13 10: 00 00 e0 c3 br 14 <_start\+0x14>
15 14: 00 00 e0 c3 br 18 <nopv>
  /external/clang/test/Parser/
c1x-alignas.c 6 char _Alignas(16) c3;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
aix-weak-2c.s 6 .long c3
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
comref1.s 5 .comm c3,4,1
8 move.d c3:PLT,$r10
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
sbc.d 24 0x[0-9a-f]+ 20c3 0080 sbc r0,r0,r2
25 0x[0-9a-f]+ 23c3 0140 sbc r3,r3,r5
26 0x[0-9a-f]+ 26c3 0201 sbc.eq r6,r6,r8
27 0x[0-9a-f]+ 21c3 12c1 sbc.eq r9,r9,r11
28 0x[0-9a-f]+ 24c3 1382 sbc.ne r12,r12,r14
29 0x[0-9a-f]+ 27c3 1442 sbc.ne r15,r15,r17
30 0x[0-9a-f]+ 22c3 2503 sbc.p r18,r18,r20
31 0x[0-9a-f]+ 25c3 25c3 sbc.p r21,r21,r23
32 0x[0-9a-f]+ 20c3 3684 sbc.n r24,r24,g
    [all...]
  /external/clang/test/CodeGen/
constant-comparison.c 7 int *c3 = !(3 <= 4.0) ? &b : &a; variable
  /external/libcxx/test/std/containers/sequences/deque/deque.cons/
move_assign.pass.cpp 35 std::deque<MoveOnly, A> c3(A(5));
36 c3 = std::move(c1);
37 assert(c2 == c3);
39 assert(c3.get_allocator() == A(5));
51 std::deque<MoveOnly, A> c3(A(6));
52 c3 = std::move(c1);
53 assert(c2 == c3);
55 assert(c3.get_allocator() == A(6));
67 std::deque<MoveOnly, A> c3(A(6));
68 c3 = std::move(c1)
    [all...]

Completed in 428 milliseconds

1 2 3 4 5 6 7 8 91011>>