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

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_time.py 229 t1 = time.mktime(gt1)
230 self.assertTrue(0 <= (t1-t0) < 0.2)
236 t1 = time.mktime(lt1)
237 self.assertTrue(0 <= (t1-t0) < 0.2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 185 def t1(): "()" function
196 def t1(self): "()" member in class:.TC
223 tests = (t1, t2, t3, t4, t5, t6, t7,
224 TC, tc.t1, tc.t2, tc.t3, tc.t4, tc.t5, tc.t6, tc.t7)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_time.py 229 t1 = time.mktime(gt1)
230 self.assertTrue(0 <= (t1-t0) < 0.2)
236 t1 = time.mktime(lt1)
237 self.assertTrue(0 <= (t1-t0) < 0.2)
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 97 #define DELEGATE_TO_GL_1(name, glname, t1) \
98 void WebGraphicsContext3DCommandBufferImpl::name(t1 a1) { \
102 #define DELEGATE_TO_GL_1R(name, glname, t1, rt) \
103 rt WebGraphicsContext3DCommandBufferImpl::name(t1 a1) { \
107 #define DELEGATE_TO_GL_1RB(name, glname, t1, rt) \
108 rt WebGraphicsContext3DCommandBufferImpl::name(t1 a1) { \
112 #define DELEGATE_TO_GL_2(name, glname, t1, t2) \
113 void WebGraphicsContext3DCommandBufferImpl::name(t1 a1, t2 a2) { \
117 #define DELEGATE_TO_GL_2R(name, glname, t1, t2, rt) \
118 rt WebGraphicsContext3DCommandBufferImpl::name(t1 a1, t2 a2) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_cliptmp.h 103 if (t > t1) t1 = t; \
108 if (t0 + t1 >= 1.0) \
126 GLfloat t1 = 0; local
166 INTERP_4F( t1, coord[newvert], coord[v1], coord[v0_orig] );
167 interp( ctx, t1, newvert, v1, v0_orig, GL_FALSE );
177 ASSERT(t1 == 0.0);
  /external/libsepol/src/
hierarchy.c 162 type_datum_t *s, *t1 = NULL, *t2 = NULL; local
172 if (find_parent_type(a, s, &t1) < 0)
174 if (t1) {
179 key.source_type = t1->s.value;
208 if (t1 && t2) {
213 key.source_type = t1->s.value;
227 if (!t1 && !t2)
  /external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h 103 if (t > t1) t1 = t; \
108 if (t0 + t1 >= 1.0) \
126 GLfloat t1 = 0; local
166 INTERP_4F( t1, coord[newvert], coord[v1], coord[v0_orig] );
167 interp( ctx, t1, newvert, v1, v0_orig, GL_FALSE );
177 ASSERT(t1 == 0.0);
  /external/opencv/cv/src/
cvsumpixels.cpp 167 sumtype t1 = buf[x]; \
168 buf[x-1] = t1 + t0; \
176 t1 += buf[x+1] + t0 + tilted[x - tiltedstep - 1];\
177 tilted[x] = t1; \
182 sumtype t1 = buf[x]; \
183 buf[x-1] = t1 + t0; \
191 tilted[x] = t0 + t1 + tilted[x - tiltedstep - 1];\
cvcamshift.cpp 259 int t0, t1; local
264 t1 = cvRound( fabs( width * sn ));
266 t0 = MAX( t0, t1 ) + 2;
270 t1 = cvRound( fabs( width * cs ));
272 t0 = MAX( t0, t1 ) + 2;
  /external/opencv/cxcore/src/
cxmatrix.cpp 196 arrtype t1 = arr3[0]; \
197 arr2[0] = t1; \
225 arrtype t1 = arr3[0]; \
226 arr2[0] = t1; \
229 t1 = arr3[1]; \
230 arr2[1] = t1; \
233 t1 = arr3[2]; \
234 arr2[2] = t1; \
258 arrtype t1 = arr3[0]; \
259 arr2[0] = t1; \
987 double t0, t1; local
1005 double t0, t1; local
    [all...]
cxarithm.cpp 61 worktype t1 = __op__((src1)[i+1], (src2)[i+1]); \
64 (dst)[i+1] = cast_macro( t1 ); \
67 t1 = __op__((src1)[i+3],(src2)[i+3]); \
70 (dst)[i+3] = cast_macro( t1 ); \
146 worktype t1 = __op__((scalar)[1], (src)[1]); \
149 (dst)[1] = cast_macro( t1 ); \
152 t1 = __op__((scalar)[3], (src)[3]); \
155 (dst)[3] = cast_macro( t1 ); \
158 t1 = __op__((scalar)[5], (src)[5]); \
161 (dst)[5] = cast_macro( t1 ); \
1875 int j, t0, t1, t2, t3; local
    [all...]
  /external/chromium_org/third_party/libwebp/utils/
huffman_encode.c 136 const HuffmanTree* const t1 = (const HuffmanTree*)ptr1; local
138 if (t1->total_count_ > t2->total_count_) {
140 } else if (t1->total_count_ < t2->total_count_) {
143 assert(t1->value_ != t2->value_);
144 return (t1->value_ < t2->value_) ? -1 : 1;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clip_line.c 74 c->reg.t1 = brw_vec1_grf(i, 2);
111 * if (t > t1) t1 = t;
117 * if (t0 + t1 >= 1.0)
123 * interp( ctx, newvtx1, vtx1, vtx0, t1 );
145 /* Note: init t0, t1 together:
203 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_G, c->reg.t, c->reg.t1 );
204 brw_MOV(p, c->reg.t1, c->reg.t);
249 brw_ADD(p, c->reg.t, c->reg.t0, c->reg.t1);
254 brw_clip_interp_vertex(c, newvtx1, vtx1, vtx0, c->reg.t1, false)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_maos_vbtmp.h 81 const GLuint t1 = GET_TEXSOURCE(1); local
82 tc1 = (GLuint (*)[4])VB->AttribPtr[_TNL_ATTRIB_TEX0 + t1]->data;
83 tc1_stride = VB->AttribPtr[_TNL_ATTRIB_TEX0 + t1]->stride;
84 if (DO_PTEX && VB->AttribPtr[_TNL_ATTRIB_TEX0 + t1]->size < 3) {
87 else if (DO_PTEX && VB->AttribPtr[_TNL_ATTRIB_TEX0 + t1]->size < 4) {
238 if (TCL_DEBUG) fprintf(stderr, "t1: %.2f %.2f ", v[0].f, v[1].f);
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des_enc.c 346 register DES_LONG t0,t1; local
356 t1=tin1;
369 xor1=t1;
377 t1=tin1;
389 xor1=t1;
  /external/chromium_org/third_party/openssl/openssl/crypto/dsa/
dsa_ossl.c 311 BIGNUM u1,u2,t1; local
335 BN_init(&t1);
380 DSA_MOD_EXP(goto err, dsa, &t1, dsa->g, &u1, dsa->pub_key, &u2, dsa->p, ctx, mont);
381 /* BN_copy(&u1,&t1); */
383 if (!BN_mod(&u1,&t1,dsa->q,ctx)) goto err;
396 BN_free(&t1);
  /external/chromium_org/v8/test/cctest/
test-hashing.cc 104 __ li(t1, Operand(string.at(0)));
105 StringHelper::GenerateHashInit(masm, v0, t1);
107 __ li(t1, Operand(string.at(i)));
108 StringHelper::GenerateHashAddCharacter(masm, v0, t1);
145 __ GetNumberHash(v0, t1);
  /external/dropbear/libtommath/etc/
pprime.c 367 clock_t t1; local
384 t1 = clock ();
386 t1 = clock () - t1;
388 printf ("\n\nTook %ld ticks, %d bits\n", t1, mp_count_bits (&p));
  /external/dropbear/libtommath/pre_gen/
mpi.c 1660 mp_int q, x, y, t1, t2; local
2965 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; local
4143 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
4292 mp_int x0, x1, t1, t2, x0x0, x1x1; local
4412 mp_int t1, t2; local
5317 mp_int t1, t2, t3; local
7392 mp_int t1,t2; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_line.c 74 c->reg.t1 = brw_vec1_grf(i, 2);
111 * if (t > t1) t1 = t;
117 * if (t0 + t1 >= 1.0)
123 * interp( ctx, newvtx1, vtx1, vtx0, t1 );
145 /* Note: init t0, t1 together:
203 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_G, c->reg.t, c->reg.t1 );
204 brw_MOV(p, c->reg.t1, c->reg.t);
249 brw_ADD(p, c->reg.t, c->reg.t0, c->reg.t1);
254 brw_clip_interp_vertex(c, newvtx1, vtx1, vtx0, c->reg.t1, false)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_vbtmp.h 81 const GLuint t1 = GET_TEXSOURCE(1); local
82 tc1 = (GLuint (*)[4])VB->AttribPtr[_TNL_ATTRIB_TEX0 + t1]->data;
83 tc1_stride = VB->AttribPtr[_TNL_ATTRIB_TEX0 + t1]->stride;
84 if (DO_PTEX && VB->AttribPtr[_TNL_ATTRIB_TEX0 + t1]->size < 3) {
87 else if (DO_PTEX && VB->AttribPtr[_TNL_ATTRIB_TEX0 + t1]->size < 4) {
238 if (TCL_DEBUG) fprintf(stderr, "t1: %.2f %.2f ", v[0].f, v[1].f);
  /external/openssl/crypto/des/
des_enc.c 346 register DES_LONG t0,t1; local
356 t1=tin1;
369 xor1=t1;
377 t1=tin1;
389 xor1=t1;
  /external/openssl/crypto/dsa/
dsa_ossl.c 311 BIGNUM u1,u2,t1; local
335 BN_init(&t1);
380 DSA_MOD_EXP(goto err, dsa, &t1, dsa->g, &u1, dsa->pub_key, &u2, dsa->p, ctx, mont);
381 /* BN_copy(&u1,&t1); */
383 if (!BN_mod(&u1,&t1,dsa->q,ctx)) goto err;
396 BN_free(&t1);
  /external/v8/test/cctest/
test-hashing.cc 106 __ li(t1, Operand(string.at(0)));
107 StringHelper::GenerateHashInit(masm, v0, t1);
109 __ li(t1, Operand(string.at(i)));
110 StringHelper::GenerateHashAddCharacter(masm, v0, t1);
147 __ GetNumberHash(v0, t1);
  /external/webp/src/utils/
huffman_encode.c 136 const HuffmanTree* const t1 = (const HuffmanTree*)ptr1; local
138 if (t1->total_count_ > t2->total_count_) {
140 } else if (t1->total_count_ < t2->total_count_) {
143 assert(t1->value_ != t2->value_);
144 return (t1->value_ < t2->value_) ? -1 : 1;

Completed in 1068 milliseconds

<<21222324252627282930>>