Searched defs:tr2 (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dreptest.cpp292 TestReplaceable *tr2 = (TestReplaceable *)tr->clone(); local
293 if(tr2 != NULL) {
295 tr = tr2;
H A Dtzrulets.cpp2559 TimeZoneTransition tr1, tr2; local
2562 UBool avail2 = tz2.getNextTransition(time, FALSE, tr2);
2579 && tr2.getTime() <= end
2580 && (tr2.getFrom()->getRawOffset() + tr2.getFrom()->getDSTSavings()
2581 == tr2.getTo()->getRawOffset() + tr2.getTo()->getDSTSavings())
2582 && (tr2.getFrom()->getDSTSavings() != 0 && tr2.getTo()->getDSTSavings() != 0)) {
2583 tz2.getNextTransition(tr2
[all...]
/external/ipsec-tools/src/racoon/
H A Dproposal.c201 struct satrns *tr1, *tr2, *newtr; local
476 for (tr2 = pr2->head; tr2; tr2 = tr2->next) {
477 if (cmpsatrns(pr1->proto_id, tr1, tr2, ph1->rmconf->pcheck_level) == 0)
575 * take a single match between satrns. returns 0 if tr1 equals to tr2.
577 * tr2: my satrns
580 cmpsatrns(proto_id, tr1, tr2, check_level)
582 const struct satrns *tr1, *tr2;
[all...]
/external/icu/icu4c/source/i18n/
H A Dbasictz.cpp70 TimeZoneTransition tr1, tr2; local
73 UBool avail2 = tz.getNextTransition(time, FALSE, tr2);
90 && tr2.getTime() <= end
91 && (tr2.getFrom()->getRawOffset() + tr2.getFrom()->getDSTSavings()
92 == tr2.getTo()->getRawOffset() + tr2.getTo()->getDSTSavings())
93 && (tr2.getFrom()->getDSTSavings() != 0 && tr2.getTo()->getDSTSavings() != 0)) {
94 tz.getNextTransition(tr2
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_asyncore.py103 tr2 = crashingdummy()
104 asyncore.read(tr2)
105 self.assertEqual(tr2.error_handled, True)
107 tr2 = crashingdummy()
108 asyncore.write(tr2)
109 self.assertEqual(tr2.error_handled, True)
111 tr2 = crashingdummy()
112 asyncore._exception(tr2)
113 self.assertEqual(tr2.error_handled, True)
175 tr2 variable in class:HelperFunctionTests.test_readwrite.testobj
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_asyncore.py116 tr2 = crashingdummy()
117 asyncore.read(tr2)
118 self.assertEqual(tr2.error_handled, True)
120 tr2 = crashingdummy()
121 asyncore.write(tr2)
122 self.assertEqual(tr2.error_handled, True)
124 tr2 = crashingdummy()
125 asyncore._exception(tr2)
126 self.assertEqual(tr2.error_handled, True)
188 tr2 variable in class:HelperFunctionTests.test_readwrite.testobj
[all...]
/external/speex/libspeex/
H A Dsmallft.c118 float ti2,tr2; local
146 tr2=wa1[i-2]*cc[t3-1]+wa1[i-1]*cc[t3];
150 ch[t6-1]=cc[t5-1]+tr2;
151 ch[t4-1]=cc[t5-1]-tr2;
175 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
185 tr2=cc[t3]+cc[t4];
187 ch[t5=t3<<2]=tr1+tr2;
188 ch[(ido<<2)+t5-1]=tr2-tr1;
229 tr2=cc[t2-1]+cr3;
232 ch[t4-1]=tr1+tr2;
638 float ti2,tr2; local
693 float ci2,ci3,di2,di3,cr2,cr3,dr2,dr3,ti2,tr2; local
755 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
[all...]
/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_resize_bilinear_op.cc196 const quint8* br1, const int16* xlp1, const quint8* tl2, const quint8* tr2,
206 const uint8x8_t tr8x8 = ToUint8x8(tr0, tr1, tr2, tr3, tr4, tr5, tr6, tr7);
193 ComputeLerpx8( const quint8* tl0, const quint8* tr0, const quint8* bl0, const quint8* br0, const int16* xlp0, const quint8* tl1, const quint8* tr1, const quint8* bl1, const quint8* br1, const int16* xlp1, const quint8* tl2, const quint8* tr2, const quint8* bl2, const quint8* br2, const int16* xlp2, const quint8* tl3, const quint8* tr3, const quint8* bl3, const quint8* br3, const int16* xlp3, const quint8* tl4, const quint8* tr4, const quint8* bl4, const quint8* br4, const int16* xlp4, const quint8* tl5, const quint8* tr5, const quint8* bl5, const quint8* br5, const int16* xlp5, const quint8* tl6, const quint8* tr6, const quint8* bl6, const quint8* br6, const int16* xlp6, const quint8* tl7, const quint8* tr7, const quint8* bl7, const quint8* br7, const int16* xlp7, const int16x8_t ys_lerpsx) argument

Completed in 481 milliseconds