Home
last modified time | relevance | path

Searched defs:tr2 (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_colorsys.py11 def assertTripleEqual(self, tr1, tr2): argument
/external/python/cpython3/Lib/test/
Dtest_colorsys.py11 def assertTripleEqual(self, tr1, tr2): argument
/external/speex/libspeexdsp/
Dsmallft.c118 float ti2,tr2; in dradf2() local
175 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; in dradf4() local
638 float ti2,tr2; in dradb2() local
693 float ci2,ci3,di2,di3,cr2,cr3,dr2,dr3,ti2,tr2; in dradb3() local
755 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; in dradb4() local
/external/pffft/
Dfftpack.c245 real ti2, tr2; in passb2() local
294 real ci2, ci3, di2, di3, cr2, cr3, dr2, dr3, ti2, tr2; in passb3() local
360 real ci2, ci3, ci4, cr2, cr3, cr4, ti1, ti2, ti3, ti4, tr1, tr2, tr3, tr4; in passb4() local
443 ti4, ti5, dr3, dr4, dr5, dr2, tr2, tr3, tr4, tr5; in passfb5() local
541 real ti2, tr2; in passf2() local
592 real ci2, ci3, di2, di3, cr2, cr3, dr2, dr3, ti2, tr2; in passf3() local
658 real ci2, ci3, ci4, cr2, cr3, cr4, ti1, ti2, ti3, ti4, tr1, tr2, tr3, tr4; in passf4() local
733 real ti2, tr2; in radb2() local
792 real ci2, ci3, di2, di3, cr2, cr3, dr2, dr3, ti2, tr2; in radb3() local
859 real ci2, ci3, ci4, cr2, cr3, cr4, ti1, ti2, ti3, ti4, tr1, tr2, tr3, tr4; in radb4() local
[all …]
Dpffft_priv_impl.h93 v4sf tr2 = VSUB(cc[i+0], cc[i+ido+0]); in passf2_ps() local
114 v4sf tr2, ti2, cr2, ci2, cr3, ci3, dr2, di2, dr3, di3; in passf3_ps() local
148 v4sf ci2, ci3, ci4, cr2, cr3, cr4, ti1, ti2, ti3, ti4, tr1, tr2, tr3, tr4; in passf4_ps() local
225 ti4, ti5, dr3, dr4, dr5, dr2, tr2, tr3, tr4, tr5; in passf5_ps() local
293 v4sf tr2 = cc[i - 1 + k + l1ido], ti2 = cc[i + k + l1ido]; in radf2_ps() local
314 v4sf a,b,c,d, tr2, ti2; in radb2_ps() local
349 v4sf ci2, di2, di3, cr2, dr2, dr3, ti2, ti3, tr2, tr3, wr1, wi1, wr2, wi2; in radf3_ps() local
392 v4sf ci2, ci3, di2, di3, cr2, cr3, dr2, dr3, ti2, tr2; in radb3_ps() local
440 v4sf tr2 = VADD(a0, a2); in radf4_ps() local
456 v4sf tr1, ti1, tr2, ti2, tr3, ti3, tr4, ti4; in radf4_ps() local
[all …]
/external/ipsec-tools/src/racoon/
Dproposal.c201 struct satrns *tr1, *tr2, *newtr; local
580 cmpsatrns(proto_id, tr1, tr2, check_level) in cmpsatrns() argument
/external/icu/android_icu4j/src/main/java/android/icu/util/
DBasicTimeZone.java136 TimeZoneTransition tr2 = ((BasicTimeZone)tz).getNextTransition(time, false); in hasEquivalentTransitions() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBasicTimeZone.java141 TimeZoneTransition tr2 = ((BasicTimeZone)tz).getNextTransition(time, false); in hasEquivalentTransitions() local
/external/icu/icu4c/source/test/intltest/
Dreptest.cpp292 TestReplaceable *tr2 = tr->clone(); in check() local
Dtzrulets.cpp2559 TimeZoneTransition tr1, tr2; in hasEquivalentTransitions() local
/external/icu/icu4c/source/i18n/
Dbasictz.cpp70 TimeZoneTransition tr1, tr2; in hasEquivalentTransitions() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRuleTest.java1748 TimeZoneTransition tr2 = tz2.getNextTransition(time, false); in hasEquivalentTransitions() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java1745 TimeZoneTransition tr2 = tz2.getNextTransition(time, false); in hasEquivalentTransitions() local
/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc202 const quint8* br1, const int16* xlp1, const quint8* tl2, const quint8* tr2, in ComputeLerpx8()