/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 | 64 const BitVector &RR = MF->getRegInfo().getReservedRegs(); 65 if (Reserved.size() != RR.size() || RR != Reserved) { 67 Reserved = RR;
|
/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/clang/test/CodeGen/ |
union.c | 39 union RR {_Bool a : 1;} RRU;
|
/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/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/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/openssl/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, 577 (r),(a),&((mont)->RR),(mont),(ctx)) [all...] |
/external/chromium_org/third_party/openssl/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, 577 (r),(a),&((mont)->RR),(mont),(ctx)) [all...] |
/external/grub/stage2/ |
iso9660.h | 155 struct RR { 157 } rr; member in union:rock_ridge::__anon21168 194 struct rock_ridge *rr; member in union:RR_ptr
|
/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, 577 (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, 577 (r),(a),&((mont)->RR),(mont),(ctx)) [all...] |
/external/llvm/lib/Target/X86/ |
X86FastISel.cpp | 80 bool X86FastEmitLoad(EVT VT, const X86AddressMode &AM, unsigned &RR); 338 unsigned RR = FastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), Opc, 340 if (RR == 0) 343 ResultReg = RR; [all...] |
/external/valgrind/main/VEX/priv/ |
host_mips_defs.h | 197 } RR;
|
host_arm_defs.h | 169 } RR; 210 } RR;
|
host_ppc_defs.h | 216 } RR; [all...] |
guest_s390_toIR.c | [all...] |
/external/llvm/utils/TableGen/ |
CodeGenDAGPatterns.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaExpr.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | [all...] |