HomeSort by relevance Sort by last modified time
    Searched refs:t1 (Results 551 - 575 of 1329) sorted by null

<<21222324252627282930>>

  /external/opencv/cxcore/src/
cxlogic.cpp 75 int t1 = __op__(((const int*)(src1+i))[1], ((const int*)(src2+i))[1]);\
78 ((int*)(dst+i))[1] = t1; \
81 t1 = __op__(((const int*)(src1+i))[3], ((const int*)(src2+i))[3]); \
84 ((int*)(dst+i))[3] = t1; \
130 int t1 = __op__(((const int*)(src+i))[1], ((const int*)(scalar+i))[1]); \
132 ((int*)(dst+i))[1] = t1; \
148 int t1 = __op__(src[i+1], scalar[i+1]); \
150 dst[i+1] = (uchar)t1; \
153 t1 = __op__(src[i+3], scalar[i+3]); \
155 dst[i+3] = (uchar)t1; \
586 int t1 = ~((const int*)(src1+i))[1]; local
    [all...]
cxmatmul.cpp 66 int t1 = ((const int*)src)[j+1]; local
68 ((int*)dst)[j+1] = t1;
70 t1 = ((const int*)src)[j+3];
72 ((int*)dst)[j+3] = t1;
100 int t1 = ((int*)_src)[1]; local
102 ((int*)dst)[j+1] = t1;
109 int t1 = ((int*)_src)[1]; local
111 ((int*)dst)[j+1] = t1;
113 t1 = ((int*)_src)[3];
115 ((int*)dst)[j+3] = t1;
761 double t1 = a[0]*b[1] + a[1]*b[b_step+1]; local
778 double t1 = a[a_step]*b[0] + a[a_step+1]*b[b_step]; local
792 double t1 = a[0]*b[1] + a[1]*b[b_step+1] + a[2]*b[b_step*2+1]; local
811 double t1 = a[a_step]*b[0] + a[a_step+1]*b[b_step] + a[a_step+2]*b[b_step*2]; local
828 double t1 = a[0]*b[1] + a[1]*b[b_step+1] + a[2]*b[b_step*2+1] + a[3]*b[b_step*3+1]; local
849 double t1 = a[a_step]*b[0] + a[a_step+1]*b[b_step] + local
887 float t1 = a[0]*b[1] + a[1]*b[b_step+1]; local
904 float t1 = a[a_step]*b[0] + a[a_step+1]*b[b_step]; local
918 float t1 = a[0]*b[1] + a[1]*b[b_step+1] + a[2]*b[b_step*2+1]; local
937 float t1 = a[a_step]*b[0] + a[a_step+1]*b[b_step] + a[a_step+2]*b[b_step*2]; local
954 float t1 = a[0]*b[1] + a[1]*b[b_step+1] + a[2]*b[b_step*2+1] + a[3]*b[b_step*3+1]; local
975 float t1 = a[a_step]*b[0] + a[a_step+1]*b[b_step] + local
    [all...]
  /external/v8/src/mips/
codegen-mips.cc 120 __ lw(t1, FieldMemOperand(t0, FixedArray::kLengthOffset));
122 // t1: number of elements (smi-tagged)
125 __ sll(scratch, t1, 2);
131 __ sw(t1, MemOperand(t2, FixedDoubleArray::kLengthOffset));
160 __ sll(t2, t1, 2);
163 __ li(t1, Operand(kHoleNanUpper32));
165 // t1: kHoleNanUpper32
229 __ sw(t1, MemOperand(t3, kIntSize)); // exponent
261 __ lw(t1, FieldMemOperand(t0, FixedArray::kLengthOffset));
263 // t1: number of elements (smi-tagged
    [all...]
  /external/aac/libSBRdec/src/
