HomeSort by relevance Sort by last modified time
    Searched defs:RR (Results 1 - 24 of 24) sorted by null

  /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/clang/lib/StaticAnalyzer/Checkers/
PointerSubChecker.cpp 48 const MemRegion *RR = RV.getAsRegion();
50 if (!(LR && RR))
54 const MemRegion *BaseRR = RR->getBaseRegion();
  /external/llvm/lib/CodeGen/
RegisterClassInfo.cpp 65 const BitVector &RR = MF->getRegInfo().getReservedRegs();
66 if (Reserved.size() != RR.size() || RR != Reserved) {
68 Reserved = RR;
  /external/clang/test/CodeGen/
union.c 39 union RR {_Bool a : 1;} RRU;
  /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/chromium_org/third_party/boringssl/src/include/openssl/
bn.h     [all...]
  /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/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...]
mltree.cpp     [all...]
  /external/openssl/crypto/bn/
bn.h 332 BIGNUM RR; /* used to convert to montgomery form */
502 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
579 (r),(a),&((mont)->RR),(mont),(ctx))
    [all...]
  /external/openssl/include/openssl/
bn.h 332 BIGNUM RR; /* used to convert to montgomery form */
502 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
579 (r),(a),&((mont)->RR),(mont),(ctx))
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_utility.h 219 RTCPPacketRR RR;
371 State_ReportBlockItem, // SR/RR report block
  /external/valgrind/main/VEX/priv/
host_mips_defs.h 211 } RR;
host_arm64_defs.h 144 } RR;
    [all...]
host_arm_defs.h 173 } RR;
214 } RR;
host_ppc_defs.h 220 } RR;
    [all...]
guest_s390_toIR.c     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 535 unsigned RR = FastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), Opc,
537 if (RR == 0)
540 ResultReg = RR;
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 628 ULONGLONG rr:1; member in struct:_ERROR_PROCESSOR_STATE_PARAMETER::__anon49647
676 ULONGLONG RR:1;
688 ULONGLONG RR[8];
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]

Completed in 706 milliseconds