Searched refs:t0 (Results 201 - 225 of 409) sorted by relevance

1234567891011>>

/external/opencv/cv/src/
H A Dcvsegmentation.cpp476 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
504 int t0 = ptr[0], t1 = ptr[1], t2 = ptr[2]; local
[all...]
H A Dcvaccum.cpp58 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; ds
[all...]
/external/opencv/cxcore/src/
H A Dcxarithm.cpp60 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...]
H A Dcxcmp.cpp1266 temptype t0 = src1[i] - src2[i]; \
1269 t0 = (temptype)abs_macro(t0); \
1272 dst[i] = cast_macro(t0); \
1275 t0 = src1[i+2] - src2[i+2]; \
1278 t0 = (temptype)abs_macro(t0); \
1281 dst[i+2] = cast_macro(t0); \
1287 temptype t0 = src1[i] - src2[i]; \
1288 t0
[all...]
H A Dcxdxt.cpp535 double t0 = -dst[i].im;
537 dst[i].im = t0; dst[i+1].im = t1;
830 double t0 = dst[i].re*re_scale;
832 dst[i].re = t0;
840 double t0 = -dst[i].im;
842 dst[i].im = t0;
961 int t0 = idst[i*2+1] ^ 0x80000000;
963 idst[i*2+1] = t0; idst[i*2+3] = t1;
1259 double t0 = dst[i].re*re_scale;
1261 dst[i].re = (float)t0;
[all...]
H A Dcxmean.cpp169 double t0 = scale*(double)tmp##0; \
171 mean[0] = t0; \
176 double t0 = scale*(double)tmp##0; \
179 mean[0] = t0; \
185 double t0 = scale*(double)tmp##0; \
187 mean[0] = t0; \
189 t0 = scale*(double)tmp##2; \
191 mean[2] = t0; \
H A Dcxsvd.cpp55 double t0 = _x[_i]; \
57 _x[_i] = t0*c + t1*s; \
58 _y[_i] = -t0*s + t1*c; \
76 double t0 = y[j] + s*x[j]; local
78 y[j] = t0;
80 t0 = y[j+2] + s*x[j+2];
82 y[j+2] = t0;
114 double t0 = y[j] + s*x[j]; local
116 y[j] = t0;
118 t0
156 double t0 = y[j] + s*x[j]; local
192 double t0 = y[j] + s*x[j]; local
1076 double t0 = x[j] + s*vT[j]; local
1171 double t0 = x[j] + s*vT[j]; local
[all...]
/external/tremolo/Tremolo/
H A Dmdct.c341 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, t
[all...]
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_gemm_kernel.h84 Packet a0, a1, a2, a3, c0, c1, t0, t1; local
111 KMADD(c0, a0, b00, t0) \
114 KMADD(c0, a1, b10, t0) \
117 if(RK==4) KMADD(c0, a2, b20, t0) \
120 if(RK==4) KMADD(c0, a3, b30, t0) \
183 Packet a0, a1, a2, a3, c0, t0/*, t1*/; local
207 KMADD(c0, a0, b00, t0) \
209 KMADD(c0, a1, b10, t0) \
211 if(RK==4) KMADD(c0, a2, b20, t0) \
213 if(RK==4) KMADD(c0, a3, b30, t0) \
[all...]
/external/boringssl/src/crypto/sha/asm/
H A Dsha512-x86_64.pl748 my ($t0,$t1,$t2,$t3, $t4,$t5) = map("%xmm$_",(4..9));
804 movdqa 0x00($Tbl),$t0
807 paddd @X[0],$t0
814 movdqa $t0,0x00(%rsp)
830 '&movdqa ($t0,@X[1]);',
832 '&palignr ($t0,@X[0],$SZ)', # X[1..4]
834 '&movdqa ($t1,$t0)',
835 '&movdqa ($t2,$t0);',
836 '&psrld ($t0,$sigma0[2])',
841 '&pxor ($t0,
[all...]
H A Dsha512-armv8.pl75 ($t0,$t1,$t2,$t3)=map("$reg_t$_",(16,17,19,28));
111 ror $t0,$e,#$Sigma1[0]
119 eor $t0,$t0,$T0,ror#$Sigma1[1] // Sigma1(e)
123 add $h,$h,$t0 // h+=Sigma1(e)
133 ror $t0,$e,#$Sigma1[0]
141 eor $t0,$t0,$e,ror#$Sigma1[1]
145 eor $t0,$t0,
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c250 int t0; local
307 t0 = (vp8_dct_value_tokens_ptr + x)->Token;
312 pt = vp8_prev_token_class[t0];
333 tokens[i][0].token = t0;
358 t0 = tokens[next][0].token == DCT_EOB_TOKEN ?
365 t0=t1 = (vp8_dct_value_tokens_ptr + x)->Token;
370 if(t0!=DCT_EOB_TOKEN)
372 pt = vp8_prev_token_class[t0];
403 tokens[i][1].token =best?t1:t0;
415 t0
[all...]
/external/opencv/otherlibs/highgui/
H A Dutils.cpp165 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; rg
272 int t0 = (((ushort*)bgr555)[i] << 3) & 0xf8; local
290 int t0 = (((ushort*)bgr565)[i] << 3) & 0xf8; local
[all...]
/external/libopus/celt/
H A Dmdct.c265 kiss_twiddle_scalar t0, t1; local
268 t0 = t[i<<shift];
271 yr = S_MUL(re,t0) - S_MUL(im,t1);
272 yi = S_MUL(im,t0) + S_MUL(re,t1);
279 t0 = t[(N4-i-1)<<shift];
282 yr = S_MUL(re,t0) - S_MUL(im,t1);
283 yi = S_MUL(im,t0) + S_MUL(re,t1);
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_renderer.c163 float x, float y, float s0, float t0, float s1, float t1)
173 vertex[5] = t0; /*t */
191 float s0, t0, s1, t1, s2, t2, s3, t3; local
214 t0 = pt0[1] / src->height0;
220 add_vertex_1tex(r, dstX, dstY, s0, t0);
296 float s0, t0, s1, t1; local
307 t0 = spt0[1] / tex->height0;
312 add_vertex_1tex(r, dstX, dstY, s0, t0);
314 add_vertex_1tex(r, dstX + dstW, dstY, s1, t0);
477 float s0, t0, s local
162 add_vertex_2tex(struct xa_context *r, float x, float y, float s0, float t0, float s1, float t1) argument
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DEmbeddedRungeKuttaIntegrator.java193 final double t0, final double[] y0,
197 sanityChecks(equations, t0, y0, t, y);
200 final boolean forward = t > t0;
220 interpolator.storeTime(t0);
223 stepStart = t0;
192 integrate(final FirstOrderDifferentialEquations equations, final double t0, final double[] y0, final double t, final double[] y) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DAESEngine.java476 int t0 = this.C0 ^ KW[0][0];
483 r0 = T0[t0&255] ^ shift(T0[(t1>>8)&255], 24) ^ shift(T0[(t2>>16)&255], 16) ^ shift(T0[(r3>>24)&255], 8) ^ KW[r][0];
484 r1 = T0[t1&255] ^ shift(T0[(t2>>8)&255], 24) ^ shift(T0[(r3>>16)&255], 16) ^ shift(T0[(t0>>24)&255], 8) ^ KW[r][1];
485 r2 = T0[t2&255] ^ shift(T0[(r3>>8)&255], 24) ^ shift(T0[(t0>>16)&255], 16) ^ shift(T0[(t1>>24)&255], 8) ^ KW[r][2];
486 r3 = T0[r3&255] ^ shift(T0[(t0>>8)&255], 24) ^ shift(T0[(t1>>16)&255], 16) ^ shift(T0[(t2>>24)&255], 8) ^ KW[r++][3];
487 t0 = T0[r0&255] ^ shift(T0[(r1>>8)&255], 24) ^ shift(T0[(r2>>16)&255], 16) ^ shift(T0[(r3>>24)&255], 8) ^ KW[r][0];
493 r0 = T0[t0&255] ^ shift(T0[(t1>>8)&255], 24) ^ shift(T0[(t2>>16)&255], 16) ^ shift(T0[(r3>>24)&255], 8) ^ KW[r][0];
494 r1 = T0[t1&255] ^ shift(T0[(t2>>8)&255], 24) ^ shift(T0[(r3>>16)&255], 16) ^ shift(T0[(t0>>24)&255], 8) ^ KW[r][1];
495 r2 = T0[t2&255] ^ shift(T0[(r3>>8)&255], 24) ^ shift(T0[(t0>>16)&255], 16) ^ shift(T0[(t1>>24)&255], 8) ^ KW[r][2];
496 r3 = T0[r3&255] ^ shift(T0[(t0>>
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal-dec.c78 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
140 s0 = TD41(t0) ^ TD42(t3) ^ TD43(t2) ^ TD44(t1) ^ rk[0];
142 s1 = TD41(t1) ^ TD42(t0) ^ TD43(t3) ^ TD44(t2) ^ rk[1];
144 s2 = TD41(t2) ^ TD42(t1) ^ TD43(t0) ^ TD44(t3) ^ rk[2];
146 s3 = TD41(t3) ^ TD42(t2) ^ TD43(t1) ^ TD44(t0) ^ rk[3];
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal-dec.c78 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
140 s0 = TD41(t0) ^ TD42(t3) ^ TD43(t2) ^ TD44(t1) ^ rk[0];
142 s1 = TD41(t1) ^ TD42(t0) ^ TD43(t3) ^ TD44(t2) ^ rk[1];
144 s2 = TD41(t2) ^ TD42(t1) ^ TD43(t0) ^ TD44(t3) ^ rk[2];
146 s3 = TD41(t3) ^ TD42(t2) ^ TD43(t1) ^ TD44(t0) ^ rk[3];
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal-dec.c78 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
140 s0 = TD41(t0) ^ TD42(t3) ^ TD43(t2) ^ TD44(t1) ^ rk[0];
142 s1 = TD41(t1) ^ TD42(t0) ^ TD43(t3) ^ TD44(t2) ^ rk[1];
144 s2 = TD41(t2) ^ TD42(t1) ^ TD43(t0) ^ TD44(t3) ^ rk[2];
146 s3 = TD41(t3) ^ TD42(t2) ^ TD43(t1) ^ TD44(t0) ^ rk[3];
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DBenchmark.java80 long t0 = 0, t1 = -1;
82 t0 = System.nanoTime();
114 "Tree parse : %12d", (t1 - t0)));
/external/llvm/test/MC/Mips/
H A Dmips64-register-names-n32-n64.s1 # RUN: llvm-mc %s -triple=mips64-unknown-freebsd -show-encoding 2>%t0 \
3 # RUN: FileCheck -check-prefix=WARNING %s < %t0
26 daddiu $t0, $zero, 0 # [*] # CHECK: encoding: [0x64,0x0c,0x00,0x00]
33 # WARNING-NEXT: Did you mean $t0?
68 # [*] - t0-t3 are aliases of t4-t7 for compatibility with both the original
69 # ABI documentation (using t4-t7) and GNU As (using t0-t3)
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip_line.c73 c->reg.t0 = brw_vec1_grf(i, 1);
114 * if (t > t0) t0 = t;
117 * if (t0 + t1 >= 1.0)
122 * interp( ctx, newvtx0, vtx0, vtx1, t0 );
145 /* Note: init t0, t1 together:
147 brw_MOV(p, vec2(c->reg.t0), brw_imm_f(0));
225 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_G, c->reg.t, c->reg.t0 );
226 brw_MOV(p, c->reg.t0, c->reg.t);
249 brw_ADD(p, c->reg.t, c->reg.t0,
[all...]
H A Dbrw_clip.h82 struct brw_reg t0, t1; member in struct:brw_clip_compile::__anon12579
152 struct brw_reg t0,
/external/boringssl/src/crypto/poly1305/
H A Dpoly1305_vec.c149 uint64_t t0, t1; local
152 t0 = U8TO64_LE(key + 0);
154 r0 = t0 & 0xffc0fffffff;
155 t0 >>= 44;
156 t0 |= t1 << 20;
157 r1 = t0 & 0xfffffc0ffff;
483 uint64_t t0, t1, t2, t3, t4; local
686 t0 = _mm_cvtsi128_si32(H0);
687 c = (t0 >> 26);
688 t0
773 uint64_t t0, t1; local
[all...]

Completed in 611 milliseconds

1234567891011>>