Searched refs:RR (Results 1 - 25 of 50) sorted by relevance

12

/external/clang/test/PCH/
H A Dcxx-reference.h4 typedef char (&&RR); typedef
12 RR &lrrr = c;
13 RR &&rrrr = 'c';
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Df.cpp62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x)
67 boost::math::ntl::RR log2(const boost::math::ntl::RR& x)
72 boost::math::ntl::RR f(const boost::math::ntl::RR& x, int variant)
88 const boost::math::tools::polynomial<boost::math::ntl::RR>& n,
89 const boost::math::tools::polynomial<boost::math::ntl::RR>& d,
90 const boost::math::ntl::RR& x_offset,
91 const boost::math::ntl::RR
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Df.cpp62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x)
67 boost::math::ntl::RR log2(const boost::math::ntl::RR& x)
72 boost::math::ntl::RR f(const boost::math::ntl::RR& x, int variant)
88 const boost::math::tools::polynomial<boost::math::ntl::RR>& n,
89 const boost::math::tools::polynomial<boost::math::ntl::RR>& d,
90 const boost::math::ntl::RR& x_offset,
91 const boost::math::ntl::RR
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Drsaz_exp.h38 const BN_ULONG m_norm[16], const BN_ULONG RR[16], BN_ULONG k0);
43 const BN_ULONG m_norm[8], BN_ULONG k0, const BN_ULONG RR[8]);
H A Dmontgomery.c136 BN_init(&mont->RR);
146 BN_free(&mont->RR);
159 if (!BN_copy(&to->RR, &from->RR) ||
181 R = &mont->RR; /* grab RR as a temp */
277 /* setup RR for conversions */
278 BN_zero(&(mont->RR));
279 if (!BN_set_bit(&(mont->RR), mont->ri * 2)) {
282 if (!BN_mod(&(mont->RR),
[all...]
H A Drsaz_exp.c79 const BN_ULONG m_norm[16], const BN_ULONG RR[16], BN_ULONG k0)
101 rsaz_1024_norm2red_avx2(R2, RR);
275 const BN_ULONG m[8], BN_ULONG k0, const BN_ULONG RR[8])
293 rsaz_512_mul(a_inv, base, RR, m, k0);
77 RSAZ_1024_mod_exp_avx2(BN_ULONG result_norm[16], const BN_ULONG base_norm[16], const BN_ULONG exponent[16], const BN_ULONG m_norm[16], const BN_ULONG RR[16], BN_ULONG k0) argument
273 RSAZ_512_mod_exp(BN_ULONG result[8], const BN_ULONG base[8], const BN_ULONG exponent[8], const BN_ULONG m[8], BN_ULONG k0, const BN_ULONG RR[8]) argument
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourcePtr.h98 template <class R, class RR> bool operator==(const ResourcePtr<R>& h, const RR* res)
102 template <class R, class RR> bool operator==(const RR* res, const ResourcePtr<R>& h)
106 template <class R, class RR> bool operator!=(const ResourcePtr<R>& h, const RR* res)
110 template <class R, class RR> bool operator!=(const RR* res, const ResourcePtr<R>& h)
/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp3.stdout.exp1017 drrnd (RMC=0, ref sig=0) [RR]2234000000000e50 => 2234000000000e50
1018 drrnd (RMC=1, ref sig=0) [RR]2234000000000e50 => 2234000000000e50
1019 drrnd (RMC=2, ref sig=0) [RR]2234000000000e50 => 2234000000000e50
1020 drrnd (RMC=3, ref sig=0) [RR]2234000000000e50 => 2234000000000e50
1021 drrnd (RMC=0, ref sig=2) [RR]2234000000000e50 => 223c000000000034
1022 drrnd (RMC=1, ref sig=2) [RR]2234000000000e50 => 223c000000000034
1023 drrnd (RMC=2, ref sig=2) [RR]2234000000000e50 => 223c000000000035
1024 drrnd (RMC=3, ref sig=2) [RR]2234000000000e50 => 223c000000000034
1025 drrnd (RMC=0, ref sig=6) [RR]2234000000000e50 => 2234000000000e50
1026 drrnd (RMC=1, ref sig=6) [RR]223400000000
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp3.stdout.exp1017 drrnd (RMC=0, ref sig=0) [RR]2234000000000e50 => 2234000000000e50
1018 drrnd (RMC=1, ref sig=0) [RR]2234000000000e50 => 2234000000000e50
1019 drrnd (RMC=2, ref sig=0) [RR]2234000000000e50 => 2234000000000e50
1020 drrnd (RMC=3, ref sig=0) [RR]2234000000000e50 => 2234000000000e50
1021 drrnd (RMC=0, ref sig=2) [RR]2234000000000e50 => 223c000000000034
1022 drrnd (RMC=1, ref sig=2) [RR]2234000000000e50 => 223c000000000034
1023 drrnd (RMC=2, ref sig=2) [RR]2234000000000e50 => 223c000000000035
1024 drrnd (RMC=3, ref sig=2) [RR]2234000000000e50 => 223c000000000034
1025 drrnd (RMC=0, ref sig=6) [RR]2234000000000e50 => 2234000000000e50
1026 drrnd (RMC=1, ref sig=6) [RR]223400000000
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DPointerSubChecker.cpp48 const MemRegion *RR = RV.getAsRegion(); local
50 if (!(LR && RR))
54 const MemRegion *BaseRR = RR->getBaseRegion();
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.h172 #define GetRRDomainNameTarget(RR) ( \
173 ((RR)->rrtype == kDNSType_NS || (RR)->rrtype == kDNSType_CNAME || (RR)->rrtype == kDNSType_PTR || (RR)->rrtype == kDNSType_DNAME) ? &(RR)->rdata->u.name : \
174 ((RR)->rrtype == kDNSType_MX || (RR)->rrtype == kDNSType_AFSDB || (RR)->rrtype == kDNSType_RT || (RR)
[all...]
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dmodule-linking.js67 assertTrue("v" in RR)
73 assertTrue("l" in RR)
79 assertTrue("c" in RR)
85 assertTrue("f" in RR)
91 assertTrue("M" in RR)
92 assertTrue("RR" in R)
93 assertTrue("RR" in RR)
96 assertSame(R, RR)
97 assertSame(R, R.RR)
[all...]
/external/clang/test/CodeGen/
H A Dunion.c39 union RR {_Bool a : 1;} RRU; union
/external/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp65 const BitVector &RR = MF->getRegInfo().getReservedRegs(); local
66 if (Reserved.size() != RR.size() || RR != Reserved) {
68 Reserved = RR;
H A DAggressiveAntiDepBreaker.cpp389 AggressiveAntiDepState::RegisterReference RR = { &MO, RC };
390 RegRefs.insert(std::make_pair(Reg, RR));
473 AggressiveAntiDepState::RegisterReference RR = { &MO, RC };
474 RegRefs.insert(std::make_pair(Reg, RR));
/external/openssl/crypto/bn/
H A Dbn_mont.c336 BN_init(&(ctx->RR));
348 BN_free(&(mont->RR));
362 R= &(mont->RR); /* grab RR as a temp */
454 /* setup RR for conversions */
455 BN_zero(&(mont->RR));
456 if (!BN_set_bit(&(mont->RR),mont->ri*2)) goto err;
457 if (!BN_mod(&(mont->RR),&(mont->RR),&(mont->N),ctx)) goto err;
469 if (!BN_copy(&(to->RR),
[all...]
/external/opencv/cv/src/
H A Dcvundistort.cpp379 double A[3][3], RR[3][3], k[5]={0,0,0,0,0}, fx, fy, ifx, ify, cx, cy; local
381 CvMat _RR=cvMat(3, 3, CV_64F, RR);
470 double xx = RR[0][0]*x + RR[0][1]*y + RR[0][2];
471 double yy = RR[1][0]*x + RR[1][1]*y + RR[1][2];
472 double ww = 1./(RR[2][0]*x + RR[
[all...]
/external/chromium_org/third_party/webrtc/test/
H A Drtcp_packet_parser.cc31 receiver_report_.Set(parser.Packet().RR);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_utility.cc411 // * if (!reducedSize) : first packet must be RR or SR.
503 _packet.RR.SenderSSRC = *_ptrRTCPData++ << 24;
504 _packet.RR.SenderSSRC += *_ptrRTCPData++ << 16;
505 _packet.RR.SenderSSRC += *_ptrRTCPData++ << 8;
506 _packet.RR.SenderSSRC += *_ptrRTCPData++;
508 _packet.RR.NumberOfReportBlocks = _numberOfBlocks;
970 | last RR (LRR) | 1
972 | delay since last RR (DLRR) |
H A Drtcp_utility.h219 RTCPPacketRR RR; member in union:webrtc::RTCPUtility::RTCPPacket
371 State_ReportBlockItem, // SR/RR report block
/external/valgrind/main/VEX/priv/
H A Dhost_mips_defs.c886 am->Mam.RR.base = base;
887 am->Mam.RR.index = idx;
900 ret = MIPSAMode_RR(am->Mam.RR.index, am->Mam.RR.base);
917 ret = MIPSAMode_RR(mkHReg(hregNumber(am->Mam.RR.index) + 1,
918 hregClass(am->Mam.RR.index),
919 hregIsVirtual(am->Mam.RR.index)),
920 am->Mam.RR.base);
937 ret = MIPSAMode_RR(mkHReg(hregNumber(am->Mam.RR.index) + 1,
938 hregClass(am->Mam.RR
[all...]
H A Dhost_arm64_defs.c256 am->ARM64am.RR.base = base;
257 am->ARM64am.RR.index = index;
276 ppHRegARM64(am->ARM64am.RR.base);
278 ppHRegARM64(am->ARM64am.RR.index);
295 addHRegUse(u, HRmRead, am->ARM64am.RR.base);
296 addHRegUse(u, HRmRead, am->ARM64am.RR.index);
312 am->ARM64am.RR.base = lookupHRegRemap(m, am->ARM64am.RR.base);
313 am->ARM64am.RR.index = lookupHRegRemap(m, am->ARM64am.RR
[all...]
H A Dhost_arm_defs.h173 } RR; member in union:__anon31819::__anon31820
214 } RR; member in union:__anon31825::__anon31826
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h519 TreeTy *RR = getRight(R); local
521 if (getHeight(RR) >= getHeight(RL))
522 return createNode(createNode(L,V,RL), R, RR);
529 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
/external/opencv/ml/src/
H A Dmlboost.cpp581 // RR - ... both send to the right
584 double LL = 0, RL = 0, LR, RR; local
598 RR = (sum_abs + sum)*0.5;
602 // LR of them are sent to the left by primary split, and RR - to the right.
603 // now iteratively compute LL, LR, RL and RR for every possible surrogate split value.
613 if( LL + RR > best_val && sorted[i].val + epsilon < sorted[i+1].val )
615 best_val = LL + RR;
621 RL += w; RR -= w;
646 // RR - ... both send to the right

Completed in 1617 milliseconds

12