Searched refs:t0 (Results 226 - 250 of 409) sorted by relevance

1234567891011>>

/external/opencv/cxcore/src/
H A Dcxmatrix.cpp195 arrtype t0 = arr2[0]; \
198 arr3[0] = t0; \
224 arrtype t0 = arr2[0]; \
227 arr3[0] = t0; \
228 t0 = arr2[1]; \
231 arr3[1] = t0; \
232 t0 = arr2[2]; \
235 arr3[2] = t0; \
257 arrtype t0 = arr2[0]; \
260 arr3[0] = t0; \
987 double t0, t1; local
1005 double t0, t1; local
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DAdamsIntegrator.java86 final double t0, final double[] y0,
85 integrate(final FirstOrderDifferentialEquations equations, final double t0, final double[] y0, final double t, final double[] y) argument
H A DAdamsMoultonIntegrator.java206 final double t0, final double[] y0,
211 sanityChecks(equations, t0, y0, t, y);
214 final boolean forward = t > t0;
236 start(t0, y, t);
205 integrate(final FirstOrderDifferentialEquations equations, final double t0, final double[] y0, final double t, final double[] y) argument
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp52 unsigned &t0 = a->bitX; // expected-error {{non-const reference cannot bind to bit-field 'bitX'}} local
/external/clang/test/CXX/expr/expr.post/expr.const.cast/
H A Dp1-0x.cpp40 unsigned &t0 = const_cast<unsigned&>(a.ubf); // expected-error {{const_cast from bit-field lvalue to reference type}} local
/external/clang/test/Sema/
H A Dc89.c126 struct Test17 t0 = { v }; /* expected-warning {{initializer for aggregate is not a compile-time constant}} */ local
/external/clang/test/SemaTemplate/
H A Ddependent-base-member-init.cpp34 template<typename T> struct s1 : s0<typename s0_traits<T>::t0> {
/external/valgrind/none/tests/mips32/
H A DMoveIns.stdout.exp114 movf $t0, $t1, $fcc0 :: out: 0x0, RDval: 0x0, RSval: 0xffffffff, cc: 1
115 movf $t0, $t1, $fcc0 :: out: 0xffffffff, RDval: 0xffffffff, RSval: 0xffffffff, cc: 0
116 movf $t0, $t1, $fcc0 :: out: 0x22b, RDval: 0x22b, RSval: 0xffffffff, cc: 1
117 movf $t0, $t1, $fcc0 :: out: 0x5, RDval: 0x0, RSval: 0x5, cc: 0
118 movf $t0, $t1, $fcc0 :: out: 0x0, RDval: 0x0, RSval: 0xffffffff, cc: 1
119 movf $t0, $t1, $fcc0 :: out: 0x19, RDval: 0xffffffff, RSval: 0x19, cc: 0
120 movf $t0, $t1, $fcc0 :: out: 0xffffffff, RDval: 0xffffffff, RSval: 0x0, cc: 1
121 movf $t0, $t1, $fcc0 :: out: 0x42, RDval: 0xffffffff, RSval: 0x42, cc: 0
122 movf $t0, $t1, $fcc4 :: out: 0xffffffff, RDval: 0x0, RSval: 0xffffffff, cc: 1
123 movf $t0,
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha256-internal.c83 u32 S[8], W[64], t0, t1; local
104 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \
106 d += t0; \
107 h = t0 + t1;
/external/wpa_supplicant_8/src/crypto/
H A Dsha256-internal.c83 u32 S[8], W[64], t0, t1; local
104 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \
106 d += t0; \
107 h = t0 + t1;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha256-internal.c83 u32 S[8], W[64], t0, t1; local
104 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \
106 d += t0; \
107 h = t0 + t1;
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_cliptmp.h106 if (t > t0) t0 = t; \
108 if (t0 + t1 >= 1.0) \
125 GLfloat t0 = 0; local
152 INTERP_4F( t0, coord[newvert], coord[v0], coord[v1] );
153 interp( ctx, t0, newvert, v0, v1, GL_FALSE );
158 ASSERT(t0 == 0.0);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP384R1Field.java103 long t0 = (xx[12] & M) + xx20 - n;
112 cc += (xx[0] & M) + t0 + t5;
115 cc += (xx[1] & M) + xx23 - t0 + t1;
121 cc += (xx[3] & M) + t0 - t2 + t3 + t5;
124 cc += (xx[4] & M) + xx16 + xx21 + t0 + t1 - t3 + t5;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_vbtmp.h98 const GLuint t0 = GET_TEXSOURCE(0); local
99 tc0_stride = VB->AttribPtr[_TNL_ATTRIB_TEX0 + t0]->stride;
100 tc0 = (GLuint (*)[4])VB->AttribPtr[_TNL_ATTRIB_TEX0 + t0]->data;
101 if (DO_PTEX && VB->AttribPtr[_TNL_ATTRIB_TEX0 + t0]->size < 3) {
104 else if (DO_PTEX && VB->AttribPtr[_TNL_ATTRIB_TEX0 + t0]->size < 4) {
220 if (TCL_DEBUG) fprintf(stderr, "t0: %.2f %.2f ", v[0].f, v[1].f);
/external/boringssl/src/crypto/sha/asm/
H A Dsha1-x86_64.pl129 $t0="%eax";
150 mov $d,$t0
154 xor $c,$t0
156 and $b,$t0
159 xor $d,$t0
161 add $t0,$e
165 mov $d,$t0
169 xor $c,$t0
172 and $b,$t0
175 xor $d,$t0
[all...]
H A Dsha256-586.pl656 my ($t0,$t1,$t2,$t3) = map("xmm$_",(4..7));
693 &movdqa ($t0,&QWP(0,$K256));
696 &paddd ($t0,@X[0]);
701 &movdqa (&QWP(32+0,"esp"),$t0);
719 &movdqa ($t0,@X[1]);
725 &palignr ($t0,@X[0],4); # X[1..4]
733 &movdqa ($t1,$t0);
736 &movdqa ($t2,$t0);
739 &psrld ($t0,3);
756 &pxor ($t0,
[all...]
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.c144 float s0, t0, s1, t1, s2, t2, s3, t3; local
167 t0 = pt0[1] / src->height0;
173 add_vertex_1tex(r, dstX, dstY, s0, t0);
186 float s0, float t0, float s1, float t1)
196 vertex[5] = t0; /*t*/
291 float s0, t0, s1, t1; local
300 t0 = spt0[1] / tex[0]->height0;
305 add_vertex_1tex(r, dstX, dstY, s0, t0);
308 s1, t0);
184 add_vertex_2tex(struct xorg_renderer *r, float x, float y, float s0, float t0, float s1, float t1) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DTwofishEngine.java457 int t0, t1;
460 t0 = Fe32_0(x0);
462 x2 ^= t0 + t1 + gSubKeys[k++];
464 x3 = (x3 << 1 | x3 >>> 31) ^ (t0 + 2*t1 + gSubKeys[k++]);
466 t0 = Fe32_0(x2);
468 x0 ^= t0 + t1 + gSubKeys[k++];
470 x1 = (x1 << 1 | x1 >>> 31) ^ (t0 + 2*t1 + gSubKeys[k++]);
496 int t0, t1;
499 t0 = Fe32_0(x2);
501 x1 ^= t0
[all...]
/external/opencv/cv/src/
H A Dcvcolor.cpp128 arrtype t0=src[blue_idx], t1=src[1], t2=src[blue_idx^2]; \
129 dst[i] = t0; \
156 arrtype t0=src[blue_idx], t1=src[1], t2=src[blue_idx^2]; \
157 dst[i] = t0; \
183 arrtype t0 = src[2], t1 = src[1], t2 = src[0], t3 = src[3]; \
184 dst[i] = t0; \
606 int t0 = tab[src[0]] + tab[src[1] + 256] + tab[src[2] + 512]; local
607 dst[i] = (uchar)(t0 >> csc_shift);
617 int t0 = src[blue_idx]*cscGb + src[1]*cscGg + src[blue_idx^2]*cscGr; local
618 dst[i] = (uchar)CV_DESCALE(t0, csc_shif
1204 uchar t0 = icvHue255To180[dst[i]], t1 = icvHue255To180[dst[i+3]]; local
1438 float t0 = dst[i]*360.f, t1 = dst[i+3]*360.f; local
[all...]
/external/eigen/Eigen/src/Core/products/
H A DSelfadjointMatrixVector.h85 Scalar t0 = cjAlpha * rhs[j]; local
86 Packet ptmp0 = pset1<Packet>(t0);
101 res[j] += cjd.pmul(numext::real(A0[j]), t0);
110 res[j+1] += cj0.pmul(A0[j+1],t0);
116 res[i] += t0 * A0[i] + t1 * A1[i];
140 res[i] += cj0.pmul(A0[i], t0) + cj0.pmul(A1[i],t1);
/external/jpeg/
H A Djidctintelsse.c116 __m128i t0, t1, t2, t3, t4, t5, t6, t7; local
223 t0 = _mm_adds_epi16(tp03, tm03);\
224 t0 = _mm_adds_epi16(t0, *( __m128i*)M128_round_inv_col);\
232 temp = _mm_adds_epi16(t0, t7); /*y0*/ \
263 temp2 = _mm_subs_epi16(t0, t7);\
/external/opencv/ml/src/
H A Dmlknearest.cpp174 double t0 = u[t] - v[t], t1 = u[t+1] - v[t+1]; local
176 sum += t0*t0 + t1*t1 + t2*t2 + t3*t3;
181 double t0 = u[t] - v[t]; local
182 sum += t0*t0;
/external/boringssl/src/crypto/aes/asm/
H A Daes-x86_64.pl58 $t0="%r10d";
99 mov 0($sbox,$acc0,8),$t0
106 xor 3($sbox,$acc0,8),$t0
124 xor 2($sbox,$acc0,8),$t0
131 xor 1($sbox,$acc0,8),$t0
144 xor $t0,$s0
158 movzb 2($sbox,$acc0,8),$t0
166 mov 0($sbox,$acc1,8),$acc1 #$t0
172 xor $acc1,$t0
192 mov 0($sbox,$acc0,8),$acc0 #$t0
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.c330 float s0, float t0, float s1, float t1,
339 ctx->vertices[0][1][1] = t0; /*t*/
345 ctx->vertices[1][1][1] = t0; /*t*/
448 float s0, t0, s1, t1; local
594 t0 = 0.0f;
600 t0 = 0;
634 t0 = srcY0;
641 t0 /= (float)(u_minify(sampler_view->texture->height0, src_level));
774 s0, t0,
825 float s0, t0, s local
328 setup_vertex_data_tex(struct blit_state *ctx, float x0, float y0, float x1, float y1, float s0, float t0, float s1, float t1, float z) argument
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
H A DMultistepIntegrator.java204 * @param t0 initial time
205 * @param y0 initial value of the state vector at t0
207 * (can be set to a value smaller than <code>t0</code> for backward integration)
212 protected void start(final double t0, final double[] y0, final double t) argument
227 t0, y0, t, new double[y0.length]);

Completed in 1014 milliseconds

1234567891011>>