HomeSort by relevance Sort by last modified time
    Searched refs:RR (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/clang/test/PCH/
cxx-reference.h 4 typedef char (&&RR);
9 char &&rr = 'c'; variable
12 RR &lrrr = c;
13 RR &&rrrr = 'c';
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
f.cpp 57 #include <boost/math/bindings/rr.hpp>
62 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,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
f.cpp 57 #include <boost/math/bindings/rr.hpp>
62 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,
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
rsaz_exp.h 38 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]);
montgomery.c 136 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), &(mont->RR), &(mont->N), ctx))
    [all...]
rsaz_exp.c 79 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);
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourcePtr.h 98 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/
test_dfp3.stdout.exp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerSubChecker.cpp 48 const MemRegion *RR = RV.getAsRegion();
50 if (!(LR && RR))
54 const MemRegion *BaseRR = RR->getBaseRegion();
  /external/mdnsresponder/mDNSCore/
DNSCommon.h 162 extern mDNSu32 RDataHashValue(const ResourceRecord *const rr);
164 extern mDNSBool SameNameRecordAnswersQuestion(const ResourceRecord *const rr, const DNSQuestion *const q);
165 extern mDNSBool ResourceRecordAnswersQuestion(const ResourceRecord *const rr, const DNSQuestion *const q);
166 extern mDNSBool AnyTypeRecordAnswersQuestion (const ResourceRecord *const rr, const DNSQuestion *const q);
167 extern mDNSBool ResourceRecordAnswersUnicastResponse(const ResourceRecord *const rr, const DNSQuestion *const q);
168 extern mDNSBool LocalOnlyRecordAnswersQuestion(AuthRecord *const rr, const DNSQuestion *const q);
169 extern mDNSu16 GetRDLength(const ResourceRecord *const rr, mDNSBool estimate);
172 #define GetRRDomainNameTarget(RR) ( \
173 ((RR)->rrtype == kDNSType_NS || (RR)->rrtype == kDNSType_CNAME || (RR)->rrtype == kDNSType_PTR || (RR)->rrtype == kDNSType_DNAME) ? &( (…)
    [all...]
  /external/clang/test/CodeGen/
union.c 39 union RR {_Bool a : 1;} RRU;
  /external/llvm/lib/CodeGen/
RegisterClassInfo.cpp 65 const BitVector &RR = MF->getRegInfo().getReservedRegs();
66 if (Reserved.size() != RR.size() || RR != Reserved) {
68 Reserved = RR;
AggressiveAntiDepBreaker.cpp 389 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));
    [all...]
  /external/openssl/crypto/bn/
bn_mont.c 336 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),&(from->RR))) return NULL
    [all...]
  /system/core/libmincrypt/tools/
DumpPublicKey.java 131 BigInteger RR = R.multiply(R).mod(N); // 2^4096 mod N
150 long rr = RR.mod(B).longValue(); local
151 result.append(rr);
157 RR = RR.divide(B);
  /external/opencv/cv/src/
cvundistort.cpp 379 double A[3][3], RR[3][3], k[5]={0,0,0,0,0}, fx, fy, ifx, ify, cx, cy;
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[2][1]*y + RR[2][2])
    [all...]
  /external/chromium_org/third_party/webrtc/test/
rtcp_packet_parser.cc 31 receiver_report_.Set(parser.Packet().RR);
  /art/compiler/dex/quick/x86/
x86_lir.h 391 // RR - Register Register - opcode reg1, reg2
409 opcode ## 8RR, opcode ## 8RM, opcode ## 8RA, opcode ## 8RT, \
412 opcode ## 16RR, opcode ## 16RM, opcode ## 16RA, opcode ## 16RT, \
416 opcode ## 32RR, opcode ## 32RM, opcode ## 32RA, opcode ## 32RT, \
420 opcode ## 64RR, opcode ## 64RM, opcode ## 64RA, opcode ## 64RT, \
516 opcode ## RR, opcode ## RM, opcode ## RA
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_utility.cc 411 // * 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) |
    [all...]
rtcp_utility.h 219 RTCPPacketRR RR;
371 State_ReportBlockItem, // SR/RR report block
  /external/valgrind/main/VEX/priv/
host_mips_defs.c 886 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.index)
    [all...]
host_arm64_defs.c 256 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.index)
    [all...]
host_arm_defs.h 173 } RR;
214 } RR;
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 519 TreeTy *RR = getRight(R);
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));
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 581 // RR - ... both send to the right
584 double LL = 0, RL = 0, LR, RR;
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
    [all...]

Completed in 1312 milliseconds

1 2 3