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

1 2 3 45 6 7 8 91011

  /external/opencv/cxcore/src/
cxmatmul.cpp 65 int t0 = ((const int*)src)[j]; local
67 ((int*)dst)[j] = t0;
69 t0 = ((const int*)src)[j+2];
71 ((int*)dst)[j+2] = t0;
99 int t0 = ((int*)_src)[0]; local
101 ((int*)dst)[j] = t0;
108 int t0 = ((int*)_src)[0]; local
110 ((int*)dst)[j] = t0;
112 t0 = ((int*)_src)[2];
114 ((int*)dst)[j+2] = t0;
760 double t0 = a[0]*b[0] + a[1]*b[b_step]; local
777 double t0 = a[0]*b[0] + a[1]*b[b_step]; local
791 double t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2]; local
810 double t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2]; local
827 double t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2] + a[3]*b[b_step*3]; local
848 double t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2] + a[3]*b[b_step*3]; local
886 float t0 = a[0]*b[0] + a[1]*b[b_step]; local
903 float t0 = a[0]*b[0] + a[1]*b[b_step]; local
917 float t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2]; local
936 float t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2]; local
953 float t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2] + a[3]*b[b_step*3]; local
974 float t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2] + a[3]*b[b_step*3]; local
    [all...]
cxlogic.cpp 74 int t0 = __op__(((const int*)(src1+i))[0], ((const int*)(src2+i))[0]);\
77 ((int*)(dst+i))[0] = t0; \
80 t0 = __op__(((const int*)(src1+i))[2], ((const int*)(src2+i))[2]); \
83 ((int*)(dst+i))[2] = t0; \
129 int t0 = __op__(((const int*)(src+i))[0], ((const int*)(scalar+i))[0]); \
131 ((int*)(dst+i))[0] = t0; \
134 t0 = __op__(((const int*)(src+i))[2], ((const int*)(scalar+i))[2]); \
135 ((int*)(dst+i))[2] = t0; \
147 int t0 = __op__(src[i], scalar[i]); \
149 dst[i] = (uchar)t0; \
585 int t0 = ~((const int*)(src1+i))[0]; local
    [all...]
cxarithm.cpp 60 worktype t0 = __op__((src1)[i], (src2)[i]); \
63 (dst)[i] = cast_macro( t0 ); \
66 t0 = __op__((src1)[i+2],(src2)[i+2]); \
69 (dst)[i+2] = cast_macro( t0 ); \
75 worktype t0 = __op__((src1)[i],(src2)[i]); \
76 (dst)[i] = cast_macro( t0 ); \
92 worktype t0 = __op__((src1)[0],(src2)[0]); \
93 (dst)[0] = cast_macro( t0 ); \
121 worktype t0 = __op__((src1)[0],(src2)[0]); \
122 (dst)[0] = cast_macro( t0 ); \
1875 int j, t0, t1, t2, t3; local
    [all...]
cxcmp.cpp     [all...]
  /development/tools/axl/
chewie.py 50 t0 = None
89 if t0 == None: t0 = int(x[0])
90 x[0] = int(x[0]) - t0
  /external/clang/test/CodeGen/
union.c 43 typedef union T0 { unsigned int : 0; } T0;
44 T0 t0; variable
  /external/clang/test/CodeGenCXX/
const-init.cpp 39 double t0 = A::d; member in namespace:test2
  /external/opencv/cvaux/src/
