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

1 2

  /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/WebKit/Source/core/loader/cache/
ResourcePtr.h 97 template <class R, class RR> bool operator==(const ResourcePtr<R>& h, const RR* res)
101 template <class R, class RR> bool operator==(const RR* res, const ResourcePtr<R>& h)
105 template <class R, class RR> bool operator!=(const ResourcePtr<R>& h, const RR* res)
109 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/valgrind/main/none/tests/ppc64/
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 64 const BitVector &RR = MF->getRegInfo().getReservedRegs();
65 if (Reserved.size() != RR.size() || RR != Reserved) {
67 Reserved = RR;
AggressiveAntiDepBreaker.cpp 388 AggressiveAntiDepState::RegisterReference RR = { &MO, RC };
389 RegRefs.insert(std::make_pair(Reg, RR));
462 AggressiveAntiDepState::RegisterReference RR = { &MO, RC };
463 RegRefs.insert(std::make_pair(Reg, RR));
    [all...]
  /system/core/libmincrypt/tools/
DumpPublicKey.java 97 BigInteger RR = R.multiply(R).mod(N); // 2^4096 mod N
116 long rr = RR.mod(B).longValue(); local
117 result.append(rr);
123 RR = RR.divide(B);
  /external/chromium_org/third_party/openssl/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...]
  /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...]
  /art/compiler/dex/quick/x86/
x86_lir.h 232 // RR - Register Register - opcode reg1, reg2
250 opcode ## 8RR, opcode ## 8RM, opcode ## 8RA, opcode ## 8RT, \
253 opcode ## 16RR, opcode ## 16RM, opcode ## 16RA, opcode ## 16RT, \
257 opcode ## 32RR, opcode ## 32RM, opcode ## 32RA, opcode ## 32RT, \
318 opcode ## RR, opcode ## RM, opcode ## RA
386 kRegReg, kRegMem, kRegArray, kRegThread, // RR, RM, RA and RT instruction kinds.
387 kRegRegStore, // RR following the store modrm reg-reg encoding rather than the load.
  /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/grub/stage2/
iso9660.h 155 struct RR {
157 } rr; member in union:rock_ridge::__anon20254
194 struct rock_ridge *rr; member in union:RR_ptr
fsys_iso9660.c 211 if (rr_ptr.rr->version != 1)
217 "`%c%c'\n", rr_ptr.rr->version,
218 rr_ptr.rr->signature & 0xFF,
219 rr_ptr.rr->signature >> 8);
224 switch (rr_ptr.rr->signature)
227 if ( rr_ptr.rr->len >= (4+sizeof(struct RR)))
228 rr_flag &= rr_ptr.rr->u.rr.flags.l;
231 name = rr_ptr.rr->u.nm.name
    [all...]
  /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/valgrind/main/VEX/priv/
host_mips_defs.c 835 am->Mam.RR.base = base;
836 am->Mam.RR.index = idx;
849 ret = MIPSAMode_RR(am->Mam.RR.index, am->Mam.RR.base);
866 ret = MIPSAMode_RR(am->Mam.RR.index + 1, am->Mam.RR.base);
883 ret = MIPSAMode_RR(am->Mam.RR.index + 1, am->Mam.RR.base);
904 ppHRegMIPS(am->Mam.RR.base, mode64);
906 ppHRegMIPS(am->Mam.RR.index, mode64)
    [all...]
host_arm_defs.h 169 } RR;
210 } RR;
host_ppc_defs.c 330 am->Pam.RR.base = base;
331 am->Pam.RR.index = idx;
340 return PPCAMode_RR( am->Pam.RR.index, am->Pam.RR.base );
357 ppHRegPPC(am->Pam.RR.base);
359 ppHRegPPC(am->Pam.RR.index);
372 addHRegUse(u, HRmRead, am->Pam.RR.base);
373 addHRegUse(u, HRmRead, am->Pam.RR.index);
386 am->Pam.RR.base = lookupHRegRemap(m, am->Pam.RR.base)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkGeometry.cpp 151 Sk64 RR, tmp;
153 RR.setMul(B,B);
156 RR.sub(tmp);
157 if (RR.isNeg())
159 SkFixed R = RR.getSqrt();
    [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...]
  /external/skia/src/core/
SkGeometry.cpp 151 Sk64 RR, tmp;
153 RR.setMul(B,B);
156 RR.sub(tmp);
157 if (RR.isNeg())
159 SkFixed R = RR.getSqrt();
    [all...]

Completed in 1269 milliseconds

1 2