Home
last modified time | relevance | path

Searched defs:ti2 (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp2.cpp20 …const std::type_info &ti2 = typeid([&]() -> int { return i; }()); // expected-error{{lambda expre… in unevaluated_operand() local
39 const std::type_info &ti2 in odr_used() local
Dp2-generic-lambda-1y.cpp22 …const std::type_info &ti2 = typeid([](auto) -> int { return i; }(i)); // expected-error{{lambda e… in unevaluated_operand() local
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp2.cpp20 …const std::type_info &ti2 = typeid([&]() -> int { return i; }()); // expected-error{{lambda expre… in unevaluated_operand() local
39 const std::type_info &ti2 in odr_used() local
Dp2-generic-lambda-1y.cpp22 …const std::type_info &ti2 = typeid([](auto) -> int { return i; }(i)); // expected-error{{lambda e… in unevaluated_operand() local
/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
442 real ci2, ci3, ci4, ci5, di3, di4, di5, di2, cr2, cr3, cr5, cr4, ti2, ti3, 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.h94 v4sf ti2 = VSUB(cc[i+1], cc[i+ido+1]); 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
224 v4sf ci2, ci3, ci4, ci5, di3, di4, di5, di2, cr2, cr3, cr5, cr4, ti2, ti3, 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
456 v4sf tr1, ti1, tr2, ti2, tr3, ti3, tr4, ti4; in radf4_ps() local
517 v4sf ci2, ci3, ci4, cr2, cr3, cr4, ti1, ti2, ti3, ti4, tr1, tr2, tr3, tr4; in radb4_ps() local
[all …]
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DManagedChannelImplTest.java1116 MockClientTransportInfo ti2 = transports.poll(); in subchannelsWhenChannelShutdownNow() local
1277 MockClientTransportInfo ti2 = transports.poll(); in oobChannelsWhenChannelShutdownNow() local
/external/aac/libSBRdec/src/
Dhbe.cpp1696 int tr, ti1, ti2, mTr = 0, ts1 = 0, ts2 = 0, mVal_e = 0, temp_e = 0; in QmfTransposerApply() local
/external/llvm-project/clang/test/SemaCXX/
Dconstant-expression-cxx2a.cpp306 const std::type_info &ti2 = typeid(*this); member
1327 auto &ti2 = typeid(a.m); variable
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp438 constexpr const std::type_info &ti2 = typeid(t); variable
/external/llvm-project/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp480 constexpr const std::type_info &ti2 = typeid(t); variable