HomeSort by relevance Sort by last modified time
    Searched refs:t0 (Results 176 - 200 of 1496) sorted by null

1 2 3 4 5 6 78 91011>>

  /bionic/linker/arch/mips/
begin.S 45 la $t0, 1f
47 1: subu $t0, $ra, $t0
54 addu $t1, $t0
63 addu $s0, $t0
90 addu $t1, $t0
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_const_pair.pass.cpp 30 typedef std::pair<long, int> T0;
32 T0 t0(2, 3);
33 T1 t1(std::allocator_arg, A1<int>(5), t0);
38 typedef std::pair<int, int> T0;
40 T0 t0(2, 3);
42 T1 t1(std::allocator_arg, A1<int>(5), t0);
48 typedef std::pair<int, int> T0;
50 T0 t0(2, 3)
    [all...]
convert_move.pass.cpp 51 typedef std::tuple<long> T0;
53 T0 t0(2);
54 T1 t1 = std::move(t0);
58 typedef std::tuple<long, char> T0;
60 T0 t0(2, 'a');
61 T1 t1 = std::move(t0);
66 typedef std::tuple<long, char, D> T0;
68 T0 t0(2, 'a', D(3))
    [all...]
convert_copy.pass.cpp 71 typedef std::tuple<long> T0;
73 T0 t0(2);
74 T1 t1 = t0;
79 typedef std::tuple<int> T0;
81 constexpr T0 t0(2);
82 constexpr T1 t1 = t0;
86 typedef std::tuple<int> T0;
88 constexpr T0 t0(2)
    [all...]
  /external/python/cpython3/Lib/test/test_email/
test_utils.py 66 t0 = datetime.datetime(2012, 3, 12, 1, 1)
67 t1 = utils.localtime(t0, isdst=-1)
73 t0 = datetime.datetime(2012, 3, 12, 1, 1)
74 t1 = utils.localtime(t0, isdst=-1)
80 t0 = datetime.datetime(2012, 3, 12, 1, 1)
81 t1 = utils.localtime(t0, isdst=1)
87 t0 = datetime.datetime(2012, 3, 12, 1, 1)
88 t1 = utils.localtime(t0, isdst=1)
95 t0 = datetime.datetime(1990, 1, 1, tzinfo = datetime.timezone.utc)
96 t1 = utils.localtime(t0)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_const_pair.pass.cpp 30 typedef std::pair<long, int> T0;
32 T0 t0(2, 3);
33 T1 t1(std::allocator_arg, A1<int>(5), t0);
38 typedef std::pair<int, int> T0;
40 T0 t0(2, 3);
42 T1 t1(std::allocator_arg, A1<int>(5), t0);
48 typedef std::pair<int, int> T0;
50 T0 t0(2, 3)
    [all...]
convert_move.pass.cpp 51 typedef std::tuple<long> T0;
53 T0 t0(2);
54 T1 t1 = std::move(t0);
58 typedef std::tuple<long, char> T0;
60 T0 t0(2, 'a');
61 T1 t1 = std::move(t0);
66 typedef std::tuple<long, char, D> T0;
68 T0 t0(2, 'a', D(3))
    [all...]
convert_copy.pass.cpp 71 typedef std::tuple<long> T0;
73 T0 t0(2);
74 T1 t1 = t0;
79 typedef std::tuple<int> T0;
81 constexpr T0 t0(2);
82 constexpr T1 t1 = t0;
86 typedef std::tuple<int> T0;
88 constexpr T0 t0(2)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
micromips@24k-triple-stores-10.d 11 *[0-9a-f]+: 1848 0000 sb v0,0\(t0\)
12 *[0-9a-f]+: 1868 0008 sb v1,8\(t0\)
13 *[0-9a-f]+: 1888 0010 sb a0,16\(t0\)
micromips@24k-triple-stores-9.d 11 *[0-9a-f]+: 1848 0000 sb v0,0\(t0\)
12 *[0-9a-f]+: 1868 0008 sb v1,8\(t0\)
13 *[0-9a-f]+: 1888 0010 sb a0,16\(t0\)
24k-triple-stores-3.d 23 34: a1020000 sb v0,0\(t0\)
24 38: a1030008 sb v1,8\(t0\)
26 40: a1040009 sb a0,9\(t0\)
37 6c: a5020001 sh v0,1\(t0\)
38 70: a5030003 sh v1,3\(t0\)
40 78: a504000b sh a0,11\(t0\)
51 a4: ad020003 sw v0,3\(t0\)
52 a8: ad030007 sw v1,7\(t0\)
54 b0: ad04000f sw a0,15\(t0\)
71 f4: a9020003 swl v0,3\(t0\)
    [all...]
  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha512-armv4.pl 85 $t0="r9";
