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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/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 289 BN_ULONG c1, c2, c3; local
293 c3 = 0;
294 mul_add_c(a[0], b[0], c1, c2, c3);
297 mul_add_c(a[0], b[1], c2, c3, c1);
298 mul_add_c(a[1], b[0], c2, c3, c1);
301 mul_add_c(a[2], b[0], c3, c1, c2);
302 mul_add_c(a[1], b[1], c3, c1, c2);
303 mul_add_c(a[0], b[2], c3, c1, c2);
304 r[2] = c3;
305 c3 = 0
391 BN_ULONG c1, c2, c3; local
429 BN_ULONG c1, c2, c3; local
503 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/r11/sources/cxx-stl/llvm-libc++/libcxx/test/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/r13/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.25/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 462 BN_ULONG c1, c2, c3; local
466 c3 = 0;
467 mul_add_c(a[0], b[0], c1, c2, c3);
470 mul_add_c(a[0], b[1], c2, c3, c1);
471 mul_add_c(a[1], b[0], c2, c3, c1);
474 mul_add_c(a[2], b[0], c3, c1, c2);
475 mul_add_c(a[1], b[1], c3, c1, c2);
476 mul_add_c(a[0], b[2], c3, c1, c2);
477 r[2] = c3;
478 c3 = 0
564 BN_ULONG c1, c2, c3; local
602 BN_ULONG c1, c2, c3; local
676 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.25/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.25/ld/testsuite/ld-powerpc/
aix-weak-2c.s 6 .long c3

Completed in 2931 milliseconds

1 2 3 4 5 6 7 8 91011>>