cvhmmobs.cpp 191 float t0 = img[x + j * imgStep]; local
193 float t2 = t0 + t1;
195 t0 -= t1;
198 temp1[j] = (work_t) t0;
258 work_t t0 = buf[j]; local
260 work_t t2 = t0 + t1;
262 t0 -= t1;
265 temp1[j] = (work_t) t0;
388 float t0 = img[x + j * imgStep]; local
390 float t2 = t0 + t1
455 work_t t0 = buf[j]; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
RandomPhrase.java 96 Transition t0 = state.transition[0]; local
97 if ( t0 instanceof RuleClosureTransition ) {
100 //System.out.println("call "+((RuleClosureTransition)t0).rule.name);
103 else if ( t0.label.isSet() || t0.label.isAtom() ) {
104 tokenTypes.add( getTokenType(t0.label) );
106 state = (NFAState)t0.target;
136 //System.out.println(t0.label.toString(g));
  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes.c 294 ulong32 s0, s1, s2, s3, t0, t1, t2, t3, *rk; local
317 t0 =
344 s0 = t0; s1 = t1; s2 = t2; s3 = t3;
355 t0 =
386 Te0(byte(t0, 3)) ^
395 Te3(byte(t0, 0)) ^
400 Te2(byte(t0, 1)) ^
405 Te1(byte(t0, 2)) ^
418 (Te4_3[byte(t0, 3)]) ^
428 (Te4_0[byte(t0, 0)])
473 ulong32 s0, s1, s2, s3, t0, t1, t2, t3, *rk; local
    [all...]
  /external/openssl/crypto/bn/asm/
mips3.s 70 ld t0,0(a1)
82 dmultu t0,a3
93 mfhi t0
95 daddu v0,t0
141 ld t0,0(a1)
144 ld t0,0(a1)
151 dmultu t0,a3
157 mfhi t0
159 daddu v0,t0
165 ld t0,8(a1
    [all...]
x86_64-gf2m.pl 38 ($t0,$t1)=("%rbx","%rcx");
71 mov $i1,$t0
74 shr \$3,$t0
76 xor $t0,$hi
126 mov $t1,$t0
130 shr \$`64-(8*$n-4)`,$t0
135 xor $t0,$hi
143 mov $t1,$t0
146 shr \$`64-(8*$n-4)`,$t0
149 xor $t0,$h
    [all...]
  /external/opencv/cv/src/
cvsegmentation.cpp 476 int t0 = ptr[0], t1 = ptr[1], t2 = ptr[2]; local
477 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
479 s0 += t0; s1 += t1; s2 += t2;
482 t0 = ptr[3], t1 = ptr[4], t2 = ptr[5];
483 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
485 s0 += t0; s1 += t1; s2 += t2;
488 t0 = ptr[6], t1 = ptr[7], t2 = ptr[8];
489 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
491 s0 += t0; s1 += t1; s2 += t2;
494 t0 = ptr[9], t1 = ptr[10], t2 = ptr[11]
504 int t0 = ptr[0], t1 = ptr[1], t2 = ptr[2]; local
    [all...]
cvaccum.cpp 58 dsttype t0 = dst[x] + cvtmacro(src[x]); \
60 dst[x] = t0; dst[x + 1] = t1; \
62 t0 = dst[x + 2] + cvtmacro(src[x + 2]); \
64 dst[x + 2] = t0; dst[x + 3] = t1; \
96 dsttype t0 = dst[x] + cvtmacro(src1[x])*cvtmacro(src2[x]); \
98 dst[x] = t0; dst[x + 1] = t1; \
100 t0 = dst[x + 2] + cvtmacro(src1[x + 2])*cvtmacro(src2[x + 2]); \
102 dst[x + 2] = t0; dst[x + 3] = t1; \
131 dsttype t0 = dst[x]*beta + cvtmacro(src[x])*alpha; \
133 dst[x] = t0; dst[x + 1] = t1;
    [all...]
  /external/tremolo/Tremolo/
mdct.c 341 REG_TYPE t0,t1,v0,v1,s0,s1; local
344 t0 = (*T++)>>1;
349 t0 += (v0 = (*V++)>>1);
351 XPROD31( s0, s1, t0, t1, x, x+1 );
355 v0 += (t0 = (*T++)>>1);
367 REG_TYPE t0,t1,v0,v1,q0,q1,s0,s1; local
370 t0 = *T++;
377 t0 += (q0 = (v0-t0)>>2);
381 XPROD31( s0, s1, t0, t1, x, x+1 )
    [all...]
  /external/v8/src/mips/
codegen-mips.cc 83 // -- t0 : scratch (elements)
106 // -- t0 : scratch (elements)
115 __ lw(t0, FieldMemOperand(a2, JSObject::kElementsOffset));
117 __ Branch(&only_change_map, eq, at, Operand(t0));
120 __ lw(t1, FieldMemOperand(t0, FixedArray::kLengthOffset));
121 // t0: source FixedArray
158 __ Addu(a3, t0, Operand(FixedArray::kHeaderSize - kHeapObjectTag));
162 __ li(t0, Operand(kHoleNanLower32));
164 // t0: kHoleNanLower32
228 __ sw(t0, MemOperand(t3)); // mantiss
    [all...]
code-stubs-mips.cc 77 EmitCheckForHeapNumber(masm, a0, a1, t0, &call_builtin);
118 __ LoadRoot(t0, Heap::kUndefinedValueRootIndex);
125 __ sw(t0, FieldMemOperand(v0, JSFunction::kNextFunctionLinkOffset));
138 __ LoadRoot(t0, Heap::kFalseValueRootIndex);
139 __ Push(cp, a3, t0);
313 __ sll(t0, a0, kPointerSizeLog2 - kSmiTagSize);
314 __ Addu(t0, a3, t0);
315 __ lw(a3, MemOperand(t0));
390 __ sll(t0, a0, kPointerSizeLog2 - kSmiTagSize)
    [all...]
stub-cache-mips.cc 358 __ JumpIfSmi(receiver, smi, t0);
463 __ li(t0, Operand(transition));
464 __ sw(t0, FieldMemOperand(receiver_reg, HeapObject::kMapOffset));
664 __ Addu(t0, a2, Operand(argc * kPointerSize));
665 __ sw(t0, MemOperand(a1, 1 * kPointerSize));
667 __ li(t0, Operand(argc));
668 __ sw(t0, MemOperand(a1, 2 * kPointerSize));
1507 CheckPrototypes(Handle<JSObject>::cast(object), receiver, holder, a3, v0, t0, local
1716 t0, v0, name, &miss); local
1966 CheckPrototypes(Handle<JSObject>::cast(object), a1, holder, v0, a3, t0, local
2041 CheckPrototypes(Handle<JSObject>::cast(object), a1, holder, a0, a3, t0, local
2170 CheckPrototypes(Handle<JSObject>::cast(object), a1, holder, v0, a3, t0, local
2282 CheckPrototypes(Handle<JSObject>::cast(object), a1, holder, a0, a3, t0, name, local
2337 CheckPrototypes(Handle<JSObject>::cast(object), a1, holder, a0, a3, t0, local
2447 compiler.Compile(masm(), object, holder, name, &lookup, a1, a3, t0, a0, local
    [all...]
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 90 double t0, t1, time_c; local
100 t0 = now_ms();
116 time_c = t1 - t0;
168 double t0, t1, time_c; local
194 double t0, t1, time_c; local
196 t0 = now_ms();
200 time_c = t1 - t0;
367 double t0, t1, time_c; local
368 t0 = now_ms();
419 double t0, t1, time_c local
524 double t0, t1, time_c; local
    [all...]
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 90 double t0, t1, time_c; local
100 t0 = now_ms();
116 time_c = t1 - t0;
168 double t0, t1, time_c; local
194 double t0, t1, time_c; local
196 t0 = now_ms();
200 time_c = t1 - t0;
367 double t0, t1, time_c; local
368 t0 = now_ms();
419 double t0, t1, time_c local
524 double t0, t1, time_c; local
    [all...]
  /external/openssl/crypto/aes/asm/
aes-sparcv9.pl 59 $t0="%l4";
194 ld [$key+0],$t0
198 xor $t0,$s0,$s0
202 ld [$key+16],$t0
266 xor $acc0,$t0,$t0
270 xor $acc1,$t0,$t0
273 xor $acc2,$t0,$t0
    [all...]
  /external/libvpx/vp8/encoder/
encodemb.c 286 int t0; local
343 t0 = (vp8_dct_value_tokens_ptr + x)->Token;
348 pt = vp8_prev_token_class[t0];
369 tokens[i][0].token = t0;
394 t0 = tokens[next][0].token == DCT_EOB_TOKEN ?
401 t0=t1 = (vp8_dct_value_tokens_ptr + x)->Token;
406 if(t0!=DCT_EOB_TOKEN)
408 pt = vp8_prev_token_class[t0];
439 tokens[i][1].token =best?t1:t0;
451 t0 = tokens[next][0].token
    [all...]
  /external/opencv/otherlibs/highgui/
utils.cpp 165 uchar t0 = bgra[swap_rb], t1 = bgra[1]; local
166 bgr[0] = t0; bgr[1] = t1;
167 t0 = bgra[swap_rb^2]; bgr[2] = t0;
183 uchar t0 = bgra[0], t1 = bgra[1]; local
186 rgba[2] = t0; rgba[3] = t3;
202 uchar t0 = bgr[0], t1 = bgr[1], t2 = bgr[2]; local
203 rgb[2] = t0; rgb[1] = t1; rgb[0] = t2;
219 ushort t0 = bgr[0], t1 = bgr[1], t2 = bgr[2]; local
220 rgb[2] = t0; rgb[1] = t1; rgb[0] = t2
272 int t0 = (((ushort*)bgr555)[i] << 3) & 0xf8; local
290 int t0 = (((ushort*)bgr565)[i] << 3) & 0xf8; local
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-ppc.pl 99 $num="r5"; # zapped by $t0
104 $t0 ="r5";
129 and $t0,$f,$e
134 or $t0,$t0,$t1 ; Ch(e,f,g)
137 add $T,$T,$t0
142 and $t0,$a,$b
146 xor $t0,$t0,$t1
150 xor $t0,$t0,$t1 ; Maj(a,b,c
    [all...]
  /external/dropbear/libtomcrypt/src/mac/pelican/
pelican.c 57 ulong32 s0, s1, s2, s3, t0, t1, t2, t3; local
65 t0 =
85 s0 = t0; s1 = t1; s2 = t2; s3 = t3;

Completed in 2163 milliseconds

1 2 3 45 6 7 8 91011