/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
D | PeriodFormatterData.java | 36 final DataRecord dr; field in PeriodFormatterData 42 public PeriodFormatterData(String localeName, DataRecord dr) { in PeriodFormatterData() argument 43 this.dr = dr; in PeriodFormatterData() 49 if (dr == null) { in PeriodFormatterData() 68 return dr.pl; in pluralization() 76 return dr.allowZero; in allowZero() 80 return dr.weeksAloneOnly; in weeksAloneOnly() 84 return dr.useMilliseconds; in useMilliseconds() 97 if (dr.scopeData != null) { in appendPrefix() 99 ScopeData sd = dr.scopeData[ix]; in appendPrefix() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/ |
D | PeriodFormatterData.java | 38 final DataRecord dr; field in PeriodFormatterData 44 public PeriodFormatterData(String localeName, DataRecord dr) { in PeriodFormatterData() argument 45 this.dr = dr; in PeriodFormatterData() 51 if (dr == null) { in PeriodFormatterData() 70 return dr.pl; in pluralization() 78 return dr.allowZero; in allowZero() 82 return dr.weeksAloneOnly; in weeksAloneOnly() 86 return dr.useMilliseconds; in useMilliseconds() 99 if (dr.scopeData != null) { in appendPrefix() 101 ScopeData sd = dr.scopeData[ix]; in appendPrefix() [all …]
|
/external/skia/tools/skdiff/ |
D | skdiff.cpp | 145 int dr = SkGetPackedR32(c0) - SkGetPackedR32(c1); in colors_match_thresholded() local 150 (SkAbs32(dr) <= threshold) && in colors_match_thresholded() 158 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold) { in compute_diff() argument 159 const int w = dr->fComparison.fBitmap.width(); in compute_diff() 160 const int h = dr->fComparison.fBitmap.height(); in compute_diff() 161 if (w != dr->fBase.fBitmap.width() || h != dr->fBase.fBitmap.height()) { in compute_diff() 162 dr->fResult = DiffRecord::kDifferentSizes_Result; in compute_diff() 166 SkAutoLockPixels alpDiff(dr->fDifference.fBitmap); in compute_diff() 167 SkAutoLockPixels alpWhite(dr->fWhite.fBitmap); in compute_diff() 176 dr->fWeightedFraction = 0; in compute_diff() [all …]
|
D | skdiff_image.cpp | 325 DiffRecord dr; in main() local 327 &dr); in main() 329 if (DiffResource::isStatusFailed(dr.fBase.fStatus)) { in main() 330 printf("Base %s.\n", DiffResource::getStatusDescription(dr.fBase.fStatus)); in main() 332 if (DiffResource::isStatusFailed(dr.fComparison.fStatus)) { in main() 333 printf("Comparison %s.\n", DiffResource::getStatusDescription(dr.fComparison.fStatus)); in main() 335 printf("Base and Comparison %s.\n", DiffRecord::getResultDescription(dr.fResult)); in main() 337 if (DiffRecord::kDifferentPixels_Result == dr.fResult) { in main() 338 printf("%.4f%% of pixels differ", 100 * dr.fFractionDifference); in main() 339 printf(" (%.4f%% weighted)", 100 * dr.fWeightedFraction); in main() [all …]
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeSPARC_32.c | 30 return push_inst(compiler, OR | D(dst) | S1(0) | IMM(imm), DR(dst)); in load_immediate() 32 FAIL_IF(push_inst(compiler, SETHI | D(dst) | ((imm >> 10) & 0x3fffff), DR(dst))); in load_immediate() 33 …return (imm & 0x3ff) ? push_inst(compiler, OR | D(dst) | S1(dst) | IMM_ARG | (imm & 0x3ff), DR(dst… in load_immediate() 50 return push_inst(compiler, OR | D(dst) | S1(0) | S2(src2), DR(dst)); in emit_single_op() 58 return push_inst(compiler, AND | D(dst) | S1(src2) | IMM(0xff), DR(dst)); in emit_single_op() 59 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(24), DR(dst))); in emit_single_op() 60 return push_inst(compiler, SRA | D(dst) | S1(dst) | IMM(24), DR(dst)); in emit_single_op() 70 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(16), DR(dst))); in emit_single_op() 71 …return push_inst(compiler, (op == SLJIT_MOV_S16 ? SRA : SRL) | D(dst) | S1(dst) | IMM(16), DR(dst)… in emit_single_op() 79 …return push_inst(compiler, XNOR | (flags & SET_FLAGS) | D(dst) | S1(0) | S2(src2), DR(dst) | (flag… in emit_single_op() [all …]
|
D | sljitNativeMIPS_32.c | 46 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \ 52 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \ 60 FAIL_IF(push_inst(compiler, op_imm | T(src1) | D(dst) | SH_IMM(src2), DR(dst))); \ 66 FAIL_IF(push_inst(compiler, op_v | S(src2) | T(src1) | D(dst), DR(dst))); \ 79 return push_inst(compiler, ADDU | S(src2) | TA(0) | D(dst), DR(dst)); in emit_single_op() 88 return push_inst(compiler, SEB | T(src2) | D(dst), DR(dst)); in emit_single_op() 90 FAIL_IF(push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(24), DR(dst))); in emit_single_op() 91 return push_inst(compiler, SRA | T(dst) | D(dst) | SH_IMM(24), DR(dst)); in emit_single_op() 94 return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xff), DR(dst)); in emit_single_op() 106 return push_inst(compiler, SEH | T(src2) | D(dst), DR(dst)); in emit_single_op() [all …]
|
D | sljitNativeMIPS_64.c | 129 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \ 135 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \ 150 FAIL_IF(push_inst(compiler, ins | T(src1) | D(dst) | SH_IMM(src2), DR(dst))); \ 157 FAIL_IF(push_inst(compiler, ins | S(src2) | T(src1) | D(dst), DR(dst))); \ 170 return push_inst(compiler, SELECT_OP(DADDU, ADDU) | S(src2) | TA(0) | D(dst), DR(dst)); in emit_single_op() 178 FAIL_IF(push_inst(compiler, DSLL32 | T(src2) | D(dst) | SH_IMM(24), DR(dst))); in emit_single_op() 179 return push_inst(compiler, DSRA32 | T(dst) | D(dst) | SH_IMM(24), DR(dst)); in emit_single_op() 181 return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xff), DR(dst)); in emit_single_op() 192 FAIL_IF(push_inst(compiler, DSLL32 | T(src2) | D(dst) | SH_IMM(16), DR(dst))); in emit_single_op() 193 return push_inst(compiler, DSRA32 | T(dst) | D(dst) | SH_IMM(16), DR(dst)); in emit_single_op() [all …]
|
D | sljitNativeMIPS_common.c | 92 #define DR(dr) (reg_map[dr]) macro 562 …FAIL_IF(push_inst(compiler, ADDIU_W | S(SLJIT_SP) | T(SLJIT_SP) | IMM(-local_size), DR(SLJIT_SP))); in sljit_emit_enter() 566 FAIL_IF(load_immediate(compiler, DR(TMP_REG1), local_size)); in sljit_emit_enter() 567 FAIL_IF(push_inst(compiler, ADDU_W | S(SLJIT_SP) | TA(0) | D(TMP_REG2), DR(TMP_REG2))); in sljit_emit_enter() 568 FAIL_IF(push_inst(compiler, SUBU_W | S(SLJIT_SP) | T(TMP_REG1) | D(SLJIT_SP), DR(SLJIT_SP))); in sljit_emit_enter() 588 FAIL_IF(push_inst(compiler, ADDU_W | SA(4) | TA(0) | D(SLJIT_S0), DR(SLJIT_S0))); in sljit_emit_enter() 590 FAIL_IF(push_inst(compiler, ADDU_W | SA(5) | TA(0) | D(SLJIT_S1), DR(SLJIT_S1))); in sljit_emit_enter() 592 FAIL_IF(push_inst(compiler, ADDU_W | SA(6) | TA(0) | D(SLJIT_S2), DR(SLJIT_S2))); in sljit_emit_enter() 628 FAIL_IF(load_immediate(compiler, DR(TMP_REG1), local_size)); in sljit_emit_return() 629 FAIL_IF(push_inst(compiler, ADDU_W | S(SLJIT_SP) | T(TMP_REG1) | D(TMP_REG1), DR(TMP_REG1))); in sljit_emit_return() [all …]
|
/external/valgrind/none/tests/s390x/ |
D | div.stdout.exp | 13 dr 00000000000000000000000000000000 / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000000000) 14 dr 00000000000000000000000000000001 / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000000001) 15 dr 0000000000000000000000000000FFFF / 7FFFFFFFFFFFFFFA = 00000000FFFFD556 (rem 0000000000000003) 16 dr 00000000000000000000000000007FFF / 7FFFFFFFFFFFFFFA = 00000000FFFFEAAB (rem 0000000000000001) 17 dr 00000000000000000000000000008000 / 7FFFFFFFFFFFFFFA = 00000000FFFFEAAB (rem 0000000000000002) 18 dr 000000000000000000000000FFFFFFFF / 7FFFFFFFFFFFFFFA = 00000000D5555556 (rem 0000000000000003) 19 dr 00000000000000000000000080000000 / 7FFFFFFFFFFFFFFA = 00000000EAAAAAAB (rem 0000000000000002) 20 dr 0000000000000000000000007FFFFFFF / 7FFFFFFFFFFFFFFA = 00000000EAAAAAAB (rem 0000000000000001) 21 dr 0000000000000000FFFFFFFFFFFFFFFF / 7FFFFFFFFFFFFFFA = FFFFFFFFD5555556 (rem 0000000000000003) 22 dr 00000000000000008000000000000000 / 7FFFFFFFFFFFFFFA = 8000000000000000 (rem 0000000000000000) [all …]
|
/external/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_SerbianSH.txt | 76 ČAKIĆ ZLATOJE DR 151 ČANAK BOSILJKA DR 216 ČAPELJA JAN DR 314 ČEHAK KALMAN DR 375 ČELIĆ STANKO DR 563 ČIKOŠ JOSIP DR 1045 ČURIĆ RADOSLAV DR PROF 1301 ŠARČEVIĆ MARGITA DR 1331 ŠARANOVIĆ MILADIN DR LEKAR 1378 ŠARKOVIĆ MIODRAG DR [all …]
|
/external/clang/www/ |
D | make_cxx_dr_status | 16 class DR: class 23 def parse(dr): argument 26 for col in dr.split('</TR>', 1)[0].split('<TD')[1:] 32 return DR(section, issue, url, status, title) 47 drs = sorted((parse(dr) for dr in file(index, 'r').read().split('<TR>')[2:]), 48 key = lambda dr: dr.issue) 136 assert False, 'unknown status %s for issue %s' % (status, dr.issue) 140 for dr in drs: 141 if dr.status in ('concepts',): 144 if dr.status in ('open', 'concurrency', 'drafting', 'review', 'extension'): [all …]
|
/external/tcpdump/tests/ |
D | pimv2_sm-v.out | 6 DR Priority Option (19), length 4, Value: 1 13 DR Priority Option (19), length 4, Value: 1 26 DR Priority Option (19), length 4, Value: 1 33 DR Priority Option (19), length 4, Value: 1 40 DR Priority Option (19), length 4, Value: 1 47 DR Priority Option (19), length 4, Value: 1 60 DR Priority Option (19), length 4, Value: 1 67 DR Priority Option (19), length 4, Value: 1 76 DR Priority Option (19), length 4, Value: 1 83 DR Priority Option (19), length 4, Value: 1 [all …]
|
D | pimv2_dm-v.out | 6 DR Priority Option (19), length 4, Value: 1 13 DR Priority Option (19), length 4, Value: 1 28 DR Priority Option (19), length 4, Value: 1 35 DR Priority Option (19), length 4, Value: 1 42 DR Priority Option (19), length 4, Value: 1 49 DR Priority Option (19), length 4, Value: 1 56 DR Priority Option (19), length 4, Value: 1 63 DR Priority Option (19), length 4, Value: 1 70 DR Priority Option (19), length 4, Value: 1 77 DR Priority Option (19), length 4, Value: 1 [all …]
|
D | pimv2_hellos-v.out | 6 DR Priority Option (19), length 4, Value: 1 13 DR Priority Option (19), length 4, Value: 1 20 DR Priority Option (19), length 4, Value: 1 27 DR Priority Option (19), length 4, Value: 1 34 DR Priority Option (19), length 4, Value: 1 41 DR Priority Option (19), length 4, Value: 1
|
/external/llvm/test/MC/COFF/ |
D | section-comdat.s | 4 .section assocSec, "dr", discard, "assocSym" 7 .section secName, "dr", discard, "Symbol1" 12 .section secName, "dr", one_only, "Symbol2" 17 .section SecName, "dr", same_size, "Symbol3" 22 .section SecName, "dr", same_contents, "Symbol4" 27 .section SecName, "dr", associative, "assocSym" 32 .section SecName, "dr", largest, "Symbol6" 37 .section SecName, "dr", newest, "Symbol7" 42 .section assocSec, "dr", associative, "assocSym"
|
/external/icu/icu4j/tools/build/ |
D | icu4j48.api3.gz | ... ;CharsetDecoderICU;implReset;void();
22DR@4.8;PB;NS;FN;NS ... |
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | Scaling.h | 84 VectorXd Dr, Dc, DrRes, DcRes; // Temporary Left and right scaling vectors in compute() local 85 Dr.resize(m); Dc.resize(n); in compute() 92 Dr.setZero(); Dc.setZero(); in compute() 97 if ( Dr(it.row()) < abs(it.value()) ) in compute() 98 Dr(it.row()) = abs(it.value()); in compute() 106 Dr(i) = std::sqrt(Dr(i)); in compute() 112 m_left(i) /= Dr(i); in compute() 121 it.valueRef() = it.value()/( Dr(it.row()) * Dc(it.col()) ); in compute()
|
/external/skia/src/core/ |
D | SkColorSpaceXform.cpp | 491 Sk4f& dr, Sk4f& dg, Sk4f& db, Sk4f& da) { in transform_gamut() argument 492 dr = rXgXbX[0]*r + rYgYbY[0]*g + rZgZbZ[0]*b; in transform_gamut() 504 static AI void translate_gamut(const Sk4f& rTgTbT, Sk4f& dr, Sk4f& dg, Sk4f& db) { in translate_gamut() argument 505 dr = dr + rTgTbT[0]; in translate_gamut() 515 static AI void store_srgb(void* dst, const uint32_t* src, Sk4f& dr, Sk4f& dg, Sk4f& db, Sk4f&, in store_srgb() argument 519 dr = sk_linear_to_srgb_needs_trunc(dr); in store_srgb() 523 dr = sk_clamp_0_255(dr); in store_srgb() 529 Sk4i rgba = (SkNx_cast<int>(dr) << kRShift) in store_srgb() 563 static AI void store_2dot2(void* dst, const uint32_t* src, Sk4f& dr, Sk4f& dg, Sk4f& db, Sk4f&, in store_2dot2() argument 567 dr = linear_to_2dot2(dr); in store_2dot2() [all …]
|
D | SkXfermode.cpp | 280 float dr = d[SkPM4f::R]; in hue_4f() local 287 SetSat(&Sr, &Sg, &Sb, Sat(dr, dg, db) * sa); in hue_4f() 288 SetLum(&Sr, &Sg, &Sb, sa * da, Lum(dr, dg, db) * sa); in hue_4f() 301 float dr = d[SkPM4f::R]; in saturation_4f() local 305 float Dr = dr; in saturation_4f() local 308 SetSat(&Dr, &Dg, &Db, Sat(sr, sg, sb) * da); in saturation_4f() 309 SetLum(&Dr, &Dg, &Db, sa * da, Lum(dr, dg, db) * sa); in saturation_4f() 311 return color_alpha(s * inv_alpha(d) + d * inv_alpha(s) + set_argb(0, Dr, Dg, Db), in saturation_4f() 322 float dr = d[SkPM4f::R]; in color_4f() local 329 SetLum(&Sr, &Sg, &Sb, sa * da, Lum(dr, dg, db) * sa); in color_4f() [all …]
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_build.c | 150 struct tgsi_declaration_range dr; in tgsi_default_declaration_range() local 152 dr.First = 0; in tgsi_default_declaration_range() 153 dr.Last = 0; in tgsi_default_declaration_range() 155 return dr; in tgsi_default_declaration_range() 263 struct tgsi_declaration_resource dr; in tgsi_default_declaration_resource() local 265 dr.Resource = TGSI_TEXTURE_BUFFER; in tgsi_default_declaration_resource() 266 dr.Raw = 0; in tgsi_default_declaration_resource() 267 dr.Writable = 0; in tgsi_default_declaration_resource() 268 dr.Padding = 0; in tgsi_default_declaration_resource() 270 return dr; in tgsi_default_declaration_resource() [all …]
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DeadStoresChecker.cpp | 54 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() argument 56 if (const VarDecl *D = dyn_cast<VarDecl>(DR->getDecl())) in VisitDeclRefExpr() 229 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, in CheckDeclRef() argument 231 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) in CheckDeclRef() 232 CheckVarDecl(VD, DR, Val, dsk, Live); in CheckDeclRef() 245 const DeclRefExpr *DR; in isIncrement() local 247 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getLHS()->IgnoreParenCasts()))) in isIncrement() 248 if (DR->getDecl() == VD) in isIncrement() 251 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getRHS()->IgnoreParenCasts()))) in isIncrement() 252 if (DR->getDecl() == VD) in isIncrement() [all …]
|
/external/valgrind/memcheck/tests/ |
D | leak-cases.c | 8 // p1 ---> AAA DR / R 9 // p2 ---> AAA ---> BBB DR / R IR / R 12 // p5 -?-> AAA (y)DR, (n)DL / P 13 // p6 ---> AAA -?-> BBB DR / R (y)IR, (n)DL / P 14 // p7 -?-> AAA ---> BBB (y)DR, (n)DL / P (y)IR, (n)IL / P 15 // p8 -?-> AAA -?-> BBB (y)DR, (n)DL / P (y,y)IR, (n,y)IL, (_,n)DL / P 25 // - DR: Directly reachable
|
/external/clang/lib/Analysis/ |
D | LiveVariables.cpp | 208 void VisitDeclRefExpr(DeclRefExpr *DR); 340 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(LHS)) in VisitBinaryOperator() local 341 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) { in VisitBinaryOperator() 352 observer->observerKill(DR); in VisitBinaryOperator() 366 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() argument 367 if (const VarDecl *D = dyn_cast<VarDecl>(DR->getDecl())) in VisitDeclRefExpr() 368 if (!isAlwaysAlive(D) && LV.inAssignment.find(DR) == LV.inAssignment.end()) in VisitDeclRefExpr() 382 DeclRefExpr *DR = nullptr; in VisitObjCForCollectionStmt() local 389 else if ((DR = dyn_cast<DeclRefExpr>(cast<Expr>(element)->IgnoreParens()))) { in VisitObjCForCollectionStmt() 390 VD = cast<VarDecl>(DR->getDecl()); in VisitObjCForCollectionStmt() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | win_cst_pool.ll | 9 ; CHECK-NEXT: .section .rdata,"dr",discard,__real@0000000000800000 21 ; CHECK-NEXT: .section .rdata,"dr",discard,__xmm@00000000000000010000000200000003 36 ; CHECK-NEXT: .section .rdata,"dr",discard,__xmm@00000001000200030004000500060007 56 ; CHECK-NEXT: .section .rdata,"dr",discard,__xmm@00000000000000003f8000003f800000 75 ; CHECK-NEXT: .section .rdata,"dr",discard,__real@bf8000003f800000 87 ; CHECK: .section .rdata,"dr",discard,__ymm@0000000400000003000000020000000100000004000000030000000…
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CheckerHelpers.cpp | 35 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsEnum() local 37 if (DR && isa<EnumConstantDecl>(DR->getDecl())) in containsEnum() 49 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsStaticLocal() local 51 if (DR) in containsStaticLocal() 52 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) in containsStaticLocal()
|