/external/pffft/ |
D | fftpack.c | 245 real ti2, tr2; in passb2() local 273 ti2 = cc_ref(i, 1, k) - cc_ref(i, 2, k); in passb2() 274 ch_ref(i, k, 2) = wa1[i - 1] * ti2 + wa1[i] * tr2; in passb2() 275 ch_ref(i - 1, k, 2) = wa1[i - 1] * tr2 - wa1[i] * ti2; in passb2() 294 real ci2, ci3, di2, di3, cr2, cr3, dr2, dr3, ti2, tr2; in passb3() local 314 ti2 = cc_ref(2, 2, k) + cc_ref(2, 3, k); in passb3() 315 ci2 = cc_ref(2, 1, k) + taur * ti2; in passb3() 316 ch_ref(2, k, 1) = cc_ref(2, 1, k) + ti2; in passb3() 330 ti2 = cc_ref(i, 2, k) + cc_ref(i, 3, k); in passb3() 331 ci2 = cc_ref(i, 1, k) + taur * ti2; in passb3() [all …]
|
D | pffft_priv_impl.h | 94 v4sf ti2 = VSUB(cc[i+1], cc[i+ido+1]); in passf2_ps() local 98 VCPLXMUL(tr2, ti2, wr, wi); in passf2_ps() 100 ch[i+l1ido+1] = ti2; in passf2_ps() 114 v4sf tr2, ti2, cr2, ci2, cr3, ci3, dr2, di2, dr3, di3; in passf3_ps() local 123 ti2 = VADD(cc[i+ido+1], cc[i+2*ido+1]); in passf3_ps() 124 ci2 = VADD(cc[i +1], SVMUL(taur,ti2)); in passf3_ps() 125 ch[i+1] = VADD(cc[i+1], ti2); in passf3_ps() 148 v4sf ci2, ci3, ci4, cr2, cr3, cr4, ti1, ti2, ti3, ti4, tr1, tr2, tr3, tr4; in passf4_ps() local 155 ti2 = VADD(cc[1], cc[2*ido + 1]); in passf4_ps() 162 ch[0*l1ido + 1] = VADD(ti2, ti3); in passf4_ps() [all …]
|
/external/speex/libspeexdsp/ |
D | smallft.c | 118 float ti2,tr2; in dradf2() local 147 ti2=wa1[i-2]*cc[t3]-wa1[i-1]*cc[t3-1]; in dradf2() 148 ch[t6]=cc[t5]+ti2; in dradf2() 149 ch[t4]=ti2-cc[t5]; in dradf2() 175 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; in dradf4() local 227 ti2=cc[t2]+ci3; in dradf4() 233 ch[t4]=ti1+ti2; in dradf4() 242 ch[t5+t6]=ti1-ti2; in dradf4() 638 float ti2,tr2; in dradb2() local 668 ti2=cc[t4]+cc[t5]; in dradb2() [all …]
|
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p2.cpp | 20 …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
|
D | p2-generic-lambda-1y.cpp | 22 …const std::type_info &ti2 = typeid([](auto) -> int { return i; }(i)); // expected-error{{lambda e… in unevaluated_operand() local
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p2.cpp | 20 …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
|
D | p2-generic-lambda-1y.cpp | 22 …const std::type_info &ti2 = typeid([](auto) -> int { return i; }(i)); // expected-error{{lambda e… in unevaluated_operand() local
|
/external/llvm-project/mlir/test/Dialect/GPU/ |
D | mapping.mlir | 38 …scf.parallel (%ti0, %ti1, %ti2, %ti3) = (%zero, %zero, %zero, %zero) to (%four, %four, %four, %fou…
|
/external/aac/libSBRdec/src/ |
D | hbe.cpp | 1696 int tr, ti1, ti2, mTr = 0, ts1 = 0, ts2 = 0, mVal_e = 0, temp_e = 0; in QmfTransposerApply() local 1731 ti2 = (INT)(((f1_F) + ((p_F[pitchInBins] >> bSbr41) >> 2)) >> in QmfTransposerApply() 1735 if (ti1 >= 0 && ti2 < 2 * hQmfTransposer->synthSize) { in QmfTransposerApply() 1746 hQmfTransposer->qmfInBufReal_F[slotOffset][ti2]; in QmfTransposerApply() 1748 hQmfTransposer->qmfInBufImag_F[slotOffset][ti2]; in QmfTransposerApply() 1768 ts2 = ti2; in QmfTransposerApply()
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | ManagedChannelImplTest.java | 1116 MockClientTransportInfo ti2 = transports.poll(); in subchannelsWhenChannelShutdownNow() local 1119 ti2.listener.transportReady(); in subchannelsWhenChannelShutdownNow() 1123 verify(ti2.transport).shutdownNow(any(Status.class)); in subchannelsWhenChannelShutdownNow() 1126 ti2.listener.transportShutdown(Status.UNAVAILABLE.withDescription("shutdown now")); in subchannelsWhenChannelShutdownNow() 1130 ti2.listener.transportTerminated(); in subchannelsWhenChannelShutdownNow() 1277 MockClientTransportInfo ti2 = transports.poll(); in oobChannelsWhenChannelShutdownNow() local 1280 ti2.listener.transportReady(); in oobChannelsWhenChannelShutdownNow() 1284 verify(ti2.transport).shutdownNow(any(Status.class)); in oobChannelsWhenChannelShutdownNow() 1287 ti2.listener.transportShutdown(Status.UNAVAILABLE.withDescription("shutdown now")); in oobChannelsWhenChannelShutdownNow() 1291 ti2.listener.transportTerminated(); in oobChannelsWhenChannelShutdownNow()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | constant-expression-cxx2a.cpp | 306 const std::type_info &ti2 = typeid(*this); member 309 static_assert(&B2().ti2 == &typeid(B2)); 1327 auto &ti2 = typeid(a.m); variable
|
/external/clang/test/CXX/expr/expr.const/ |
D | p2-0x.cpp | 438 constexpr const std::type_info &ti2 = typeid(t); variable
|
/external/llvm-project/clang/test/CXX/expr/expr.const/ |
D | p2-0x.cpp | 480 constexpr const std::type_info &ti2 = typeid(t); variable
|
/external/hyphenation-patterns/en-US/ |
D | hyph-en-us.pat.txt | 175 .ti2
|
/external/hyphenation-patterns/en-GB/ |
D | hyph-en-gb.pat.txt | 440 .ti2
|
/external/hyphenation-patterns/hu/ |
D | hyph-hu.pat.txt | 23396 iáti2 35867 néti2 59836 yúti2
|