HomeSort by relevance Sort by last modified time
    Searched refs:t0 (Results 101 - 125 of 710) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/
swap.pass.cpp 46 std::thread t0((G()));
47 std::thread::id id0 = t0.get_id();
50 t0.swap(t1);
51 assert(t0.get_id() == id1);
  /system/core/libcutils/tests/memset_mips/
memset_omips.S 44 sll t0, a1, 8
45 or a1, t0
46 sll t0, a1, 16
47 or a1, t0 # a1 is now pattern in full word
50 subu t0, zero, a0 # Unaligned address?
51 andi t0, 0x3
52 beq t0, zero, .Lchkw
53 subu a2, t0
55 addu a0, t0 # Now both a0 and a2 are updated
58 andi t0, a2, 0x7 # Enough left for one loop iteration
    [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)
161 Transform3 t0, t1, t2; local
    [all...]
  /dalvik/vm/mterp/mips/
OP_IPUT_QUICK.S 12 addu t0, a3, a1
13 sw a0, 0(t0) # obj.field (always 32 bits) <- a0
14 GET_INST_OPCODE(t0) # extract opcode from rINST
15 GOTO_OPCODE(t0) # jump to next instruction
OP_APUT_WIDE.S 9 GET_OPA(t0) # t0 <- AA
18 EAS2(rOBJ, rFP, t0) # rOBJ <- &fp[AA]
24 GET_INST_OPCODE(t0) # extract opcode from rINST
26 GOTO_OPCODE(t0) # jump to next instruction
OP_FILLED_NEW_ARRAY.S 43 seq t0, rINST, 'I' # array of ints?
45 or t0, t1
47 or t0, t1
49 beqz t0, .L${opcode}_notimpl # no, not handled yet
63 # a0=array, a1=CCCC/FEDC, t0=length (from AA or B), rOBJ=AA/BA
64 move t0, rBIX
70 subu t0, t0, 1 # count--
73 bgez t0, 1b
77 slt t1, t0, 4 # length was initially 5
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/shaders/compiled/
passthroughlum11ps.h 35 dcl_resource_texture2d (float,float,float,float) t0
39 sample r0.xyzw, v1.xyxx, t0.xyzw, s0
passthroughrgb11ps.h 35 dcl_resource_texture2d (float,float,float,float) t0
39 sample r0.xyzw, v1.xyxx, t0.xyzw, s0
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.assign/
copy.fail.cpp 47 std::thread t0(G());
49 t1 = t0;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
UnitBezier.h 69 double t0; local
88 t0 = 0.0;
92 while (t0 < t1) {
97 t0 = t2;
100 t2 = (t1 - t0) * .5 + t0;
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-armv4.pl 54 $t0="r9";
78 mov $t0,$Elo,lsr#14
82 eor $t0,$t0,$Ehi,lsl#18
86 eor $t0,$t0,$Elo,lsr#18
88 eor $t0,$t0,$Ehi,lsl#14
90 eor $t0,$t0,$Ehi,lsr#
    [all...]
sha1-parisc.pl 52 $t0="%r28";
57 "%r9", "%r10","%r11","%r12","%r13","%r14","%r15","%r16",$t0);
68 and $c,$b,$t0
72 or $t1,$t0,$t0
73 addl $t0,$e,$e
80 and $c,$b,$t0
85 or $t1,$t0,$t0
87 add $t0,$e,$
    [all...]
sha256-armv4.pl 29 $ctx="r0"; $t0="r0";
60 ldrb $t0,[$inp],#4
63 orr $T1,$T1,$t0,lsl#24
67 mov $t0,$e,ror#$Sigma1[0]
69 eor $t0,$t0,$e,ror#$Sigma1[1]
79 eor $t0,$t0,$e,ror#$Sigma1[2] @ Sigma1(e)
82 add $T1,$T1,$t0
93 orr $t0,$a,$
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-armv4.pl 54 $t0="r9";
78 mov $t0,$Elo,lsr#14
82 eor $t0,$t0,$Ehi,lsl#18
86 eor $t0,$t0,$Elo,lsr#18
88 eor $t0,$t0,$Ehi,lsl#14
90 eor $t0,$t0,$Ehi,lsr#
    [all...]
sha1-parisc.pl 52 $t0="%r28";
57 "%r9", "%r10","%r11","%r12","%r13","%r14","%r15","%r16",$t0);
68 and $c,$b,$t0
72 or $t1,$t0,$t0
73 addl $t0,$e,$e
80 and $c,$b,$t0
85 or $t1,$t0,$t0
87 add $t0,$e,$
    [all...]
sha256-armv4.pl 29 $ctx="r0"; $t0="r0";
60 ldrb $t0,[$inp],#4
63 orr $T1,$T1,$t0,lsl#24
67 mov $t0,$e,ror#$Sigma1[0]
69 eor $t0,$t0,$e,ror#$Sigma1[1]
79 eor $t0,$t0,$e,ror#$Sigma1[2] @ Sigma1(e)
82 add $T1,$T1,$t0
93 orr $t0,$a,$
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_const_pair.pass.cpp 28 typedef std::pair<double, int> T0;
30 T0 t0(2, 3);
31 T1 t1(std::allocator_arg, A1<int>(5), t0);
36 typedef std::pair<int, int> T0;
38 T0 t0(2, 3);
40 T1 t1(std::allocator_arg, A1<int>(5), t0);
46 typedef std::pair<int, int> T0;
48 T0 t0(2, 3)
    [all...]
  /external/qemu/target-mips/
