Searched refs:cd2 (Results 1 - 3 of 3) sorted by relevance
/external/clang/test/SemaCXX/ |
H A D | cxx1y-user-defined-literals.cpp | 41 complex<double> cd1 = 1i, cd2 = 2.i, cd3 = 0b0110101i;
|
/external/webrtc/talk/app/webrtc/ |
H A D | webrtcsdp_unittest.cc | 743 const MCD* cd2) { 748 EXPECT_EQ(cd1->direction(), cd2->direction()); 751 EXPECT_EQ(cd1->rtcp_mux(), cd2->rtcp_mux()); 754 EXPECT_EQ(cd1->rtcp_reduced_size(), cd2->rtcp_reduced_size()); 757 EXPECT_EQ(cd1->cryptos().size(), cd2->cryptos().size()); 758 if (cd1->cryptos().size() != cd2->cryptos().size()) { 764 const CryptoParams c2 = cd2->cryptos().at(i); 777 cd2->protocol() == cricket::kMediaProtocolDtlsSctp 778 || cd2->protocol() == cricket::kMediaProtocolUdpDtlsSctp 779 || cd2 742 CompareMediaContentDescription(const MCD* cd1, const MCD* cd2) argument [all...] |
/external/skia/src/effects/gradients/ |
H A D | SkLinearGradient.cpp | 588 Sk4f cd2 = cd0 + dc2; local 592 Sk4f_ToBytes((uint8_t*)dstC, cd0, cd1, cd2, cd3); 597 *dstC++ = trunc_from_255<apply_alpha>(cd2); 602 cd2 = cd2 + dc4;
|
Completed in 309 milliseconds