HomeSort by relevance Sort by last modified time
    Searched refs:t0 (Results 26 - 50 of 1054) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
copy.pass.cpp 26 T t0; local
27 T t = t0;
31 T t0(2);
32 T t = t0;
37 T t0(2, 'a');
38 T t = t0;
44 const T t0(2, 'a', "some text");
45 T t = t0;
53 constexpr T t0(2);
54 constexpr T t = t0;
59 constexpr T t0; local
    [all...]
alloc_copy.pass.cpp 28 T t0; local
29 T t(std::allocator_arg, A1<int>(), t0);
33 T t0(2);
34 T t(std::allocator_arg, A1<int>(), t0);
39 T t0(2);
41 T t(std::allocator_arg, A1<int>(5), t0);
47 T t0(2);
49 T t(std::allocator_arg, A1<int>(5), t0);
55 T t0(2, 3);
58 T t(std::allocator_arg, A1<int>(5), t0);
    [all...]
alloc_move.pass.cpp 29 T t0; local
30 T t(std::allocator_arg, A1<int>(), std::move(t0));
34 T t0(MoveOnly(0));
35 T t(std::allocator_arg, A1<int>(), std::move(t0));
40 T t0(1);
42 T t(std::allocator_arg, A1<int>(5), std::move(t0));
48 T t0(1);
50 T t(std::allocator_arg, A1<int>(5), std::move(t0));
56 T t0(0 ,1);
58 T t(std::allocator_arg, A1<int>(5), std::move(t0));
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
copy.pass.cpp 26 T t0; local
27 T t = t0;
31 T t0(2);
32 T t = t0;
37 T t0(2, 'a');
38 T t = t0;
44 const T t0(2, 'a', "some text");
45 T t = t0;
53 constexpr T t0(2);
54 constexpr T t = t0;
59 constexpr T t0; local
    [all...]
alloc_copy.pass.cpp 28 T t0; local
29 T t(std::allocator_arg, A1<int>(), t0);
33 T t0(2);
34 T t(std::allocator_arg, A1<int>(), t0);
39 T t0(2);
41 T t(std::allocator_arg, A1<int>(5), t0);
47 T t0(2);
49 T t(std::allocator_arg, A1<int>(5), t0);
55 T t0(2, 3);
58 T t(std::allocator_arg, A1<int>(5), t0);
    [all...]
alloc_move.pass.cpp 29 T t0; local
30 T t(std::allocator_arg, A1<int>(), std::move(t0));
34 T t0(MoveOnly(0));
35 T t(std::allocator_arg, A1<int>(), std::move(t0));
40 T t0(1);
42 T t(std::allocator_arg, A1<int>(5), std::move(t0));
48 T t0(1);
50 T t(std::allocator_arg, A1<int>(5), std::move(t0));
56 T t0(0 ,1);
58 T t(std::allocator_arg, A1<int>(5), std::move(t0));
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ex_ctrl.cpp 162 Word32 t0; local
194 t0 = L_mult(avgEnergy, excEnergy, pOverflow);
195 t0 = L_shr(t0, sub(20, exp, pOverflow), pOverflow);
196 /* const=30 for t0 in Q0, 20 for Q10 */
197 if (t0 > 32767)
199 t0 = 32767; /* saturate */
201 scaleFactor = extract_l(t0);
212 t0 = L_mult(scaleFactor, excitation[i], pOverflow);
213 t0 = L_shr(t0, 11, pOverflow)
    [all...]
  /external/valgrind/main/none/tests/mips32/
LoadStore.stdout.exp 2 sb $t0, 0($t1) :: RTval: 0x0, out: 0x0
3 sb $t0, 0($t1) :: RTval: 0x0, out: 0x121f1e00
4 sb $t0, 0($t1) :: RTval: 0x31415927, out: 0x27
5 sb $t0, 0($t1) :: RTval: 0x31415927, out: 0x121f1e27
6 sb $t0, 0($t1) :: RTval: 0x7fffffff, out: 0xff
7 sb $t0, 0($t1) :: RTval: 0x7fffffff, out: 0x121f1eff
8 sb $t0, 0($t1) :: RTval: 0x80000000, out: 0x0
9 sb $t0, 0($t1) :: RTval: 0x80000000, out: 0x121f1e00
10 sb $t0, 2($t1) :: RTval: 0x80000000, out: 0x0
11 sb $t0, 2($t1) :: RTval: 0x80000000, out: 0x120
    [all...]