psdec_hybrid.cpp 176 FIXP_DBL t1, t3, t5, t6; local
181 t1 = fMultDiv2(p2_13_20[1] , ( (pQmfReal[1] >> 1) + (pQmfReal[11] >> 1)));
186 mHybridReal[0] = (t1 + t3 + t5 + t6) << 2;
187 mHybridReal[1] = (- t1 - t3 - t5 + t6) << 2;
189 t1 = fMultDiv2(p2_13_20[1] , ( (pQmfImag[1] >> 1) + (pQmfImag[11] >> 1)));
194 mHybridImag[0] = (t1 + t3 + t5 + t6) << 2;
195 mHybridImag[1] = (- t1 - t3 - t5 + t6) << 2;
  /external/chromium_org/third_party/opus/src/celt/
mdct.c 265 kiss_twiddle_scalar t0, t1; local
269 t1 = t[(N4-i)<<shift];
271 yr = S_MUL(re,t0) - S_MUL(im,t1);
272 yi = S_MUL(im,t0) + S_MUL(re,t1);
280 t1 = t[(i+1)<<shift];
282 yr = S_MUL(re,t0) - S_MUL(im,t1);
283 yi = S_MUL(im,t0) + S_MUL(re,t1);
  /external/pixman/pixman/
pixman-radial-gradient.c 122 double sqrtdiscr, t0, t1; local
126 t1 = (b - sqrtdiscr) * inva;
143 else if (0 <= t1 && t1 <= pixman_fixed_1)
144 return _pixman_gradient_walker_pixel (walker, t1);
150 else if (t1 * dr >= mindr)
151 return _pixman_gradient_walker_pixel (walker, t1);
  /external/opencv/cv/src/
cvaccum.cpp 59 dsttype t1 = dst[x + 1] + cvtmacro(src[x + 1]); \
60 dst[x] = t0; dst[x + 1] = t1; \
63 t1 = dst[x + 3] + cvtmacro(src[x + 3]); \
64 dst[x + 2] = t0; dst[x + 3] = t1; \
97 dsttype t1 = dst[x+1] + cvtmacro(src1[x+1])*cvtmacro(src2[x+1]);\
98 dst[x] = t0; dst[x + 1] = t1; \
101 t1 = dst[x + 3] + cvtmacro(src1[x + 3])*cvtmacro(src2[x + 3]); \
102 dst[x + 2] = t0; dst[x + 3] = t1; \
132 dsttype t1 = dst[x+1]*beta + cvtmacro(src[x+1])*alpha; \
133 dst[x] = t0; dst[x + 1] = t1; \
    [all...]
  /external/pixman/test/
lowlevel-blt-bench.c 64 double t1, t2; local
67 t1 = gettime ();
74 if (t2 - t1 > 0.5)
78 t1 = gettime ();
88 return (double)total / (t2 - t1);
385 double t1, t2, t3, pix_cnt; local
477 t1 = gettime ();
485 ((t3 - t2) - (t2 - t1)) / 1000000.);
496 t1 = gettime ();
504 ((t3 - t2) - (t2 - t1)) / 1000000.)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_renderer.c 163 float x, float y, float s0, float t0, float s1, float t1)
178 vertex[9] = t1; /*t */
191 float s0, t0, s1, t1, s2, t2, s3, t3; local
215 t1 = pt1[1] / src->height0;
222 add_vertex_1tex(r, dstX + width, dstY, s1, t1);
296 float s0, t0, s1, t1; local
309 t1 = spt1[1] / tex->height0;
316 add_vertex_1tex(r, dstX + dstW, dstY + dstH, s1, t1);
318 add_vertex_1tex(r, dstX, dstY + dstH, s0, t1);
477 float s0, t0, s1, t1; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_renderer.c 163 float x, float y, float s0, float t0, float s1, float t1)
178 vertex[9] = t1; /*t */
191 float s0, t0, s1, t1, s2, t2, s3, t3; local
215 t1 = pt1[1] / src->height0;
222 add_vertex_1tex(r, dstX + width, dstY, s1, t1);
296 float s0, t0, s1, t1; local
309 t1 = spt1[1] / tex->height0;
316 add_vertex_1tex(r, dstX + dstW, dstY + dstH, s1, t1);
318 add_vertex_1tex(r, dstX, dstY + dstH, s0, t1);
477 float s0, t0, s1, t1; local
    [all...]
  /external/chromium_org/sync/sessions/