109 mov $t0,$Elo,lsr#14
113 eor $t0,$t0,$Ehi,lsl#18
117 eor $t0,$t0,$Elo,lsr#18
119 eor $t0,$t0,$Ehi,lsl#14
121 eor $t0,$t0,$Ehi,lsr#
    [all...]
  /external/opencv/cv/src/
cvdistransform.cpp 97 int t0 = tmp[j-step-1] + DIAG_DIST; local
99 if( t0 > t ) t0 = t;
101 if( t0 > t ) t0 = t;
103 if( t0 > t ) t0 = t;
104 tmp[j] = t0;
117 int t0 = tmp[j]; local
118 if( t0 > HV_DIST
170 int t0 = tmp[j-step*2-1] + LONG_DIST; local
198 int t0 = tmp[j]; local
266 int t0 = ICV_INIT_DIST0, t; local
333 int t0 = tmp[j]; local
    [all...]
  /external/valgrind/none/tests/mips64/
arithmetic_instruction.c 31 TEST1("add $t0, $t1, $t2", reg_val1[i], reg_val1[N-i-1],
32 t0, t1, t2);
39 TEST2("addi $t0, $t1, 0xff", reg_val1[i], 0xff, t0, t1);
49 TEST2("addiu $t0, $t1, 0xff", reg_val1[i], 0xff, t0, t1);
59 TEST1("addu $t0, $t1, $t2", reg_val1[i], reg_val1[N-i-1],
60 t0, t1, t2);
67 TEST3("clo $t0, $t1", reg_val1[i], t0, t1)
    [all...]
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
convert_move.pass.cpp 50 typedef std::tuple<long> T0;
52 T0 t0(2);
54 t1 = std::move(t0);
58 typedef std::tuple<long, char> T0;
60 T0 t0(2, 'a');
62 t1 = std::move(t0);
67 typedef std::tuple<long, char, D> T0;
69 T0 t0(2, 'a', D(3))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.assign/
convert_move.pass.cpp 50 typedef std::tuple<long> T0;
52 T0 t0(2);
54 t1 = std::move(t0);
58 typedef std::tuple<long, char> T0;
60 T0 t0(2, 'a');
62 t1 = std::move(t0);
67 typedef std::tuple<long, char, D> T0;
69 T0 t0(2, 'a', D(3))
    [all...]
  /external/eigen/test/
geo_transformations.cpp 41 Transform3 t0, t1, t2; local
49 t0 = Transform3::Identity();
50 VERIFY_IS_APPROX(t0.matrix(), Transform3::MatrixType::Identity());
52 t0.linear() = q1.toRotationMatrix();
55 t0.scale(v0);
57 VERIFY_IS_APPROX( (t0 * Vector3(1,0,0)).template head<3>().norm(), v0.x());
59 t0.setIdentity();
62 t0.linear() = q1.toRotationMatrix();
63 t0.pretranslate(v0);
64 t0.scale(v1)
174 Transform3 t0, t1, t2; local
    [all...]
  /external/python/cpython3/Modules/_blake2/impl/
blake2b-round.h 86 t0 = _mm_alignr_epi8(row2h, row2l, 8); \
88 row2l = t0; \
91 t0 = row3l; \
93 row3h = t0; \
95 t0 = _mm_alignr_epi8(row4h, row4l, 8); \
98 row4h = t0;
101 t0 = _mm_alignr_epi8(row2l, row2h, 8); \
103 row2l = t0; \
106 t0 = row3l; \
108 row3h = t0; \
    [all...]
  /bionic/libc/arch-mips/bionic/
setjmp.S 211 li $t0, ~7
212 and $a0, $t0 # round jmpbuf addr DOWN to 8-byte boundary
223 andi $t0, $v0, 1 # extract savesigs flag
225 beqz $t0, 1f # do saving of signal mask?
236 REG_L $t0, SC_FLAG_OFFSET($a0) # move cookie to temp reg
242 m_mangle_reg_and_store $ra, $t0, $t1, SC_REGS+0*REGSZ($a0)
243 m_mangle_reg_and_store $s0, $t0, $t2, SC_REGS+1*REGSZ($a0)
244 m_mangle_reg_and_store $s1, $t0, $t3, SC_REGS+2*REGSZ($a0)
245 m_mangle_reg_and_store $s2, $t0, $t1, SC_REGS+3*REGSZ($a0)
246 m_mangle_reg_and_store $s3, $t0, $t2, SC_REGS+4*REGSZ($a0
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
az_lsp.cpp 176 Word32 t0;
186 t0 = L_mult (x, 512); // 2*x
187 t0 = L_mac (t0, f[1], 8192); // + f[1]
188 L_Extract (t0, &b1_h, &b1_l); // b1 = 2*x + f[1]
192 t0 = Mpy_32_16 (b1_h, b1_l, x); // t0 = 2.0*x*b1
193 t0 = L_shl (t0, 1);
194 t0 = L_mac (t0, b2_h, (Word16) 0x8000); // t0 = 2.0*x*b1 - b
252 Word32 t0; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
p_ol_wgh.cpp 45 Description: t0 was not being declared as Word32.
482 Word32 max, t0;
496 t0 = corr[-i];
500 t0 = Mpy_32_16 (t0_h, t0_l, *ww);
504 L_Extract (t0, &t0_h, &t0_l);
505 t0 = Mpy_32_16 (t0_h, t0_l, *we);
509 if (L_sub (t0, max) >= 0)
511 max = t0;
518 t0 = 0;
523 t0 = L_mac (t0, *p, *p1)
591 Word32 t0; local
878 Word32 t0; local
    [all...]
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_thread.cc 17 MainThread t0; local
19 t0.Write1(l);
24 t0.Write1(l);
  /external/llvm/test/MC/Mips/
got-rel-expr.s 9 lw $t0,%got($loc+0x10004)($gp)
12 addi $t0,$t0,%lo($loc+0x10004)
  /external/webrtc/webrtc/common_audio/signal_processing/
cross_correlation_mips.c 21 int32_t t0 = 0, t1 = 0, t2 = 0, t3 = 0, sum = 0; local
32 "andi %[t0], %[dim_seq], 1 \n\t"
33 "bgtz %[t0], 3f \n\t"
42 "lh %[t0], 0(%[pseq1]) \n\t"
46 "mul %[t0], %[t0], %[t1] \n\t"
51 "srav %[t0], %[t0], %[right_shifts] \n\t"
52 "addu %[sum], %[sum], %[t0] \n\t"
70 "lh %[t0], 0(%[pseq1]) \n\t
    [all...]
  /system/core/libpixelflinger/arch-mips64/
t32cb16blend.S 93 lw $t0,($a1)
96 beqz $t0,1f
98 pixel $a7,$t0,$a5,0
110 lw $t0,0($a1)
116 or $a7,$t0,$t1
122 pixel $a7,$t0,$a5,0
129 lw $t0,-8($a1)
133 or $a7,$t0,$t1
139 pixel $a7,$t0,$a5,0
154 lw $t0,($a1
    [all...]

Completed in 1996 milliseconds

1 2 3 4 5 6 78 91011>>