LoadStore1.stdout.exp 2 sb $t0, 3($t1) :: RTval: 0x0, out: 0x0
3 sb $t0, 3($t1) :: RTval: 0x0, out: 0x0
4 sb $t0, 5($t1) :: RTval: 0x31415927, out: 0x27000000
5 sb $t0, 5($t1) :: RTval: 0x31415927, out: 0x27000000
6 sb $t0, 7($t1) :: RTval: 0x7fffffff, out: 0xff000000
7 sb $t0, 7($t1) :: RTval: 0x7fffffff, out: 0xff000000
8 sb $t0, 1($t1) :: RTval: 0x80000000, out: 0x0
9 sb $t0, 1($t1) :: RTval: 0x80000000, out: 0x1e0000
10 sb $t0, 2($t1) :: RTval: 0x80000000, out: 0x27
11 sb $t0, 2($t1) :: RTval: 0x80000000, out: 0x2
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
hp_max.cpp 138 Word32 max, t0, t1;
143 t0 = 0L;
151 t0 = L_sub (L_sub(L_shl(corr[-i], 1), corr[-i-1]), corr[-i+1]);
152 t0 = L_abs (t0);
154 if (L_sub (t0, max) >= 0)
156 max = t0;
163 t0 = 0L;
166 t0 = L_mac (t0, *p, *p1)
249 Word32 max, t0, t1; local
    [all...]
  /external/aac/libAACenc/src/
bit_cnt.cpp 116 INT t0,t1,t2,t3; local
127 t0= values[i+0];
134 bc1_2+=FDKaacEnc_huff_ltab1_2[t0+1][t1+1][t2+1][t3+1];
137 bc5_6+=FDKaacEnc_huff_ltab5_6[t0+4][t1+4];
140 t0=fixp_abs(t0);
146 bc3_4+= FDKaacEnc_huff_ltab3_4[t0][t1][t2][t3];
148 bc7_8+=FDKaacEnc_huff_ltab7_8[t0][t1];
151 bc9_10+=FDKaacEnc_huff_ltab9_10[t0][t1];
154 bc11+= (INT) FDKaacEnc_huff_ltab11[t0][t1]
192 INT t0,t1,t2,t3; local
263 INT t0,t1; local
318 INT t0,t1; local
368 INT t0,t1; local
415 INT t0,t1; local
456 INT t0,t1,t00,t01; local
548 INT i,t0,t1,t2,t3,t00,t01; local
782 INT i,t0,t1,t2,t3,t00,t01; local
    [all...]
  /art/runtime/arch/mips/
memcmp16_mips.S 24 li $t0,0
30 1: lhu $t0,0($a0)
33 bne $t0,$t1,done
39 subu $v0,$t0,$t1
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p1.cpp 5 Tuple<> *t0; variable
  /external/clang/test/Sema/
attr-naked.c 5 __attribute__((naked)) int t0(void) { function
  /external/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/
detach.pass.cpp 46 std::thread t0((G()));
47 assert(t0.joinable());
48 t0.detach();
49 assert(!t0.joinable());
join.pass.cpp 46 std::thread t0((G()));
47 assert(t0.joinable());
48 t0.join();
49 assert(!t0.joinable());
joinable.pass.cpp 46 std::thread t0((G()));
47 assert(t0.joinable());
48 t0.join();
49 assert(!t0.joinable());
  /external/qemu/target-i386/
shift_helper_template.h 56 target_ulong t0, target_ulong t1)
70 t0 &= DATA_MASK;
71 src = t0;
72 res = (t0 << count) | ((target_ulong)(eflags & CC_C) << (count - 1));
74 res |= t0 >> (DATA_BITS + 1 - count);
75 t0 = res;
77 (lshift(src ^ t0, 11 - (DATA_BITS - 1)) & CC_O) |
80 return t0;
84 target_ulong t0, target_ulong t1)
98 t0 &= DATA_MASK
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/
detach.pass.cpp 46 std::thread t0((G()));
47 assert(t0.joinable());
48 t0.detach();
49 assert(!t0.joinable());
join.pass.cpp 46 std::thread t0((G()));
47 assert(t0.joinable());
48 t0.join();
49 assert(!t0.joinable());
joinable.pass.cpp 46 std::thread t0((G()));
47 assert(t0.joinable());
48 t0.join();
49 assert(!t0.joinable());
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/compiled/
buffertotexture11_ps_4f.h 49 dcl_resource_buffer (float,float,float,float) t0
52 ld o0.xyzw, v1.xxxx, t0.xyzw
buffertotexture11_ps_4i.h 30 dcl_resource_buffer (sint,sint,sint,sint) t0
33 ld o0.xyzw, v1.xxxx, t0.xyzw
buffertotexture11_ps_4ui.h 30 dcl_resource_buffer (uint,uint,uint,uint) t0
33 ld o0.xyzw, v1.xxxx, t0.xyzw
passthroughdepth2d11ps.h 32 dcl_resource_texture2d (float,float,float,float) t0
36 sample r0.xyzw, v1.xyxx, t0.xyzw, s0

Completed in 366 milliseconds

12 3 4 5 6 7 8 91011>>