nudge_tracker_unittest.cc 329 const base::TimeTicks t1 = t0 + throttle_length; local
354 nudge_tracker_.UpdateTypeThrottlingState(t1);
363 const base::TimeTicks t1 = t0 + throttle_length; local
388 nudge_tracker_.UpdateTypeThrottlingState(t1);
404 const base::TimeTicks t1 = t0 + throttle_length; local
416 nudge_tracker_.UpdateTypeThrottlingState(t1);
427 const base::TimeTicks t1 = t0 + throttle1_length; local
451 nudge_tracker_.UpdateTypeThrottlingState(t1);
454 // the longer of the two, so it's still throttled at time t1.
459 nudge_tracker_.GetTimeUntilNextUnthrottle(t1));
    [all...]
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h 79 Scalar t1 = cjAlpha * rhs[j+1]; local
80 Packet ptmp1 = pset1<Packet>(t1);
94 res[j+1] += cjd.pmul(internal::real(A1[j+1]), t1);
97 res[j] += cj0.pmul(A1[j], t1);
108 res[i] += t0 * A0[i] + t1 * A1[i];
132 res[i] += cj0.pmul(A0[i], t0) + cj0.pmul(A1[i],t1);
144 Scalar t1 = cjAlpha * rhs[j]; local
147 res[j] += cjd.pmul(internal::real(A0[j]), t1);
150 res[i] += cj0.pmul(A0[i], t1);
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/
SweepSphere.java 216 float t0, t1; local
228 t1 = 1;
235 t1 = ( 1f - signedDistanceToPlane) / normalDotVelocity;
237 if (t0 > t1){
238 float tf = t1;
239 t1 = t0;
243 if (t0 > 1.0f || t1 < 0.0f){
250 t1 = Math.min(t1, 1.0f);
  /external/skia/tests/
PathOpsQuadIntersectionTest.cpp 44 SkDebugf("%s [%d,%d] x!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
274 SkDebugf("%s [%d,%d] x!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
280 SkDebugf("%s [%d][%d] t1=%1.9g (%1.9g, %1.9g) t2=%1.9g\n", __FUNCTION__,
412 SkDPoint t1[3], t2[3]; local
415 t1[0] = quad1.ptAtT(t1Seed - t1Step);
416 t1[1] = quad1.ptAtT(t1Seed);
417 t1[2] = quad1.ptAtT(t1Seed + t1Step);
422 dist[1][1] = t1[1].distance(t2[1]);
429 dist[i][j] = t1[i].distance(t2[j]);
453 } while (!t1[1].approximatelyEqual(t2[1]))
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
trnserr.cpp 136 Transliterator* t1= Transliterator::createInstance(bogusID, UTRANS_FORWARD, parseError, status); local
137 if(t1!=0 || U_SUCCESS(status)){
138 delete t1;
233 Transliterator* t1= Transliterator::createInstance(id, UTRANS_REVERSE, parseErr, status); local
235 delete t1;
  /external/chromium_org/third_party/smhasher/src/
SpeedTest.cpp 174 uint64_t t1 = reinterpret_cast<uint64_t>(buf); local
176 t1 = (t1 + 255) & BIG_CONSTANT(0xFFFFFFFFFFFFFF00);
177 t1 += align;
179 uint8_t * block = reinterpret_cast<uint8_t*>(t1);
  /external/eigen/test/
geo_homogeneous.cpp 50 T1MatrixType t1 = T1MatrixType::Random(); local
51 VERIFY_IS_APPROX(t1 * (v0.homogeneous().eval()), t1 * v0.homogeneous());
52 VERIFY_IS_APPROX(t1 * (m0.colwise().homogeneous().eval()), t1 * m0.colwise().homogeneous());
  /external/icu4c/test/intltest/
trnserr.cpp 136 Transliterator* t1= Transliterator::createInstance(bogusID, UTRANS_FORWARD, parseError, status); local
137 if(t1!=0 || U_SUCCESS(status)){
138 delete t1;
233 Transliterator* t1= Transliterator::createInstance(id, UTRANS_REVERSE, parseErr, status); local
235 delete t1;
  /external/wpa_supplicant_8/src/crypto/
aes-internal-dec.c 78 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/chromium_org/v8/test/cctest/
test-assembler-mips.cc 134 __ addiu(t1, t0, 1);
135 __ addiu(t2, t1, -0x10);
139 __ li(t1, 0x00001234);
157 __ addu(v0, t0, t1); // 0x00001238
168 __ and_(v0, t1, t2); // 0x00001230
169 __ or_(v0, v0, t1); // 0x00001234
192 __ slti(v0, t1, 0x00002000); // 0x1
196 __ sltiu(v0, t1, 0x00002000); // 0x1
201 __ andi(v0, t1, 0xf0f0); // 0x00001030
213 __ Clz(v1, t1); // 1
    [all...]
  /external/v8/test/cctest/
test-assembler-mips.cc 144 __ addiu(t1, t0, 1);
145 __ addiu(t2, t1, -0x10);
149 __ li(t1, 0x00001234);
167 __ addu(v0, t0, t1); // 0x00001238
178 __ and_(v0, t1, t2); // 0x00001230
179 __ or_(v0, v0, t1); // 0x00001234
202 __ slti(v0, t1, 0x00002000); // 0x1
206 __ sltiu(v0, t1, 0x00002000); // 0x1
211 __ andi(v0, t1, 0xf0f0); // 0x00001030
223 __ Clz(v1, t1); // 1
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 249 #define DELEGATE_TO_GL_1(name, glname, t1) \
250 void WebGraphicsContext3DInProcessCommandBufferImpl::name(t1 a1) { \
255 #define DELEGATE_TO_GL_1R(name, glname, t1, rt) \
256 rt WebGraphicsContext3DInProcessCommandBufferImpl::name(t1 a1) { \
261 #define DELEGATE_TO_GL_1RB(name, glname, t1, rt) \
262 rt WebGraphicsContext3DInProcessCommandBufferImpl::name(t1 a1) { \
267 #define DELEGATE_TO_GL_2(name, glname, t1, t2) \
269 t1 a1, t2 a2) { \
274 #define DELEGATE_TO_GL_2R(name, glname, t1, t2, rt) \
275 rt WebGraphicsContext3DInProcessCommandBufferImpl::name(t1 a1, t2 a2) {
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
mips3.s 83 ld t1,0(a0)
88 daddu t1,v0
89 sltu v0,t1,v0 /* All manuals say it "compares 32-bit
94 daddu t1,AT
96 sltu AT,t1,AT
97 sd t1,0(a0)
152 ld t1,0(a0)
154 daddu t1,v0
155 sltu v0,t1,v0
158 daddu t1,A
    [all...]
  /external/openssl/crypto/bn/asm/
mips3.s 83 ld t1,0(a0)
88 daddu t1,v0
89 sltu v0,t1,v0 /* All manuals say it "compares 32-bit
94 daddu t1,AT
96 sltu AT,t1,AT
97 sd t1,0(a0)
152 ld t1,0(a0)
154 daddu t1,v0
155 sltu v0,t1,v0
158 daddu t1,A
    [all...]
  /external/pixman/demos/
quad2quad.c 23 t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, local
113 t1 = y1 * y1;
349 + t175 + t170 + t159 + t1 * (t163 + t162 + t35 + t34 + t33) + t155;
644 t407 = t1 * (t406 + t398 + t392 + t391);
955 + t29 * t515 + x1 * t638 + t1 * (t615 + t444 + t443 + t442))
958 + x1 * t234 + t29 * t379 + t1 * (t625 + t439 + t438 + t437))
964 + t1 * (px1 * (t482 + t480 + t479) + py1 * (t459 + t79 + t458) + t434
969 + t624 * t1)
973 + t614 * t1)
979 + t553 + t552) + t486 + (t593 + t302) * t1)
    [all...]

Completed in 2123 milliseconds

<<21222324252627282930>>