translate.c 484 "t0", "t1", "t2", "t3", "t4", "t5", "t6", "t7",
549 TCGv t0 = tcg_temp_new(); local
552 tcg_gen_movi_tl(t0, 0);
564 tcg_gen_ld_tl(t0, addr, sizeof(target_ulong) * from);
568 gen_store_gpr(t0, to);
569 tcg_temp_free(t0);
575 TCGv t0 = tcg_temp_new(); local
579 gen_load_gpr(t0, from);
587 tcg_gen_st_tl(t0, addr, sizeof(target_ulong) * to);
590 tcg_temp_free(t0);
620 TCGv_i32 t0 = tcg_temp_new_i32(); local
635 TCGv_i64 t0 = tcg_temp_new_i64(); local
984 TCGv t0 = tcg_temp_new(); local
1141 TCGv t0, t1; local
1182 TCGv t0 = tcg_temp_new(); local
1265 TCGv t0 = tcg_temp_local_new(); local
1301 TCGv t0 = tcg_temp_local_new(); local
1383 TCGv t0; local
1412 TCGv t0; local
1562 TCGv t0 = tcg_temp_local_new(); local
1601 TCGv t0 = tcg_temp_local_new(); local
1641 TCGv t0 = tcg_temp_local_new(); local
1678 TCGv t0 = tcg_temp_local_new(); local
1827 TCGv t0, t1; local
1859 TCGv t0, t1; local
2006 TCGv t0, t1; local
2241 TCGv t0 = tcg_temp_new(); local
2321 TCGv t0; local
2359 TCGv t0 = tcg_temp_new(); local
2474 TCGv t0 = tcg_temp_new(); local
2707 TCGv t0 = tcg_temp_new(); local
2798 TCGv t0; local
2870 TCGv_i32 t0 = tcg_temp_new_i32(); local
2885 TCGv_i32 t0 = tcg_temp_new_i32(); local
5228 TCGv t0 = tcg_temp_local_new(); local
5392 TCGv t0 = tcg_temp_local_new(); local
5567 TCGv t0 = tcg_temp_new(); local
5588 TCGv t0 = tcg_temp_new(); local
5680 TCGv_i32 t0 = tcg_temp_new_i32(); local
5796 TCGv t0 = tcg_temp_new(); local
5880 TCGv_i32 t0; local
5908 TCGv_i32 t0 = tcg_temp_new_i32(); local
5927 TCGv_i32 t0 = tcg_temp_new_i32(); local
5949 TCGv_i32 t0 = tcg_temp_new_i32(); local
7248 TCGv t0 = tcg_temp_new(); local
7354 TCGv t0 = tcg_temp_local_new(); local
7851 TCGv t0 = tcg_temp_new(); local
7894 TCGv t0 = tcg_temp_new(); local
7907 TCGv t0 = tcg_temp_new(); local
7981 TCGv t0 = tcg_temp_new(); local
    [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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 152 std::thread t0(f0);
154 t0.join();
160 std::thread t0(f3);
162 t0.join();
169 std::thread t0(f41);
171 t0.join();
179 std::thread t0(f1);
181 t0.join();
187 std::thread t0(f2);
189 t0.join()
    [all...]
  /system/core/libpixelflinger/tests/codegen/
codegen.cpp 36 static void ggl_test_codegen(uint32_t n, uint32_t p, uint32_t t0, uint32_t t1)
44 needs.t[0] = t0;
74 uint32_t t0; local
76 sscanf(argv[1], "%08x:%08x_%08x_%08x", &p, &n, &t0, &t1);
77 ggl_test_codegen(n, p, t0, t1);
  /external/eigen/test/eigen2/
eigen2_geometry.cpp 138 Transform3 t0, t1, t2; local
140 t0.setIdentity();
141 VERIFY_IS_APPROX(t0.matrix(), Transform3::MatrixType::Identity());
142 t0.matrix().setZero();
143 t0 = Transform3::Identity();
144 VERIFY_IS_APPROX(t0.matrix(), Transform3::MatrixType::Identity());
146 t0.linear() = q1.toRotationMatrix();
151 t0.scale(v0);
154 VERIFY_IS_APPROX( (t0 * Vector3(1,0,0)).norm(), v0.x());
157 t0.setIdentity()
    [all...]
eigen2_geometry_with_eigen2_prefix.cpp 140 Transform3 t0, t1, t2; local
142 t0.setIdentity();
143 VERIFY_IS_APPROX(t0.matrix(), Transform3::MatrixType::Identity());
144 t0.matrix().setZero();
145 t0 = Transform3::Identity();
146 VERIFY_IS_APPROX(t0.matrix(), Transform3::MatrixType::Identity());
148 t0.linear() = q1.toRotationMatrix();
153 t0.scale(v0);
156 VERIFY_IS_APPROX( (t0 * Vector3(1,0,0)).norm(), v0.x());
159 t0.setIdentity()
    [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
250 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...]

Completed in 664 milliseconds

1 2 3 45 6 7 8 91011>>